-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create CONUS404 spatial aggregation notebook using gdptools #532
Comments
We have interest in aggregating to the GFv1.1 and NHDv2. Do you have an idea of the best way to access those sets of stream networks? Is it using NLDI? |
@sfoks pointed out this could likely just be a copy of this use case: https://nhgf-catalog.dev-wma.chs.usgs.gov/usecases/3f74f920-c00f-4369-aecc-8f885cddda4f/ |
Ok - I think the larger scale workflow would be good to demo because I think several groups want to do that. |
If you are looking for use cases for GFv1.1, the RIMBE workflow right now aggregates to GFv1.1 with gdptools. However, we use a function to grab the GFv1.1 zip file from ScienceBase because we need the HRU boundaries. We do have pyNHD integrated into the workflow for WBD - HUC12s as an option. Although, I am not sure with NHD version it is pulling. |
Hmm ok that's good to know. I think I'd rather not pull from ScienceBase because sometimes it is offline and I'm also trying to avoid the pattern of everyone downloading a copy of the data to their computer to run a workflow. If there isn't an API or anything that we can pull GFv1.1 from, I could upload it to the OSN pod and then users could read the data from there directly. I'll work on getting that data uploaded there! |
We would like to replace this notebook with one that goes through essentially the same process using
gdptools
.I think we can use the same set of polygons used in the example - WBD HUC12s to start. And maybe we can aggregate the CONUS404 daily dataset from the OSN pod.
The text was updated successfully, but these errors were encountered: