{"slug": "prism", "name": "PRISM Climate Data", "tagline": "800 m and 4 km climate for the conterminous United States", "source": "PRISM / Oregon State", "category": {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, "meta": ["800 m and 4 km", "1895–present", "Conterminous United States"], "thumb": "/static/catalog/thumbs/prism.d5170ff6a20f.jpg", "bbox": [-125.0, 24.0, -66.0, 50.0], "global": false, "access": "download", "url": "/datasets/prism/", "subtitle": "Parameter-elevation Regressions on Independent Slopes Model", "summary": "Station data interpolated with elevation-dependent regressions that account for rain shadows, coastal effects and temperature inversions. The reference climate dataset for the United States.", "categories": [{"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "prism", "name": "PRISM Group", "label": "PRISM", "url": "https://prism.oregonstate.edu/", "page": "/sources/prism/"}], "facts": [["Source", "PRISM / Oregon State"], ["Resolution", "800 m and 4 km"], ["Time span", "1895–present"], ["Temporal", "Daily (from 1981), monthly, normals"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF, BIL"], ["Coverage", "Conterminous United States"]], "access_note": "", "coverage": "Conterminous United States", "license": {"name": "Free with attribution; see provider terms", "url": "https://prism.oregonstate.edu/terms/"}, "citation": "", "doi": "", "landing_url": "https://prism.oregonstate.edu/", "provider_url": "https://prism.oregonstate.edu/", "methods": [{"type": "link", "label": "Recent years and historical downloads"}], "preview": null, "thumb_credit": "IMERG precipitation rate (NASA GIBS)", "selection": [-96.5, 36.0, -94.5, 38.0], "selection_text": "-96.5,36,-94.5,38", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/prism/links?bbox=-96.5,36,-94.5,38\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/prism/links\",\n                 params={\"bbox\": \"-96.5,36,-94.5,38\"})\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/prism/links?bbox=-96.5,36,-94.5,38\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/prism/links?bbox=-96.5,36,-94.5,38", "manifest": "/api/v1/datasets/prism/manifest?bbox=-96.5,36,-94.5,38"}}