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.
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_slugAlternatively, you might be able to "automagically" remove any
-1
,-2
, etc when assigning the watershed name to the DSS A Part.