{"slug": "whymap", "name": "WHYMAP Groundwater Resources of the World", "tagline": "Global map of groundwater resources and aquifer types", "source": "BGR / UNESCO", "category": {"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}, "meta": ["1:25,000,000", "Static", "Global"], "thumb": "/static/catalog/thumbs/whymap.9b295b6decd8.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/whymap/", "subtitle": "World-wide Hydrogeological Mapping and Assessment Programme", "summary": "Hydrogeological provinces classified by aquifer type and recharge, with major aquifer systems and groundwater quality. A reference map for continental groundwater assessments.", "categories": [{"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}], "sources": [{"slug": "bgr", "name": "Federal Institute for Geosciences and Natural Resources", "label": "BGR", "url": "https://www.bgr.bund.de/", "page": "/sources/bgr/"}], "facts": [["Source", "BGR / UNESCO"], ["Resolution", "1:25,000,000"], ["Time span", "Static"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile, WMS"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "See provider terms", "url": "https://www.whymap.org/"}, "citation": "", "doi": "", "landing_url": "https://www.whymap.org/", "provider_url": "https://www.whymap.org/", "methods": [{"type": "link", "label": "WHYMAP maps and downloads"}], "preview": null, "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/whymap/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/whymap/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/whymap/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/whymap/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/whymap/manifest?bbox=-75,-20,-50,5"}}