{"slug": "grand-reservoirs", "name": "GRanD Reservoirs", "tagline": "Georeferenced large dams and their reservoir polygons", "source": "Lehner et al. (2011)", "category": {"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}, "meta": ["Polygons", "Static (v1.3)", "Global"], "thumb": "/static/catalog/thumbs/grand-reservoirs.5fed7f1ae8ee.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/grand-reservoirs/", "subtitle": "Global Reservoir and Dam Database", "summary": "More than 7,000 dams with reservoirs above 0.1 km³ of storage, with dam height, capacity, main use and year of construction. The standard input for representing reservoirs in global hydrological models. It is now part of the Global Dam Watch database.", "categories": [{"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}, {"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}], "sources": [{"slug": "gdw", "name": "Global Dam Watch", "label": "Global Dam Watch", "url": "https://www.globaldamwatch.org/", "page": "/sources/gdw/"}, {"slug": "mcgill", "name": "McGill University", "label": "McGill", "url": "https://www.mcgill.ca/", "page": "/sources/mcgill/"}], "facts": [["Source", "Lehner et al. (2011)"], ["Resolution", "Polygons"], ["Time span", "Static (v1.3)"], ["Temporal", "Static, with construction years"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile"], ["Coverage", "Global"]], "access_note": "Free download from Global Dam Watch", "coverage": "Global", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "Lehner, B., et al. (2011). High-resolution mapping of the world's reservoirs and dams for sustainable river-flow management. Frontiers in Ecology and the Environment, 9(9), 494–502. https://doi.org/10.1890/100125", "doi": "", "landing_url": "https://www.globaldamwatch.org/grand", "provider_url": "https://www.globaldamwatch.org/grand", "methods": [{"type": "link", "label": "Download from Global Dam Watch"}], "preview": {"type": "gibs", "layer": "GRanD_Reservoirs", "label": "GRanD reservoirs (NASA GIBS)"}, "thumb_credit": "GRanD reservoirs (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/grand-reservoirs/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/grand-reservoirs/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/grand-reservoirs/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/grand-reservoirs/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/grand-reservoirs/manifest?bbox=-75,-20,-50,5"}}