{"slug": "goodd", "name": "GOODD Dams", "tagline": "More than 38,000 dams digitised from satellite imagery", "source": "Mulligan et al. (2020)", "category": {"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}, "meta": ["Points", "Static", "Global"], "thumb": "/static/catalog/thumbs/goodd.9b295b6decd8.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/goodd/", "subtitle": "GlObal geOreferenced Database of Dams", "summary": "Dams of all sizes, including many small ones missing from GRanD, each with its upstream catchment boundary.", "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/"}], "facts": [["Source", "Mulligan et al. (2020)"], ["Resolution", "Points and catchments"], ["Time span", "Static"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "See provider terms", "url": "https://www.globaldamwatch.org/goodd"}, "citation": "Mulligan, M., van Soesbergen, A., Sáenz, L. (2020). GOODD, a global dataset of more than 38,000 georeferenced dams. Scientific Data, 7, 31. https://doi.org/10.1038/s41597-020-0362-5", "doi": "", "landing_url": "https://www.globaldamwatch.org/goodd", "provider_url": "https://www.globaldamwatch.org/goodd", "methods": [{"type": "link", "label": "Download from Global Dam Watch"}], "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/goodd/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/goodd/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/goodd/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/goodd/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/goodd/manifest?bbox=-75,-20,-50,5"}}