Meteo is even more awesome, so we made this list to curate meteo related resources including open-source data, package softwares, documents and so on. Pull requests are always welcomed.
π§ π§ π§ πππ In Construction πππ π§ π§ π§
-
ECMWF - A subset of ECMWF real-time forecast data with 0.4 degree resolution are made available to the public free of charge. The data includes deterministic forecasts(oper), ensemble forecasts(enfo), wave deterministic forecasts(wave) and wave ensemble forecasts(waef) .
- ECMWF Data Store -
https://data.ecmwf.int/forecasts/{{batch_date:%Y%m%d}}/{{batch_date:%H}}z/0p4-beta/{{product}}/{{batch_date:%Y%m%d%H}}0000-{{step}}h-{{product}}-{{datatype}}.grib2
- aws s3 -
s3://ecmwf-forecasts/{{batch_date:%Y%m%d}}/{{batch_date:%H}}z/0p4-beta/{{product}}/{{batch_date:%Y%m%d%H}}0000-{{step}}h-{{product}}-{{datatype}}.grib2
(from 2023-01-18 to now)
- ECMWF Data Store -
-
NOAA - The data includes deterministic forecasts(gfs), ensemble forecasts(gefs) and wave forecasts(gfswave).
- nomads -
https://nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.{{batch_date:%Y%m%d}}/{{batch_date:%H}}/atmos/gfs.t{{step}}z.pgrb2.0p25.f{{step:03}}
- aws s3 -
s3://noaa-gfs-bdp-pds/gfs.{{batch_date:%Y%m%d}}/{{batch_date:%H}}/gfs.t{{batch_date:%H}}z.pgrb2.0p25.f{{step:03}}
(from 2021-02-26 to now) - ftp -
ftp://ftp.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/
- nomads -
-
- TODO
- TODO
- ECMWF
- ERA5
- TODO
- ERA5
- eccodes - A package developed by ECMWF which provides an application programming interface for decoding and encoding messages in GRIB 1/2 and BUFR 3/4 format.
- pygrib - A high-level wrapped interface to the eccodes library for reading GRIB files.
-
netcdf-c - The C interfaces for the Unidata network Common Data Form (netCDF), which is a self-describing, network-transparent, directly accessible, and extendible data format.
-
netcdf4-python - Python/numpy interface to the netCDF C library.