{"slug": "hydrorivers", "name": "HydroRIVERS", "tagline": "8.5 million river reaches with discharge and order", "source": "WWF / McGill", "category": {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, "meta": ["Lines", "Static (v1.0)", "Global"], "thumb": "/static/catalog/thumbs/hydrorivers.a0622c170993.jpg", "bbox": [-180.0, -56.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/hydrorivers/", "subtitle": "Global river network", "summary": "Vector river reaches for every stream with a catchment of at least 10 km² or a mean flow of at least 0.1 m³/s, with estimated long-term discharge, Strahler order and connection to HydroBASINS and HydroLAKES.", "categories": [{"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", "Lines (catchments above 10 km²)"], ["Time span", "Static (v1.0)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile, File geodatabase"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "HydroSHEDS licence (free, attribution required)", "url": "https://www.hydrosheds.org/products/hydrorivers"}, "citation": "Lehner, B., Grill, G. (2013). Global river hydrography and network routing. Hydrological Processes, 27, 2171–2186. https://doi.org/10.1002/hyp.9740", "doi": "", "landing_url": "https://www.hydrosheds.org/products/hydrorivers", "provider_url": "https://www.hydrosheds.org/products/hydrorivers", "methods": [{"type": "link", "label": "Global and regional downloads"}], "preview": {"type": "layer", "layer": "rivers", "label": "Rivers (Natural Earth)"}, "thumb_credit": "Rivers (Natural Earth) 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/hydrorivers/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/hydrorivers/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/hydrorivers/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/hydrorivers/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/hydrorivers/manifest?bbox=-75,-20,-50,5"}}