{"slug": "free-flowing-rivers", "name": "Free-flowing Rivers of the World", "tagline": "River connectivity status for 12 million km of rivers", "source": "Grill et al. (2019)", "category": {"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}, "meta": ["Lines", "Static (about 2017)", "Global"], "thumb": "/static/catalog/thumbs/free-flowing-rivers.af214197bf66.jpg", "bbox": [-180.0, -56.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/free-flowing-rivers/", "subtitle": "Grill et al. (2019)", "summary": "HydroRIVERS reaches scored by a connectivity status index that combines fragmentation by dams, flow regulation, sediment trapping, water consumption, road construction and urban areas. Reaches are marked free-flowing, good connectivity or impacted.", "categories": [{"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}, {"slug": "management", "name": "Management", "icon": "bank", "tone": "slate"}], "sources": [{"slug": "hydrosheds", "name": "HydroSHEDS (WWF and McGill University)", "label": "HydroSHEDS", "url": "https://www.hydrosheds.org/", "page": "/sources/hydrosheds/"}, {"slug": "mcgill", "name": "McGill University", "label": "McGill", "url": "https://www.mcgill.ca/", "page": "/sources/mcgill/"}], "facts": [["Source", "Grill et al. (2019)"], ["Resolution", "Lines (HydroRIVERS reaches)"], ["Time span", "Static (about 2017)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile, File geodatabase"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "CC BY 4.0", "url": "https://doi.org/10.6084/m9.figshare.7688801"}, "citation": "Grill, G., et al. (2019). Mapping the world's free-flowing rivers. Nature, 569, 215–221. https://doi.org/10.1038/s41586-019-1111-9", "doi": "", "landing_url": "https://doi.org/10.6084/m9.figshare.7688801", "provider_url": "https://doi.org/10.6084/m9.figshare.7688801", "methods": [{"type": "link", "label": "Data and technical documentation (figshare)"}], "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/free-flowing-rivers/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/free-flowing-rivers/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/free-flowing-rivers/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/free-flowing-rivers/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/free-flowing-rivers/manifest?bbox=-75,-20,-50,5"}}