{"slug": "hydrolakes", "name": "HydroLAKES", "tagline": "1.4 million lake polygons with depth and volume estimates", "source": "WWF / McGill", "category": {"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}, "meta": ["Polygons", "Static (v1.0)", "Global"], "thumb": "/static/catalog/thumbs/hydrolakes.761bd20f30aa.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/hydrolakes/", "subtitle": "Global lakes and reservoirs larger than 10 ha", "summary": "Shorelines of all lakes and reservoirs of at least 10 ha, with estimated mean depth, volume, residence time and the pour point linking each lake to the HydroRIVERS network.", "categories": [{"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}, {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}], "sources": [{"slug": "hydrosheds", "name": "HydroSHEDS (WWF and McGill University)", "label": "HydroSHEDS", "url": "https://www.hydrosheds.org/", "page": "/sources/hydrosheds/"}], "facts": [["Source", "WWF / McGill"], ["Resolution", "Polygons"], ["Time span", "Static (v1.0)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile, File geodatabase"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "HydroSHEDS licence (free, attribution required)", "url": "https://www.hydrosheds.org/products/hydrolakes"}, "citation": "Messager, M. L., et al. (2016). Estimating the volume and age of water stored in global lakes using a geo-statistical approach. Nature Communications, 7, 13603. https://doi.org/10.1038/ncomms13603", "doi": "", "landing_url": "https://www.hydrosheds.org/products/hydrolakes", "provider_url": "https://www.hydrosheds.org/products/hydrolakes", "methods": [{"type": "link", "label": "Downloads"}], "preview": {"type": "layer", "layer": "lakes", "label": "Lakes (Natural Earth)"}, "thumb_credit": "Blue Marble shaded relief (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/hydrolakes/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/hydrolakes/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/hydrolakes/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/hydrolakes/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/hydrolakes/manifest?bbox=-75,-20,-50,5"}}