-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
META: New Sources and Sinks #12
Comments
@jacobbieker going to estimate storage costs here. Please correct me if I've got anything wrong! We are planning on using Icon and ECMWF, everything else is a nice to have.
This is approximately ~130Gb per day. Leonardo's |
Working for Canada Global: Two folders in
Each of these folders has 81 sub-folders, one for each time step spanning Then, those folders contain multiple days' worth of grib files for several different parameters at the parent folders' time step and initialisation time. One day's worth of files in a step folder sums to This can be verified via
Which prints the size of all the files in the various sub folders corresponding to the 9th July 2023 (takes a while to run!). This prints 66582081111, or 66Gb. (The 8th July returns 66603571331, so they seem resonably constant) |
Thanks for all that! Yeah, makes sense to me, and I guess is just a bit surprising how little it is, but great! |
More possible sources, for observations if we wanted it: https://synopticdata.com/mesonet-api |
ICON Implemented with #61 |
Huggingface implemented with #49 |
ICON updated with #67 |
Canada is implemented in #76 |
GFS is implemented in #78 |
Meteo-France Global and EU is in #80 |
ERA5 is also now (mostly) available in Zarr from Google Cloud in WeatherBench 2 and arco-era5, so that shouldn't really need to be done. |
One other thing to start archiving might be the ICON ensemble predictions (EPS). |
There are new parameters available in ICON and ICON-EU which might be good to archive: https://www.dwd.de/DE/leistungen/opendata/neuigkeiten/opendata_november2023_2.html |
Also, ICON-ART, the aerosol forecast, will be available in the middle of the year |
Implement new sources:
WEATHER FORECASTS
AEROSOL FORECASTS
WEATHER OBSERVATIONS
Implement new sinks:
Sources with stars do not have archives, so would have to be run as continuous downloads. Do Icon first.
The text was updated successfully, but these errors were encountered: