You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: