{"slug": "cru-ts", "name": "CRU TS", "tagline": "Monthly 0.5° station-based climate since 1901", "source": "CRU / UEA", "category": {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, "meta": ["0.5°", "1901–present", "Global"], "thumb": "/static/catalog/thumbs/cru-ts.553979b2f3bd.jpg", "bbox": [-180.0, -60.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/cru-ts/", "subtitle": "Climatic Research Unit gridded Time Series", "summary": "Ten variables including precipitation, mean, minimum and maximum temperature, potential evapotranspiration and wet-day frequency, interpolated from station anomalies.", "categories": [{"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "cru", "name": "Climatic Research Unit, University of East Anglia", "label": "CRU", "url": "https://crudata.uea.ac.uk/", "page": "/sources/cru/"}], "facts": [["Source", "CRU / UEA"], ["Resolution", "0.5° (about 55 km)"], ["Time span", "1901–present"], ["Temporal", "Monthly"], ["Access type", "Direct download (external)"], ["Formats", "NetCDF, ASCII"], ["Coverage", "Global land (except Antarctica)"]], "access_note": "", "coverage": "Global land (except Antarctica)", "license": {"name": "Open Government Licence", "url": "https://crudata.uea.ac.uk/cru/data/hrg/"}, "citation": "Harris, I., Osborn, T. J., Jones, P., Lister, D. (2020). Version 4 of the CRU TS monthly high-resolution gridded multivariate climate dataset. Scientific Data, 7, 109. https://doi.org/10.1038/s41597-020-0453-3", "doi": "", "landing_url": "https://crudata.uea.ac.uk/cru/data/hrg/", "provider_url": "https://crudata.uea.ac.uk/cru/data/hrg/", "methods": [{"type": "link", "label": "CRU TS data page"}], "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/cru-ts/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/cru-ts/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/cru-ts/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/cru-ts/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/cru-ts/manifest?bbox=-75,-20,-50,5"}}