{"slug": "e-obs", "name": "E-OBS", "tagline": "Station-based daily climate for Europe since 1950", "source": "ECA&D / Copernicus", "category": {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, "meta": ["0.1° and 0.25°", "1950–present", "Europe"], "thumb": "/static/catalog/thumbs/e-obs.1b587bf8be37.jpg", "bbox": [-25.0, 25.0, 45.0, 71.5], "global": false, "access": "download", "url": "/datasets/e-obs/", "subtitle": "Daily gridded observations for Europe", "summary": "Precipitation, temperature, sea-level pressure, humidity, wind and radiation interpolated from the ECA&D station network, with an ensemble spread for uncertainty.", "categories": [{"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "copernicus", "name": "Copernicus Programme (European Union)", "label": "Copernicus", "url": "https://www.copernicus.eu/", "page": "/sources/copernicus/"}, {"slug": "knmi", "name": "Royal Netherlands Meteorological Institute (ECA&D)", "label": "KNMI", "url": "https://www.ecad.eu/", "page": "/sources/knmi/"}], "facts": [["Source", "ECA&D / Copernicus"], ["Resolution", "0.1° and 0.25°"], ["Time span", "1950–present"], ["Temporal", "Daily"], ["Access type", "Direct download (external)"], ["Formats", "NetCDF"], ["Coverage", "Europe"]], "access_note": "", "coverage": "Europe", "license": {"name": "See provider terms (free for research and education)", "url": "https://surfobs.climate.copernicus.eu/dataaccess/access_eobs.php"}, "citation": "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", "doi": "", "landing_url": "https://surfobs.climate.copernicus.eu/dataaccess/access_eobs.php", "provider_url": "https://surfobs.climate.copernicus.eu/dataaccess/access_eobs.php", "methods": [{"type": "link", "label": "E-OBS downloads"}], "preview": null, "thumb_credit": "IMERG precipitation rate (NASA GIBS)", "selection": [9.0, 47.25, 11.0, 49.25], "selection_text": "9,47.25,11,49.25", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/e-obs/links?bbox=9,47.25,11,49.25\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/e-obs/links\",\n                 params={\"bbox\": \"9,47.25,11,49.25\"})\nfor group in r.json()[\"groups\"]:\n    for link in group[\"links\"]:\n        print(link[\"url\"])", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/e-obs/links?bbox=9,47.25,11,49.25\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/e-obs/links?bbox=9,47.25,11,49.25", "manifest": "/api/v1/datasets/e-obs/manifest?bbox=9,47.25,11,49.25"}}