Skip to content

Commit

Permalink
[USGS-R#49] add depends for python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadler2 committed Nov 10, 2021
1 parent 9812dad commit 9a089ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 1_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,17 @@ targets:
# fetch and combine 6 categories of catchment attribute data
1_network/out/combined_categories_catch_attr_region_02.feather.ind:
command: download_and_combine_sb_attr_data(out_ind = target_name)
depends: '1_network/src/catch_attr.py'

# relate attribute data to segments and subset to DRB
1_network/out/seg_attr_drb.feather.ind:
command: relate_attr_to_drb_segs(out_ind = target_name,
all_attr = '1_network/out/combined_categories_catch_attr_region_02.feather.ind',
geofabric = '1_network/in/GeospatialFabric_National.gdb.ind',
drb_network = '1_network/out/network.json.ind')
depends: '1_network/src/catch_attr.py'

# gather and combine metadata
1_network/out/seg_attr_metadata.csv.ind:
command: fetch_combine_catch_attr_metadata(out_ind = target_name)
depends: '1_network/src/catch_attr.py'

0 comments on commit 9a089ba

Please sign in to comment.