watershed-workflow
watershed-workflow copied to clipboard
Python workflows for data-rich, hyper-resolution simulations of hydrologic models on watersheds.
I created functions to download and store the NHD Plus V2 datasets given a domain boundary or HUC.
1. Update manager_nhd.py to use a full set of attribute tables of "useful stuff" as defined by someone who knows what they are doing 2. Currently the EROMMA variables used...
This PR allows multiple subcatchments to be properly partitioned, especially when there are tiny overlaps between subcatchments.
Hi Ethan, I am getting "None" in land cover types (i.e., land cover id =0) which should not exist. I have tested this using the Coweeta example, and I only...
Updated scripts
shapely 2.0 has a lot of breaking changes. Most notably, Multi* objects can no longer be indexed or iterated over, and shapely objects cannot have arbitrary attributes assigned to them....
In v2, shapely is deprecating the ability to add attributes to a shape. This breaks a lot of things, because we store properties in a 'properties' dictionary as an attribute...
It looks like APPEARS might be a good API to use for this, though it works through a delayed download. This suggests the following API for a FileManagerAPPEARS_MODIS: * `__init__(self,...
There is significant concern about the provenance of some of the data files that are being downloaded. Not all of them are formally versioned, in the sense that, e.g., NHDPlus...
This pull request provides improvements to the stream-alined mixed-polyhedral meshing. The main changes include: - Variable quad lengths: The user can provide different target quad lengths for different reaches. This...