GMU: Get Cdl Stat Timeseries
GMU via Parse · government_public
Retrieve cropland statistics for a range of years for a given FIPS area. Makes one request per year in the range and returns an array of per-year crop statistics. Each year's data includes all crop categories with acreage and pixel counts. 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_stat_timeseries
- Interface artifact
- sha256:63e2716f3458cd628f0e4eff4f8239f8ab689267660e156e6c2a9e59a1df69cc
- Manifest digest
- sha256:47020a8de2a7f2ffd0ec003b5d1049998bbb8f7367a6359031e13c8bed99ea76
Request fields
- fips (string, required): FIPS code for county or state area (e.g. '19001').
- 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","end_year":"2021","start_year":"2020"}