{"slug": "chelsa", "name": "CHELSA v2.1", "tagline": "1 km downscaled climate, 1979 to present and projections", "source": "WSL", "category": {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, "meta": ["30 arc-seconds", "1979–2019 monthly, 1981–2010 normals", "Global"], "thumb": "/static/catalog/thumbs/chelsa.51ee876677ae.jpg", "bbox": [-180.0, -90.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/chelsa/", "subtitle": "Climatologies at High resolution for the Earth's Land Surface Areas", "summary": "ERA-Interim and ERA5 downscaled with orographic precipitation and temperature lapse rates. Often better than interpolated products in mountains.", "categories": [{"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "wsl", "name": "Swiss Federal Institute for Forest", "label": "WSL", "url": "https://www.wsl.ch/", "page": "/sources/wsl/"}], "facts": [["Source", "WSL"], ["Resolution", "30 arc-seconds (about 1 km)"], ["Time span", "1979–2019 monthly, 1981–2010 normals"], ["Temporal", "Daily, monthly, climatologies"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "See provider terms", "url": "https://chelsa-climate.org/"}, "citation": "Karger, D. N., et al. (2017). Climatologies at high resolution for the earth's land surface areas. Scientific Data, 4, 170122. https://doi.org/10.1038/sdata.2017.122", "doi": "", "landing_url": "https://chelsa-climate.org/", "provider_url": "https://chelsa-climate.org/", "methods": [{"type": "link", "label": "Downloads"}], "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/chelsa/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/chelsa/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/chelsa/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/chelsa/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/chelsa/manifest?bbox=-75,-20,-50,5"}}