Skip to content
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

Add time-series query examples to noaa-nwm-example data notebook #40

Open
jameshalgren opened this issue Feb 24, 2023 · 2 comments
Open

Comments

@jameshalgren
Copy link

jameshalgren commented Feb 24, 2023

The NWM notebook currently displays interaction examples with single files from the NOAA National Water Model output data.

Many uses of the NWM data require collecting a series of multiple outputs and assembling them into a time series either for one or many points. This aggregation and cross-querying can be accomplished in a number of different ways: e.g., MultiZarr, Kerchunk, concatenated xarray datasets, direct netcdf library access, etc.

Including several examples in this notebook, along with performance statistics to show the relative advantages, especially if there is a particular advantage that can be obtained by using the data within the Azure platform specifically, would be powerful.

(I'll work on some prototypes and see if I can issue a PR...)

@jameshalgren
Copy link
Author

Some possible examples here.

@TomAugspurger
Copy link
Contributor

Thanks James! I'll try to take a look at this sometime in the next week or two. I agree it'd be great to have some examples doing this.

At some point, we'd ideally build and host those cloud-optimized indices for users. But that'll take us a while to get there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants