{"slug": "usda-cdl", "name": "USDA Cropland Data Layer", "tagline": "Crop-specific 30 m land cover for the United States", "source": "USDA NASS", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["30 m", "2008–present", "Conterminous United States"], "thumb": "/static/catalog/thumbs/usda-cdl.9566f863a4b0.jpg", "bbox": [-125.0, 24.0, -66.0, 50.0], "global": false, "access": "download", "url": "/datasets/usda-cdl/", "subtitle": "USDA National Agricultural Statistics Service", "summary": "More than 100 crop and land-cover classes mapped yearly from satellite imagery and farm-level ground truth. National coverage starts in 2008; some states go back to 1997.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}], "sources": [{"slug": "usda", "name": "U.S. Department of Agriculture", "label": "USDA", "url": "https://www.usda.gov/", "page": "/sources/usda/"}], "facts": [["Source", "USDA NASS"], ["Resolution", "30 m"], ["Time span", "2008–present"], ["Temporal", "Annual"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF"], ["Coverage", "Conterminous United States"]], "access_note": "", "coverage": "Conterminous United States", "license": {"name": "Public domain (U.S. Government work)", "url": "https://www.nass.usda.gov/Research_and_Science/Cropland/SARS1a.php"}, "citation": "", "doi": "", "landing_url": "https://www.nass.usda.gov/Research_and_Science/Cropland/SARS1a.php", "provider_url": "https://nassgeodata.gmu.edu/CropScape/", "methods": [{"type": "link", "label": "CropScape (select an area and download)"}, {"type": "link", "label": "National and state downloads"}], "preview": null, "thumb_credit": "Croplands 2000 (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/usda-cdl/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/usda-cdl/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/usda-cdl/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/usda-cdl/links?bbox=-96.5,36,-94.5,38", "manifest": "/api/v1/datasets/usda-cdl/manifest?bbox=-96.5,36,-94.5,38"}}