{"slug": "gpcc", "name": "GPCC Full Data", "tagline": "Gauge-based monthly precipitation since 1891", "source": "DWD", "category": {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, "meta": ["0.25° to 2.5°", "1891–2020", "Global"], "thumb": "/static/catalog/thumbs/gpcc.553979b2f3bd.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/gpcc/", "subtitle": "Global Precipitation Climatology Centre", "summary": "Precipitation interpolated from quality-controlled rain gauges, with the number of gauges per cell. Used to bias-correct many satellite and reanalysis products.", "categories": [{"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "dwd", "name": "Deutscher Wetterdienst (GPCC)", "label": "DWD", "url": "https://www.dwd.de/", "page": "/sources/dwd/"}], "facts": [["Source", "DWD"], ["Resolution", "0.25° to 2.5°"], ["Time span", "1891–2020"], ["Temporal", "Monthly and daily"], ["Access type", "Direct download (external)"], ["Formats", "NetCDF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "CC BY 4.0", "url": "https://opendata.dwd.de/climate_environment/GPCC/html/download_gate.html"}, "citation": "", "doi": "", "landing_url": "https://opendata.dwd.de/climate_environment/GPCC/html/download_gate.html", "provider_url": "https://opendata.dwd.de/climate_environment/GPCC/html/download_gate.html", "methods": [{"type": "link", "label": "GPCC download gate"}], "preview": null, "thumb_credit": "IMERG precipitation rate (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/gpcc/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/gpcc/links\",\n                 params={\"bbox\": \"-75,-20,-50,5\"})\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/gpcc/links?bbox=-75,-20,-50,5\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/gpcc/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/gpcc/manifest?bbox=-75,-20,-50,5"}}