{"slug": "annual-nlcd", "name": "Annual NLCD", "tagline": "Yearly 30 m land cover for the conterminous United States", "source": "USGS / MRLC", "category": {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}, "meta": ["30 m", "1985–2024", "Conterminous United States"], "thumb": "/static/catalog/thumbs/annual-nlcd.b7eca876d2a2.jpg", "bbox": [-125.0, 24.0, -66.0, 50.0], "global": false, "access": "download", "url": "/datasets/annual-nlcd/", "subtitle": "Annual National Land Cover Database", "summary": "Annual land cover, land-cover change, impervious surface and spectral change products from Landsat, in the NLCD 16-class legend. The impervious surface layer is a common input for urban runoff models.", "categories": [{"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}], "sources": [{"slug": "usgs", "name": "U.S. Geological Survey", "label": "USGS", "url": "https://www.usgs.gov/", "page": "/sources/usgs/"}], "facts": [["Source", "USGS / MRLC"], ["Resolution", "30 m"], ["Time span", "1985–2024"], ["Temporal", "Annual"], ["Access type", "Direct download (external)"], ["Formats", "Cloud Optimized GeoTIFF"], ["Coverage", "Conterminous United States"]], "access_note": "", "coverage": "Conterminous United States", "license": {"name": "Public domain (U.S. Government work)", "url": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits"}, "citation": "", "doi": "", "landing_url": "https://www.mrlc.gov/data", "provider_url": "https://www.mrlc.gov/data", "methods": [{"type": "link", "label": "MRLC data downloads"}], "preview": null, "thumb_credit": "MODIS IGBP land cover (NASA GIBS)", "selection": [-96.5, 36.0, -94.5, 38.0], "selection_text": "-96.5,36,-94.5,38", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/annual-nlcd/links?bbox=-96.5,36,-94.5,38\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/annual-nlcd/links\",\n                 params={\"bbox\": \"-96.5,36,-94.5,38\"})\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/annual-nlcd/links?bbox=-96.5,36,-94.5,38\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/annual-nlcd/links?bbox=-96.5,36,-94.5,38", "manifest": "/api/v1/datasets/annual-nlcd/manifest?bbox=-96.5,36,-94.5,38"}}