{"slug": "riveratlas", "name": "RiverATLAS", "tagline": "HydroRIVERS reaches with 56 hydro-environmental attributes", "source": "WWF / McGill", "category": {"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}, "meta": ["Lines", "Static (v1.0)", "Global"], "thumb": "/static/catalog/thumbs/riveratlas.0b7be6a1f98b.jpg", "bbox": [-180.0, -56.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/riveratlas/", "subtitle": "HydroATLAS river reach attributes", "summary": "The HydroRIVERS geometry joined with climate, land cover, soils, geology, population and human-impact attributes, each summarised for the local catchment and the whole upstream area. Useful when a river network needs catchment descriptors for regionalisation or machine learning.", "categories": [{"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}, {"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/"}, {"slug": "mcgill", "name": "McGill University", "label": "McGill", "url": "https://www.mcgill.ca/", "page": "/sources/mcgill/"}], "facts": [["Source", "WWF / McGill"], ["Resolution", "Lines (HydroRIVERS reaches)"], ["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": "CC BY 4.0", "url": "https://www.hydrosheds.org/hydroatlas"}, "citation": "Linke, S., et al. (2019). Global hydro-environmental sub-basin and river reach characteristics at high spatial resolution. Scientific Data, 6, 283. https://doi.org/10.1038/s41597-019-0300-6", "doi": "", "landing_url": "https://www.hydrosheds.org/hydroatlas", "provider_url": "https://www.hydrosheds.org/hydroatlas", "methods": [{"type": "link", "label": "HydroATLAS downloads (RiverATLAS, BasinATLAS, LakeATLAS)"}], "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/riveratlas/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/riveratlas/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/riveratlas/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/riveratlas/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/riveratlas/manifest?bbox=-75,-20,-50,5"}}