{"slug": "hydrosheds", "name": "HydroSHEDS Core", "tagline": "Conditioned DEM, flow direction and accumulation", "source": "WWF / McGill", "category": {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, "meta": ["3, 15 and 30 arc-seconds", "Static (v1)", "Global"], "thumb": "/static/catalog/thumbs/hydrosheds.5e34e0a40ffb.jpg", "bbox": [-180.0, -56.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/hydrosheds/", "subtitle": "Hydrological data and maps based on SHuttle Elevation Derivatives", "summary": "The hydrologically conditioned SRTM elevation, flow direction and flow accumulation grids behind HydroBASINS, HydroRIVERS and HydroLAKES, in regional downloads.", "categories": [{"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, {"slug": "dem", "name": "DEM", "icon": "mountain", "tone": "slate"}], "sources": [{"slug": "hydrosheds", "name": "HydroSHEDS (WWF and McGill University)", "label": "HydroSHEDS", "url": "https://www.hydrosheds.org/", "page": "/sources/hydrosheds/"}], "facts": [["Source", "WWF / McGill"], ["Resolution", "3, 15 and 30 arc-seconds"], ["Time span", "Static (v1)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF"], ["Coverage", "Global land (except Greenland and Antarctica)"]], "access_note": "", "coverage": "Global land (except Greenland and Antarctica)", "license": {"name": "HydroSHEDS licence (free, attribution required)", "url": "https://www.hydrosheds.org/products/hydrosheds"}, "citation": "Lehner, B., Verdin, K., Jarvis, A. (2008). New global hydrography derived from spaceborne elevation data. Eos, 89(10), 93–94. https://doi.org/10.1029/2008EO100001", "doi": "", "landing_url": "https://www.hydrosheds.org/products/hydrosheds", "provider_url": "https://www.hydrosheds.org/products/hydrosheds", "methods": [{"type": "link", "label": "Downloads by region and resolution"}], "preview": {"type": "layer", "layer": "basins", "label": "Basins (HydroBASINS)"}, "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/hydrosheds/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/hydrosheds/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/hydrosheds/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/hydrosheds/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/hydrosheds/manifest?bbox=-75,-20,-50,5"}}