{"slug": "geodar", "name": "GeoDAR", "tagline": "22,560 dams and 21,515 reservoir boundaries", "source": "Wang et al. (2022)", "category": {"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}, "meta": ["Points and polygons", "Static (v1.1)", "Global"], "thumb": "/static/catalog/thumbs/geodar.517f2fcc919b.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/geodar/", "subtitle": "Georeferenced global Dams And Reservoirs", "summary": "Dams georeferenced from the ICOLD World Register and national inventories, with reservoir polygons, so register attributes such as capacity and purpose can be joined to locations.", "categories": [{"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}, {"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}], "sources": [{"slug": "zenodo", "name": "Zenodo", "label": "Zenodo", "url": "https://zenodo.org/", "page": "/sources/zenodo/"}], "facts": [["Source", "Wang et al. (2022)"], ["Resolution", "Points and polygons"], ["Time span", "Static (v1.1)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "Wang, J., et al. (2022). GeoDAR: georeferenced global dams and reservoirs dataset for bridging attributes and geolocations. Earth System Science Data, 14, 1869–1899. https://doi.org/10.5194/essd-14-1869-2022", "doi": "", "landing_url": "https://doi.org/10.5194/essd-14-1869-2022", "provider_url": "https://doi.org/10.5194/essd-14-1869-2022", "methods": [{"type": "link", "label": "Paper with data links (Zenodo)"}], "preview": {"type": "layer", "layer": "reservoirs", "label": "Reservoirs (Natural Earth)"}, "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/geodar/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/geodar/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/geodar/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/geodar/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/geodar/manifest?bbox=-75,-20,-50,5"}}