Skip to content

Commit

Permalink
update project finder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert authored and philipbaileynar committed Nov 26, 2024
1 parent 7859768 commit b15b1e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cybercastor/cybercastor/lib/rs_project_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'hydro_context': ['rscontext', 'vbet'],
'rcat': ['rscontext', 'vbet', 'taudem', 'anthro'],
'blm_context': ['rscontext', 'vbet'],
'rs_metric_engine': ['rscontext', 'vbet', 'brat', 'anthro', 'rcat', 'confinement'],
'rs_metric_engine': ['rscontext', 'vbet', 'riverscapes_brat', 'anthro', 'rcat', 'confinement'],
'rme_scraper': ['rs_metric_engine', 'rcat'],
}

Expand All @@ -30,6 +30,7 @@
'taudem': 'TAUDEM_ID',
'vbet': 'VBET_ID',
'brat': 'BRAT_ID',
'riverscapes_brat': 'BRAT_ID',
'anthro': 'ANTHRO_ID',
'hydro_context': 'HYDRO_ID',
'rcat': 'RCAT_ID',
Expand Down

0 comments on commit b15b1e3

Please sign in to comment.