-
Notifications
You must be signed in to change notification settings - Fork 4
channel routing data extraction #46
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
base: main
Are you sure you want to change the base?
Conversation
|
This latest commit adds a dask requirement, so if this is merged, our instances will have to get rebuilt to include dask. Dask speeds up the runoff addition step significantly by chunking our xarray dataset when it is opened, which allows for chunked addition of columns. This is super important for large-scale data processing. Speed comparison (for CONUS-wide processing, 3 hours) |
…s parity with other datastreams
This reverts commit 58125b7.
See issue #28 . This change extracts
q_lateralfrom the NWM's channel routing data, remaps it onto the nextgen hydrofabric (user must provide mapping, see https://alabama.box.com/s/kpcy8jg772bqpusouzt7wx1gfjn00spb for the latest NHD to NextGen HF 2.2 mapping), and outputs it for the purpose of t-route ingestion.Additions
q_lateralfrom channel routing data and maps NHD values onto the NextGen hydrofabric (becauseq_lateralis additive, we just add all the values from the NHD that correspond a NextGen nexus togetherdocs/examplesTesting
Checklist
Testing checklist
Target Environment support