USACE / rts-utils

Data acquisition utilities that work with HEC-RTS (https://www.hec.usace.army.mil/software/hec-rts/)
1 stars 3 forks source link

[Watershed Extract] Allow Override of Watershed name or handle ugly slug. #73

Closed adamscarberry closed 2 years ago

adamscarberry commented 2 years ago

Example: Slug might be green-river-1 which means the A Part of the DSS records will be the same. Maybe another config variable to allow the user to override the slug as the watershed name if the slug is ugly.

Maybe something like: ws_slug = green-river-1 ws_name = green river <-- if empty, use ws_slug

Alternatively, you might be able to "automagically" remove any -1, -2, etc when assigning the watershed name to the DSS A Part.

jeffsuperglide commented 2 years ago

PR #74 closes this issue.