{"slug": "natural-earth-rivers", "name": "Natural Earth Rivers and Lake Centerlines", "tagline": "Cartographic river lines at 1:10m, 1:50m and 1:110m", "source": "Natural Earth", "category": {"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}, "meta": ["1:10 million to 1:110 million", "Static (v5)", "Global"], "thumb": "/static/catalog/thumbs/natural-earth-rivers.e4a919aea2b6.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/natural-earth-rivers/", "subtitle": "Natural Earth physical vectors", "summary": "Generalised river lines drawn for maps, with names in many languages and a scale rank for choosing which rivers to show at each zoom. Supplementary 1:10m files add more rivers in North America and Europe. The river layer on this site's map comes from the 1:10m file.", "categories": [{"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}], "sources": [{"slug": "naturalearth", "name": "Natural Earth", "label": "Natural Earth", "url": "https://www.naturalearthdata.com/", "page": "/sources/naturalearth/"}], "facts": [["Source", "Natural Earth"], ["Resolution", "1:10 million to 1:110 million"], ["Time span", "Static (v5)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Shapefile"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "Public domain", "url": "https://www.naturalearthdata.com/about/terms-of-use/"}, "citation": "", "doi": "", "landing_url": "https://www.naturalearthdata.com/downloads/10m-physical-vectors/10m-rivers-lake-centerlines/", "provider_url": "https://www.naturalearthdata.com/downloads/10m-physical-vectors/10m-rivers-lake-centerlines/", "methods": [{"type": "files", "label": "Natural Earth river shapefiles"}], "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 -fsSL \"https://hydrological.org/api/v1/datasets/natural-earth-rivers/links.txt?bbox=-75,-20,-50,5\" \\\n  | xargs -n 1 curl -fLO", "python": "import requests\n\nurls = requests.get(\"https://hydrological.org/api/v1/datasets/natural-earth-rivers/links.txt?bbox=-75,-20,-50,5\").text.split()\nfor url in urls:\n    name = url.rsplit(\"/\", 1)[-1]\n    with requests.get(url, stream=True) as r, open(name, \"wb\") as f:\n        for chunk in r.iter_content(1 << 20):\n            f.write(chunk)", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/natural-earth-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/natural-earth-rivers/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/natural-earth-rivers/manifest?bbox=-75,-20,-50,5"}}