{"slug": "aqueduct-40", "name": "Aqueduct 4.0 Water Risk Atlas", "tagline": "Baseline and future water stress by sub-basin", "source": "WRI", "category": {"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}, "meta": ["Sub-basins", "1979–2019 baseline, 2030 to 2080 projections", "Global"], "thumb": "/static/catalog/thumbs/aqueduct-40.cf58dfda4d12.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/aqueduct-40/", "subtitle": "World Resources Institute", "summary": "Thirteen indicators of physical water quantity, quality and regulatory risk, including baseline water stress, depletion, interannual and seasonal variability, groundwater decline and flood risk, with future projections under three scenarios.", "categories": [{"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}], "sources": [{"slug": "wri", "name": "World Resources Institute", "label": "WRI", "url": "https://www.wri.org/", "page": "/sources/wri/"}], "facts": [["Source", "WRI"], ["Resolution", "Sub-basins (HydroBASINS level 6)"], ["Time span", "1979–2019 baseline, 2030 to 2080 projections"], ["Temporal", "Annual and monthly indicators"], ["Access type", "Direct download (external)"], ["Formats", "CSV, File geodatabase"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "Kuzma, S., et al. (2023). Aqueduct 4.0: Updated decision-relevant global water risk indicators. World Resources Institute. https://doi.org/10.46830/writn.23.00061", "doi": "", "landing_url": "https://www.wri.org/data/aqueduct-global-maps-40-data", "provider_url": "https://www.wri.org/data/aqueduct-global-maps-40-data", "methods": [{"type": "link", "label": "Data download page"}], "preview": {"type": "layer", "layer": "basins", "label": "Basins (HydroBASINS)"}, "thumb_credit": "River basins (HydroBASINS) over Blue Marble (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/aqueduct-40/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/aqueduct-40/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/aqueduct-40/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/aqueduct-40/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/aqueduct-40/manifest?bbox=-75,-20,-50,5"}}