GMU: Get Cdl Image Timeseries
GMU via Parse · government_public
Retrieve rendered CDL image URLs for a range of years for a given FIPS area. Each year produces a GeoTIFF which is then converted to the requested image format. Returns an array with per-year image URLs. Access USDA Cropland Data Layer (CDL) services including crop statistics, images, and file downloads for agricultural land use analysis by FIPS code. Fulfilled by Parse from nassgeodata.gmu.edu.
- gmu
- government-public
- maps-geo
- nassgeodata-gmu-edu
- parse
- platform-key
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d13254c8-9694-4bbc-b5c1-3e61ffff4d61/get_cdl_image_timeseries
- Interface artifact
- sha256:13f3e94d0e8413994370cf6d3d126885dede4e4db646bd4a9ee30ddbb9931fd8
- Manifest digest
- sha256:83bd648934dcde15eab443776f7549f5623d8e5b1e62eec9babed6f2690a1537
Request fields
- fips (string, required): FIPS code for county or state area (e.g. '19001').
- format (string): Output image format.: Allowed values: png, kml
- end_year (integer, required): End year of range (e.g. 2021).
- start_year (integer, required): Start year of range (e.g. 2020).
Example queries
- {"fips":"19001","format":"png","end_year":"2021","start_year":"2020"}