{"slug": "corine-land-cover", "name": "CORINE Land Cover", "tagline": "European land cover in 44 classes since 1990", "source": "Copernicus / EEA", "category": {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}, "meta": ["100 m raster, 25 ha vector", "1990–2018", "Europe (EEA38 and UK)"], "thumb": "/static/catalog/thumbs/corine-land-cover.a93393182e70.jpg", "bbox": [-32.0, 27.0, 45.0, 72.0], "global": false, "access": "login", "url": "/datasets/corine-land-cover/", "subtitle": "Copernicus Land Monitoring Service", "summary": "A photo-interpreted inventory in 44 classes with change layers between editions. It is the reference land cover for most European catchment models and for the Water Framework Directive.", "categories": [{"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}], "sources": [{"slug": "copernicus", "name": "Copernicus Programme (European Union)", "label": "Copernicus", "url": "https://www.copernicus.eu/", "page": "/sources/copernicus/"}], "facts": [["Source", "Copernicus / EEA"], ["Resolution", "100 m raster, 25 ha vector"], ["Time span", "1990–2018"], ["Temporal", "1990, 2000, 2006, 2012, 2018"], ["Access type", "Download with free login"], ["Formats", "GeoTIFF, GeoPackage, 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/corine-land-cover", "provider_url": "https://land.copernicus.eu/en/products/corine-land-cover", "methods": [{"type": "link", "label": "CLMS product page and downloads"}], "preview": null, "thumb_credit": "MODIS IGBP land cover (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/corine-land-cover/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/corine-land-cover/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/corine-land-cover/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/corine-land-cover/links?bbox=5.5,48.5,7.5,50.5", "manifest": "/api/v1/datasets/corine-land-cover/manifest?bbox=5.5,48.5,7.5,50.5"}}