{"slug": "esa-cci-landcover", "name": "ESA CCI and C3S Land Cover", "tagline": "300 m annual land cover since 1992", "source": "ESA / Copernicus", "category": {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}, "meta": ["300 m", "1992–2022", "Global"], "thumb": "/static/catalog/thumbs/esa-cci-landcover.f50965478e18.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "api", "url": "/datasets/esa-cci-landcover/", "subtitle": "Climate Change Initiative Land Cover, continued by Copernicus C3S", "summary": "Twenty-two classes in the UN Land Cover Classification System, consistent from 1992 onward. The longest annual global land-cover record, suited to land-use change scenarios in long hydrological simulations.", "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/"}, {"slug": "esa", "name": "European Space Agency", "label": "ESA", "url": "https://www.esa.int/", "page": "/sources/esa/"}], "facts": [["Source", "ESA / Copernicus"], ["Resolution", "300 m"], ["Time span", "1992–2022"], ["Temporal", "Annual"], ["Access type", "API (external)"], ["Formats", "NetCDF"], ["Coverage", "Global"]], "access_note": "Copernicus Climate Data Store account", "coverage": "Global", "license": {"name": "ESA CCI and Copernicus licences (free, attribution required)", "url": "https://cds.climate.copernicus.eu/datasets/satellite-land-cover"}, "citation": "", "doi": "", "landing_url": "https://cds.climate.copernicus.eu/datasets/satellite-land-cover", "provider_url": "https://cds.climate.copernicus.eu/datasets/satellite-land-cover", "methods": [{"type": "link", "label": "satellite-land-cover in the Climate Data Store"}], "preview": null, "thumb_credit": "MODIS IGBP land cover (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/esa-cci-landcover/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import cdsapi  # pip install cdsapi, key in ~/.cdsapirc\nc = cdsapi.Client()\nc.retrieve(\"satellite-land-cover\", {\n    \"variable\": \"all\",\n    \"year\": [\"2020\"],\n    \"version\": [\"v2_1_1\"],\n    \"area\": [5, -75, -20, -50],\n}, \"land_cover_2020.zip\")", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/esa-cci-landcover/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/esa-cci-landcover/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/esa-cci-landcover/manifest?bbox=-75,-20,-50,5"}}