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

Lazy loading of ERA5 observations for Google Cloud Platform #52

Closed
kysolvik opened this issue Sep 12, 2024 · 3 comments
Closed

Lazy loading of ERA5 observations for Google Cloud Platform #52

kysolvik opened this issue Sep 12, 2024 · 3 comments

Comments

@kysolvik
Copy link
Collaborator

Problem: Currently to generate observations from ERA5 on GCP, we have to download all the data (for a specified window in time and space) into a Data object, and then run an observer on that object. There's no way to generate observations from the ERA5 data without downloading the fully region/time-window first.

Possible solution: By interfacing with xarray, we could sample times/locations and load only the data we need.

@kysolvik
Copy link
Collaborator Author

This has been solved with the xarray updates in dev/xarray_base. Once that's merged we can close this.

@StevePny
Copy link
Owner

@kysolvik is this resolved by #56 ?

@kysolvik
Copy link
Collaborator Author

@StevePny Yes, closing

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