{"slug": "copernicus-glc100", "name": "Copernicus Global Land Cover 100 m", "tagline": "100 m land cover with cover fractions, 2015 to 2019", "source": "Copernicus", "category": {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}, "meta": ["100 m", "2015–2019", "Global"], "thumb": "/static/catalog/thumbs/copernicus-glc100.32f6e7071b99.jpg", "bbox": [-180.0, -60.0, 180.0, 80.0], "global": true, "access": "download", "url": "/datasets/copernicus-glc100/", "subtitle": "CGLS-LC100 Collection 3", "summary": "A discrete map plus continuous cover fractions (tree, shrub, grass, crop, built-up, bare, water, snow) per pixel, useful when a model wants fractional land cover.", "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"], ["Resolution", "100 m"], ["Time span", "2015–2019"], ["Temporal", "Annual"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "Buchhorn, M., et al. (2020). Copernicus Global Land Service: Land Cover 100m: collection 3: epoch 2019: Globe. Zenodo. https://doi.org/10.5281/zenodo.3939050", "doi": "10.5281/zenodo.3939050", "landing_url": "https://land.copernicus.eu/en/products/global-dynamic-land-cover", "provider_url": "https://land.copernicus.eu/en/products/global-dynamic-land-cover", "methods": [{"type": "link", "label": "2019 epoch on Zenodo"}], "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/copernicus-glc100/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/copernicus-glc100/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/copernicus-glc100/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/copernicus-glc100/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/copernicus-glc100/manifest?bbox=-75,-20,-50,5"}}