azavea / noaa-hydro-data

NOAA Phase 2 Hydrological Data Processing
11 stars 3 forks source link

Query NWM Streamflow Predictions by HUC shape #117

Closed rajadain closed 1 year ago

rajadain commented 1 year ago

Overview

Adds a notebook that queries the NWM for a set of streams for a HUC.

Interestingly, the longest time taking bit of this is querying the NHD Streams from their webservice. The spatial join is pretty fast, even with using NetCDF files as the source.

This looks at a single time slice. The next step is to compose a test that queries multiple time slices.

Checklist

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

elizawallace commented 1 year ago

Superseded by PR #128.