{"slug": "eu-hydro", "name": "EU-Hydro River Network Database", "tagline": "Topologically connected river network for Europe", "source": "Copernicus", "category": {"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}, "meta": ["Lines and polygons", "Static (v1.3)", "Europe (EEA38 and UK)"], "thumb": "/static/catalog/thumbs/eu-hydro.216d22288b67.jpg", "bbox": [-32.0, 27.0, 45.0, 72.0], "global": false, "access": "login", "url": "/datasets/eu-hydro/", "subtitle": "Copernicus Land Monitoring Service", "summary": "A photo-interpreted river network and water bodies for the EEA member and cooperating countries, with a routable version (the River Net) delineated on EU-DEM. The European counterpart to NHDPlus.", "categories": [{"slug": "rivers", "name": "Rivers", "icon": "river", "tone": "blue"}], "sources": [{"slug": "copernicus", "name": "Copernicus Programme (European Union)", "label": "Copernicus", "url": "https://www.copernicus.eu/", "page": "/sources/copernicus/"}], "facts": [["Source", "Copernicus"], ["Resolution", "Lines (from 2.5 m imagery and EU-DEM)"], ["Time span", "Static (v1.3)"], ["Temporal", "Static"], ["Access type", "Download with free login"], ["Formats", "File geodatabase"], ["Coverage", "Europe (EEA38 and UK)"]], "access_note": "Free EU login", "coverage": "Europe (EEA38 and UK)", "license": {"name": "Copernicus data policy (free and open)", "url": "https://land.copernicus.eu/en/data-policy"}, "citation": "", "doi": "", "landing_url": "https://land.copernicus.eu/en/products/eu-hydro", "provider_url": "https://land.copernicus.eu/en/products/eu-hydro", "methods": [{"type": "link", "label": "EU-Hydro product page and downloads"}], "preview": {"type": "layer", "layer": "rivers", "label": "Rivers (Natural Earth)"}, "thumb_credit": "Rivers (Natural Earth) over Blue Marble (NASA GIBS)", "selection": [5.5, 48.5, 7.5, 50.5], "selection_text": "5.5,48.5,7.5,50.5", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/eu-hydro/links?bbox=5.5,48.5,7.5,50.5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/eu-hydro/links\",\n                 params={\"bbox\": \"5.5,48.5,7.5,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/eu-hydro/links?bbox=5.5,48.5,7.5,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/eu-hydro/links?bbox=5.5,48.5,7.5,50.5", "manifest": "/api/v1/datasets/eu-hydro/manifest?bbox=5.5,48.5,7.5,50.5"}}