{"slug": "glad-glcluc", "name": "GLAD Global Land Cover and Land Use Change", "tagline": "30 m land cover and change, 2000 to 2020", "source": "UMD GLAD", "category": {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}, "meta": ["30 m", "2000–2020", "Global"], "thumb": "/static/catalog/thumbs/glad-glcluc.43bb629e510e.jpg", "bbox": [-180.0, -60.0, 180.0, 80.0], "global": true, "access": "download", "url": "/datasets/glad-glcluc/", "subtitle": "University of Maryland GLAD lab", "summary": "Consistent Landsat-based maps of vegetation height, cropland, built-up area, surface water and snow and ice, with net change between 2000 and 2020.", "categories": [{"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}], "sources": [{"slug": "umd", "name": "Global Land Analysis and Discovery lab, University of Maryland", "label": "UMD GLAD", "url": "https://glad.umd.edu/", "page": "/sources/umd/"}], "facts": [["Source", "UMD GLAD"], ["Resolution", "30 m"], ["Time span", "2000–2020"], ["Temporal", "Every 5 years"], ["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": "Potapov, P., et al. (2022). The global 2000–2020 land cover and land use change dataset derived from the Landsat archive. Frontiers in Remote Sensing, 3, 856903. https://doi.org/10.3389/frsen.2022.856903", "doi": "", "landing_url": "https://glad.umd.edu/dataset/GLCLUC2020", "provider_url": "https://glad.umd.edu/dataset/GLCLUC2020", "methods": [{"type": "link", "label": "Dataset page with tile downloads"}], "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/glad-glcluc/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/glad-glcluc/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/glad-glcluc/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/glad-glcluc/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/glad-glcluc/manifest?bbox=-75,-20,-50,5"}}