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

WIP: Jgomezvelez/nhd medium res #39

Closed jgomezvelez closed 1 year ago

jgomezvelez commented 1 year ago

I created functions to download and store the NHD Plus V2 datasets given a domain boundary or HUC.

jgomezvelez commented 1 year ago

WIP: Functions to read NHD Plus V2 and create the WW dictionary are ready. The bulk of the work is in "test_download_nhdplusv21.py" and "functions_NHDPlusV2_io.py"

jgomezvelez commented 1 year ago

@ecoon : The manager for NHD Mid Res is ready for your review. I implemented a short script to test the class when called from the hilev functions. The script is in test_download_nhdplus_v2_ww_implementation.py

ecoon commented 1 year ago

Note that the streamlight portion of this PR has been stripped, and this PR is being shelved for now. The NHDPlus MR v12 through the EPA website does not seem to be robust across machines, with great difficulty in getting the URL to download. Therefore we will switch to the new NLDI API supported by USGS for this data.