{"slug": "esdb", "name": "European Soil Database", "tagline": "Soil maps and derived hydraulic properties for Europe", "source": "JRC", "category": {"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}, "meta": ["1 km raster, 1:1,000,000 vector", "Static", "Europe"], "thumb": "/static/catalog/thumbs/esdb.93056bd1953b.jpg", "bbox": [-25.0, 34.0, 45.0, 72.0], "global": false, "access": "registration", "url": "/datasets/esdb/", "subtitle": "European Soil Data Centre (ESDAC)", "summary": "The harmonised soil map of Europe with its attribute database, plus derived rasters such as the 3D soil hydraulic database used by LISFLOOD.", "categories": [{"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}], "sources": [{"slug": "jrc", "name": "European Commission Joint Research Centre", "label": "JRC", "url": "https://joint-research-centre.ec.europa.eu/", "page": "/sources/jrc/"}], "facts": [["Source", "JRC"], ["Resolution", "1 km raster, 1:1,000,000 vector"], ["Time span", "Static"], ["Temporal", "Static"], ["Access type", "Registration with provider"], ["Formats", "Shapefile, GeoTIFF"], ["Coverage", "Europe"]], "access_note": "Free request form", "coverage": "Europe", "license": {"name": "See provider terms", "url": "https://esdac.jrc.ec.europa.eu/"}, "citation": "", "doi": "", "landing_url": "https://esdac.jrc.ec.europa.eu/content/european-soil-database-v20-vector-and-attribute-data", "provider_url": "https://esdac.jrc.ec.europa.eu/content/european-soil-database-v20-vector-and-attribute-data", "methods": [{"type": "link", "label": "ESDAC dataset page"}], "preview": null, "thumb_credit": "Blue Marble shaded relief (NASA GIBS)", "selection": [9.0, 52.0, 11.0, 54.0], "selection_text": "9,52,11,54", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/esdb/links?bbox=9,52,11,54\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/esdb/links\",\n                 params={\"bbox\": \"9,52,11,54\"})\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/esdb/links?bbox=9,52,11,54\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/esdb/links?bbox=9,52,11,54", "manifest": "/api/v1/datasets/esdb/manifest?bbox=9,52,11,54"}}