environmental-modeling-workflows / watershed-workflow

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

prune_by_* using VAA rather than catchment layers #26

Closed ecoon closed 2 years ago

ecoon commented 2 years ago

Currently our pruneby* algorithms require NHDPlus and they load the 'catchment' shape to get the area. The area is also available as a VAA -- this would be much better than loading the catchment just to take the area of it.