Climate
E-OBS
Daily gridded observations for Europe. Station-based daily climate for Europe since 1950.
Precipitation, temperature, sea-level pressure, humidity, wind and radiation interpolated from the ECA&D station network, with an ensemble spread for uncertainty.
- Source
- Copernicus Programme (European Union), Royal Netherlands Meteorological Institute (ECA&D)
- Resolution
- 0.1° and 0.25°
- Data type
- Raster
- Time span
- 1950–present
- Temporal
- Daily
- Access type
- Direct download (external)
- Formats
- NetCDF
- Coverage
- Europe (-25, 25, 45, 71.50)
- Licence
- See provider terms (free for research and education)
- Provider page
- surfobs.climate.copernicus.eu/dataaccess/access_eobs.php
Cite as. Cornes, R., et al. (2018). An Ensemble Version of the E-OBS Temperature and Precipitation Datasets. Journal of Geophysical Research: Atmospheres, 123, 9391–9409. https://doi.org/10.1029/2017JD028200
Access
linkE-OBS downloads
https://surfobs.climate.copernicus.eu/dataaccess/access_eobs.php
curl "https://hydrological.org/api/v1/datasets/e-obs/links?bbox=9,47.25,11,49.25" \
-H "Accept: application/json"
import requests
r = requests.get("https://hydrological.org/api/v1/datasets/e-obs/links",
params={"bbox": "9,47.25,11,49.25"})
for group in r.json()["groups"]:
for link in group["links"]:
print(link["url"])
const res = await fetch("https://hydrological.org/api/v1/datasets/e-obs/links?bbox=9,47.25,11,49.25");
const { groups } = await res.json();
for (const g of groups) g.links.forEach(l => console.log(l.url));
Also available as JSON: links · manifest · dataset record