This is the first production technical sample for CropHist: 100,000 Iowa fields with 2008-2025 crop history, downloadable in wide and long formats, plus two notebook paths: a buyer-facing evaluation and an API quickstart.
The goal is simple: let an analyst answer a useful question in under 5 minutes instead of asking them to trust a marketing page.
POST /v1/fields directlyCROPHIST_API_KEY and inspect the raw API response plus a flattened dataframe| Artifact | Link | Purpose |
|---|---|---|
| Wide Parquet (4.4 MB) | /iowa-sample/downloads/iowa-fields-sample-wide.parquet |
Best starting point for analysts who want one row per field. |
| Long CSV (134.0 MB) | /iowa-sample/downloads/iowa-fields-sample-long.csv |
Tidy long-form export for SQL, pandas, and notebook workflows. |
| Wide CSV (38.1 MB) | /iowa-sample/downloads/iowa-fields-sample-wide.csv |
Spreadsheet-friendly version of the wide field sample. |
| Field IDs (1.0 MB) | /iowa-sample/downloads/iowa-fields-sample-field-ids.txt |
Published ID list used by the notebook and API examples. |
| Manifest | /iowa-sample/downloads/iowa-fields-sample-manifest.json |
Source, sample size, and generation metadata. |
| Evaluation Notebook | /iowa-sample/iowa-free-sample-notebook.ipynb |
Buyer-facing notebook for underwriting / diligence and monoculture screening, using lon/lat labels instead of visible field IDs. |
| API Quickstart Notebook | /iowa-sample/iowa-api-quickstart-notebook.ipynb |
Engineering notebook for testing POST /v1/fields with a real API key. |
| Evaluation Colab | colab.research.google.com/github/crophist/us/blob/50f111f641a6609417eedf0fa38869c9dc8fd709/iowa-free-sample-notebook.ipynb |
Launch the buyer-facing evaluation notebook in Colab. |
| API Quickstart Colab | colab.research.google.com/github/crophist/us/blob/50f111f641a6609417eedf0fa38869c9dc8fd709/iowa-api-quickstart-notebook.ipynb |
Launch the engineering quickstart notebook in Colab. |
s3://us-crop-hist/web/tiles/fields_us_2024_centroid.pmtiles and the US Census 2024 state polygons.