Fieldprint API – Prefill Field History
Access to the Fieldprint Platform and API requires Field to Market membership and an active Data Management Licensing Agreement. Learn more about membership and our data partner program to get started.
⚠️ Version 5 API Status: This API version is currently in active development. Endpoints, parameters, and responses are subject to change before the final production release.
Access to the following URLs require active QDMPs to use the API key provided by Field to Market.
Use the /v5/FieldData/PrefillFieldHistory endpoint to generate default crop history data from 2008 to the current year. Version 5 requires a complete crop history (2008–present) with minimum data inputs to calculate annual soil carbon stock changes.
Typical workflow:
- A QDMP wants to generate a Fieldprint Analysis for a 2025 Corn (grain) interval.
- The QDMP has crop history back to 2008 but lacks the minimum data required for the soil carbon indicator.
- The QDMP builds the 2025 Corn (grain) interval request, then backfills 2008–2024 using data from the /v5/FieldData/PrefillFieldHistory endpoint.
- The complete request is submitted to generate the Fieldprint Analysis.
Important:
- This endpoint returns default data that may not be accurate. QDMPs should review before submitting.
- Default operation dates may conflict with dates elsewhere in your request payload.
Inputs:
- Field boundary (required)
- cover_crop (optional) — adds cover crop operations to all years
- is_irrigated (optional) — adds irrigation operations to all years
- tillage_class_id (optional) – specifies tillage class to all years
Tillage classes can be looked up via endpoint: https://api.fieldtomarket.org/v5/ReferenceData/TillageClasses
Below is an example of/v5/FieldData/PrefillFieldHistory request.
{
"options": {
"is_irrigated": true,
"cover_crop": true,
"tillage_class_id": "6"
},
"field": {
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.53909487338437,
42.92811105124366
],
[
-95.53909487338437,
42.92643775409019
],
[
-95.53795761676207,
42.92643775409019
],
[
-95.53795761676207,
42.92811105124366
],
[
-95.53909487338437,
42.92811105124366
]
]
]
}
}
}Below is the resulting response:
{
"field": {
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.53909487,
42.92811105
],
[
-95.53909487,
42.92643775
],
[
-95.53795762,
42.92643775
],
[
-95.53795762,
42.92811105
],
[
-95.53909487,
42.92811105
]
]
]
},
"size": {
"value": 4.2667242,
"unit": "acre"
},
"state": "IA",
"county": "O'Brien County"
},
"crop_intervals": [
{
"harvest_year": 2024,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2024-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2023-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2024-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2024-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2024-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2024-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2024-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2024-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2023,
"crop_id": "10401",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2023-05-06",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 30.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2022-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2023-05-01",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2023-10-04",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 12.0,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2023-10-09",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2023-04-21",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2023-04-29",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2023-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 140.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 133.0,
"unit": "lb / acre"
},
"potassium": {
"value": 84.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 16.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2022,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2022-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2021-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2022-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2022-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2022-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2022-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2022-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2022-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2021,
"crop_id": "10401",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2021-05-06",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 30.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2020-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2021-05-01",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2021-10-04",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 12.0,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2021-10-09",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2021-04-21",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2021-04-29",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2021-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 140.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 133.0,
"unit": "lb / acre"
},
"potassium": {
"value": 84.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 16.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2020,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2020-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2019-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2020-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2020-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2020-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2020-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2020-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2020-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2019,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2019-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2018-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2019-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2019-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2019-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2019-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2019-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2019-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2018,
"crop_id": "10401",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2018-05-06",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 30.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2017-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2018-05-01",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2018-10-04",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 12.0,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2018-10-09",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2018-04-21",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2018-04-29",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2018-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 140.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 133.0,
"unit": "lb / acre"
},
"potassium": {
"value": 84.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 16.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2017,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2017-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2016-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2017-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2017-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2017-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2017-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2017-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2017-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2016,
"crop_id": "10401",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2016-05-06",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 30.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2015-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2016-05-01",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2016-10-04",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 12.0,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2016-10-09",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2016-04-21",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2016-04-29",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2016-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 140.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 133.0,
"unit": "lb / acre"
},
"potassium": {
"value": 84.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 16.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2015,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2015-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2014-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2015-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2015-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2015-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2015-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2015-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2015-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2014,
"crop_id": "10401",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2014-05-06",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 30.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2013-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2014-05-01",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2014-10-04",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 12.0,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2014-10-09",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2014-04-21",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2014-04-29",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2014-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 140.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 133.0,
"unit": "lb / acre"
},
"potassium": {
"value": 84.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 16.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2013,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2013-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2012-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2013-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2013-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2013-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2013-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2013-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2013-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2012,
"crop_id": "10401",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2012-05-06",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 30.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2011-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2012-05-01",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2012-10-04",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 12.0,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2012-10-09",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2012-04-21",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2012-04-29",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2012-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 140.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 133.0,
"unit": "lb / acre"
},
"potassium": {
"value": 84.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 16.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2011,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2011-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2010-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2011-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2011-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2011-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2011-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2011-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2011-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2010,
"crop_id": "10401",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2010-05-06",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 30.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2009-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2010-05-01",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2010-10-04",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 12.0,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2010-10-09",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2010-04-21",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2010-04-29",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2010-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 140.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 133.0,
"unit": "lb / acre"
},
"potassium": {
"value": 84.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 16.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2009,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2009-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2008-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2009-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2009-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2009-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2009-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2009-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2009-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
},
{
"harvest_year": 2008,
"crop_id": "11101",
"tillage_class_id": "4",
"activities": [
{
"type": "planting_cash",
"date": "2008-05-25",
"inputs": {
"planting_operation_id": "22917",
"seeding_rate": {
"value": 167.0,
"unit": "lb / acre"
},
"diesel_use": {
"value": 0.64,
"unit": "gal_diesel / acre"
},
"seed_treatment": true,
"inoculant_applied": false
}
},
{
"type": "planting_cover",
"date": "2007-11-15",
"inputs": {
"cover_crop_id": "30770",
"planting_operation_id": "22952",
"diesel_use": {
"value": 0.1283,
"unit": "gal_diesel / acre"
},
"termination_date": "2008-05-20",
"termination_operation_id": "23045"
}
},
{
"type": "irrigation",
"date": "2008-10-13",
"inputs": {
"water_sources": [
{
"water_source_id": "1",
"irrigation_volume": {
"value": 8.8,
"unit": "acre_inch / acre"
},
"application_method_id": "2"
}
]
}
},
{
"type": "harvest",
"date": "2008-10-18",
"inputs": {
"harvest_operation_id": "22819",
"yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"diesel_use": {
"value": 1.53,
"unit": "gal_diesel / acre"
},
"transport_fuel_id": "1"
}
},
{
"type": "tillage",
"date": "2008-05-10",
"inputs": {
"tillage_operation_id": "22975",
"diesel_use": {
"value": 0.48,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "tillage",
"date": "2008-05-18",
"inputs": {
"tillage_operation_id": "22988",
"diesel_use": {
"value": 0.62,
"unit": "gal_diesel / acre"
}
}
},
{
"type": "nutrient_commercial",
"date": "2008-05-09",
"inputs": {
"fertilizer_operation_id": "22693",
"diesel_use": {
"value": 0.16,
"unit": "gal_diesel / acre"
},
"fertilizers": [
{
"product_type_id": 21,
"nitrogen": {
"value": 21.0,
"unit": "lb / acre"
},
"phosphorus": {
"value": 119.0,
"unit": "lb / acre"
},
"potassium": {
"value": 94.0,
"unit": "lb / acre"
},
"sulfur": {
"value": 15.0,
"unit": "lb / acre"
},
"slow_release": false,
"inhibitor": false
}
]
}
}
],
"additional_data": {
"soil_test": {
"p_soil_test_level_id": "5"
},
"rice_water_regime": {
"water_regime_id": "1"
}
}
}
],
"metadata": {
"warnings": {
"crop_intervals.0.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.0.total_n": "Not specified, so used fallback computation.",
"crop_intervals.0.yield": "Not specified, so used fallback computation.",
"crop_intervals.1.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.1.total_n": "Not specified, so used fallback computation.",
"crop_intervals.1.yield": "Not specified, so used fallback computation.",
"crop_intervals.10.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.10.total_n": "Not specified, so used fallback computation.",
"crop_intervals.10.yield": "Not specified, so used fallback computation.",
"crop_intervals.11.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.11.total_n": "Not specified, so used fallback computation.",
"crop_intervals.11.yield": "Not specified, so used fallback computation.",
"crop_intervals.12.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.12.total_n": "Not specified, so used fallback computation.",
"crop_intervals.12.yield": "Not specified, so used fallback computation.",
"crop_intervals.13.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.13.total_n": "Not specified, so used fallback computation.",
"crop_intervals.13.yield": "Not specified, so used fallback computation.",
"crop_intervals.14.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.14.total_n": "Not specified, so used fallback computation.",
"crop_intervals.14.yield": "Not specified, so used fallback computation.",
"crop_intervals.15.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.15.total_n": "Not specified, so used fallback computation.",
"crop_intervals.15.yield": "Not specified, so used fallback computation.",
"crop_intervals.16.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.16.total_n": "Not specified, so used fallback computation.",
"crop_intervals.16.yield": "Not specified, so used fallback computation.",
"crop_intervals.2.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.2.total_n": "Not specified, so used fallback computation.",
"crop_intervals.2.yield": "Not specified, so used fallback computation.",
"crop_intervals.3.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.3.total_n": "Not specified, so used fallback computation.",
"crop_intervals.3.yield": "Not specified, so used fallback computation.",
"crop_intervals.4.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.4.total_n": "Not specified, so used fallback computation.",
"crop_intervals.4.yield": "Not specified, so used fallback computation.",
"crop_intervals.5.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.5.total_n": "Not specified, so used fallback computation.",
"crop_intervals.5.yield": "Not specified, so used fallback computation.",
"crop_intervals.6.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.6.total_n": "Not specified, so used fallback computation.",
"crop_intervals.6.yield": "Not specified, so used fallback computation.",
"crop_intervals.7.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.7.total_n": "Not specified, so used fallback computation.",
"crop_intervals.7.yield": "Not specified, so used fallback computation.",
"crop_intervals.8.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.8.total_n": "Not specified, so used fallback computation.",
"crop_intervals.8.yield": "Not specified, so used fallback computation.",
"crop_intervals.9.tillage_class_id": "Not specified, so used fallback computation.",
"crop_intervals.9.total_n": "Not specified, so used fallback computation.",
"crop_intervals.9.yield": "Not specified, so used fallback computation."
},
"defaultedInputs": {
"crop_intervals.0.tillage_class_id": "4",
"crop_intervals.0.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.0.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.1.tillage_class_id": "4",
"crop_intervals.1.total_n": {
"value": 140.0,
"unit": "lb / acre"
},
"crop_intervals.1.yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"crop_intervals.10.tillage_class_id": "4",
"crop_intervals.10.total_n": {
"value": 140.0,
"unit": "lb / acre"
},
"crop_intervals.10.yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"crop_intervals.11.tillage_class_id": "4",
"crop_intervals.11.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.11.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.12.tillage_class_id": "4",
"crop_intervals.12.total_n": {
"value": 140.0,
"unit": "lb / acre"
},
"crop_intervals.12.yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"crop_intervals.13.tillage_class_id": "4",
"crop_intervals.13.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.13.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.14.tillage_class_id": "4",
"crop_intervals.14.total_n": {
"value": 140.0,
"unit": "lb / acre"
},
"crop_intervals.14.yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"crop_intervals.15.tillage_class_id": "4",
"crop_intervals.15.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.15.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.16.tillage_class_id": "4",
"crop_intervals.16.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.16.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.2.tillage_class_id": "4",
"crop_intervals.2.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.2.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.3.tillage_class_id": "4",
"crop_intervals.3.total_n": {
"value": 140.0,
"unit": "lb / acre"
},
"crop_intervals.3.yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"crop_intervals.4.tillage_class_id": "4",
"crop_intervals.4.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.4.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.5.tillage_class_id": "4",
"crop_intervals.5.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.5.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.6.tillage_class_id": "4",
"crop_intervals.6.total_n": {
"value": 140.0,
"unit": "lb / acre"
},
"crop_intervals.6.yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"crop_intervals.7.tillage_class_id": "4",
"crop_intervals.7.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.7.yield": {
"value": 44.0,
"unit": "bushel / acre"
},
"crop_intervals.8.tillage_class_id": "4",
"crop_intervals.8.total_n": {
"value": 140.0,
"unit": "lb / acre"
},
"crop_intervals.8.yield": {
"value": 146.0,
"unit": "bushel / acre"
},
"crop_intervals.9.tillage_class_id": "4",
"crop_intervals.9.total_n": {
"value": 21.0,
"unit": "lb / acre"
},
"crop_intervals.9.yield": {
"value": 44.0,
"unit": "bushel / acre"
}
}
},
"debugHistory": [
{
"year": "2024",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2023",
"crops": [
{
"crop": "Corn",
"crop_ids": [
"10401"
],
"acres": 5.8
},
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 0.4
}
]
},
{
"year": "2022",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2021",
"crops": [
{
"crop": "Corn",
"crop_ids": [
"10401"
],
"acres": 3.8
},
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 0.2
}
]
},
{
"year": "2020",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2019",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2018",
"crops": [
{
"crop": "Corn",
"crop_ids": [
"10401"
],
"acres": 4.0
}
]
},
{
"year": "2017",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2016",
"crops": [
{
"crop": "Corn",
"crop_ids": [
"10401"
],
"acres": 3.6
},
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 0.4
}
]
},
{
"year": "2015",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2014",
"crops": [
{
"crop": "Corn",
"crop_ids": [
"10401"
],
"acres": 2.7
},
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 1.3
}
]
},
{
"year": "2013",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2012",
"crops": [
{
"crop": "Corn",
"crop_ids": [
"10401"
],
"acres": 4.0
}
]
},
{
"year": "2011",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2010",
"crops": [
{
"crop": "Corn",
"crop_ids": [
"10401"
],
"acres": 3.1
},
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 0.9
}
]
},
{
"year": "2009",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
},
{
"year": "2008",
"crops": [
{
"crop": "Soybeans",
"crop_ids": [
"11101"
],
"acres": 4.0
}
]
}
]
}