environmental-modeling-workflows / watershed-workflow

Python workflows for data-rich, hyper-resolution simulations of hydrologic models on watersheds.
Other
66 stars 29 forks source link

add tol as an option in triangulate function call; fix HUC propertyna… #3

Closed pinshuai closed 4 years ago

pinshuai commented 4 years ago

…me (changes HUC to huc) to be consistent with WBDHU

ecoon commented 4 years ago

Great, thanks.

The change in dictionary keys from HUCX --> hucX is very recent in NHD files. I hope they've updated them all now? I noticed this issue in a recent download, but all my existing library of downloads have the old-style keys. We may have to end up doing something a bit smarter (e.g. checking for hucX and falling back on HUCX if it isn't there).