Skip to content

Commit

Permalink
added additional requirements info
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraKeys-NOAA committed Apr 22, 2024
1 parent c43bc6f commit 94c7d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/bridges/pull_osm_bridges.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def process_osm_bridges(wbd_file, location, output_lines_location, output_midpts
'-w',
'--wbd_file',
help='REQUIRED: location the shapefile, gpkg or gdb files that will'
' contain all the HUC8 clip regions in one layer.',
' contain all the HUC8 clip regions in one layer. Must contain field \'HUC8\'.',
required=True,
)

Expand Down
2 changes: 1 addition & 1 deletion src/heal_bridges_osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def burn_bridges(
'-s',
'--huc_shapefile',
help='REQUIRED: full path of the shapefile, gpkg or gdb files that will'
' contain in one layer all the HUC8s to process.',
' contain in one layer all the HUC8s to process. Must contain field \'HUC8\'.',
required=True,
)
parser.add_argument(
Expand Down

0 comments on commit 94c7d8f

Please sign in to comment.