Skip to content Skip to main navigation Skip to footer

Version 5 Fieldprint API Request and Response Example

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.

The following is an example Fieldprint API request payload:

{
  "options": {
    "report": {
      "grower": "Farm 01",
			"generated_for": "Account 001",
			"generate": true  
    },
    "data_status": "Project: ACME Corn/Soybean"
  },
  "field": {
    "field_name": "Field A",
    "location": "Benton County, IA",
		"name": "Version 5 Demo Field A",
    "farm_serial_number": null,
    "tract_number": null,
    "field_number": null,
    "state": "IA",
    "county": "Benton County",
    "geometry": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            -91.89986229,
            41.8892916
          ],
          [
            -91.89986229,
            41.88889226
          ],
          [
            -91.899755,
            41.8834449
          ],
          [
            -91.90805912,
            41.88349283
          ],
          [
            -91.90936804,
            41.88349283
          ],
          [
            -91.90943241,
            41.89069729
          ],
          [
            -91.90696478,
            41.89068132
          ],
          [
            -91.90694332,
            41.88986666
          ],
          [
            -91.90627813,
            41.88937147
          ],
          [
            -91.90537691,
            41.88932355
          ],
          [
            -91.90537691,
            41.89017016
          ],
          [
            -91.90587044,
            41.89018613
          ],
          [
            -91.9058919,
            41.89068132
          ],
          [
            -91.90009832,
            41.89066534
          ],
          [
            -91.90226555,
            41.8893555
          ],
          [
            -91.90438986,
            41.89044171
          ],
          [
            -91.90511942,
            41.89060145
          ],
          [
            -91.90228701,
            41.88925966
          ],
          [
            -91.90284491,
            41.88799771
          ],
          [
            -91.90305948,
            41.88670378
          ],
          [
            -91.90456152,
            41.8858731
          ],
          [
            -91.90651417,
            41.88539386
          ],
          [
            -91.90848827,
            41.88542581
          ],
          [
            -91.90863848,
            41.88536191
          ],
          [
            -91.90670729,
            41.88531399
          ],
          [
            -91.90726519,
            41.88496254
          ],
          [
            -91.90449715,
            41.88579323
          ],
          [
            -91.90299511,
            41.88665586
          ],
          [
            -91.90179348,
            41.88349283
          ],
          [
            -91.90288782,
            41.88678366
          ],
          [
            -91.90271616,
            41.88807758
          ],
          [
            -91.90196514,
            41.88951524
          ],
          [
            -91.89996958,
            41.89066534
          ],
          [
            -91.89988375,
            41.89066534
          ],
          [
            -91.89986229,
            41.8892916
          ],
          [
            -91.89986229,
            41.8892916
          ]
        ],
        [
          [
            -91.90889597,
            41.88446731
          ],
          [
            -91.90732956,
            41.88491461
          ],
          [
            -91.90726519,
            41.88496254
          ],
          [
            -91.90889597,
            41.88446731
          ],
          [
            -91.90889597,
            41.88446731
          ]
        ]
      ]
    },
    "soil_inputs": {
      "mapUnit": "Dinsdale silty clay loam, 5 to 9 percent slopes",
      "name": "Dinsdale_402879_90_SICL",
      "co_key": "21998559",
      "slope": {
        "value": 7,
        "unit": "%"
      },
      "slope_length": {
        "value": 140,
        "unit": "foot"
      },
      "texture": "Silty clay loam",
      "texture_id": "12",
      "clay": {
        "value": 28,
        "unit": "%"
      },
      "hs_group": "C",
      "k_factor": 0.37,
      "om_content": {
        "value": 3.5,
        "unit": "%"
      }
    },
    "field_detail_inputs": {
      "practices": [
        {
          "practice_id": "412",
          "year_installed": "2000",
          "year_removed": "9999"
        }
      ],
      "tile_drainage": {
        "tile_density_id": "2",
        "year_installed": "2000",
        "year_removed": "9999",
        "drainage_water_practice": null
      },
      "landuse_change": {
        "has_landuse_change": false
      }
    },
    "size": {
      "value": 149.36,
      "unit": "acre"
    },
    "plantable_acres": {
      "value": 149.36,
      "unit": "acre"
    }
  },
  "crop_intervals": [
    {
      "harvest_year": "2025",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2024-11-15",
          "inputs": {
            "growth_id": "2",
            "is_legume": true,
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2025-05-01",
            "days_established_id": "3",
            "is_single_species_mix": false,
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2025-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2025-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2025-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2025-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2025-10-04",
          "inputs": {
            "water_sources": [
              {
                "pump_depth": {
                  "unit": "ft",
                  "value": 100
                },
                "pump_pressure": {
                  "unit": "psi",
                  "value": 40
                },
                "water_source_id": "1",
                "energy_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": true
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2025-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "crop_dried": true,
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "drying_system_id": "4",
            "moisture_removed": {
              "unit": "%",
              "value": 2
            },
            "transport_fuel_id": "1",
            "drying_location_id": "1",
            "transport_distance": {
              "unit": "miles",
              "value": 10
            },
            "non_irrigated_yield": {
              "unit": "bushel / acre",
              "value": 125
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "habitat": {
          "wildlife_habitat_ids": [
            "1",
            "2"
          ]
        },
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "pest_management": {
          "integrated_pest_management_id": "7"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        },
        "nutrient_management": {
          "management_plan": true,
          "management_4r_ids": [
            "1",
            "2",
            "3",
            "4"
          ],
          "nutrient_rate_practice_ids": [
            "111"
          ],
          "nutrient_setbacks": true,
          "precision_application": true,
          "p_multi_crop_application_id": "1"
        }
      }
    },
    {
      "harvest_year": "2024",
      "crop_id": "11101",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2023-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2024-05-20",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2024-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 15
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 21
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 94
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 119
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "tillage",
          "date": "2024-05-10",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2024-05-18",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2024-05-25",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 167
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "irrigation",
          "date": "2024-10-13",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 8.8
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2024-10-18",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 44
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2023",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2022-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2023-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2023-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2023-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2023-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2023-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2023-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2023-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2022",
      "crop_id": "11101",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2021-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2022-05-20",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2022-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 15
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 21
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 94
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 119
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "tillage",
          "date": "2022-05-10",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2022-05-18",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2022-05-25",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 167
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "irrigation",
          "date": "2022-10-13",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 8.8
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2022-10-18",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 44
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2021",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2020-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2021-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2021-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2021-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2021-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2021-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2021-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2021-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2020",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2019-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2020-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2020-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2020-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2020-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2020-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2020-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2020-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2019",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2018-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2019-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2019-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2019-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2019-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2019-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2019-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2019-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2018",
      "crop_id": "11101",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2017-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2018-05-20",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2018-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 15
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 21
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 94
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 119
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "tillage",
          "date": "2018-05-10",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2018-05-18",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2018-05-25",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 167
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "irrigation",
          "date": "2018-10-13",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 8.8
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2018-10-18",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 44
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2017",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2016-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2017-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2017-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2017-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2017-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2017-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2017-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2017-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2016",
      "crop_id": "11101",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2015-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2016-05-20",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2016-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 15
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 21
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 94
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 119
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "tillage",
          "date": "2016-05-10",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2016-05-18",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2016-05-25",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 167
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "irrigation",
          "date": "2016-10-13",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 8.8
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2016-10-18",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 44
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2015",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2014-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2015-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2015-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2015-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2015-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2015-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2015-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2015-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2014",
      "crop_id": "11101",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2013-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2014-05-20",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2014-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 15
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 21
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 94
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 119
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "tillage",
          "date": "2014-05-10",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2014-05-18",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2014-05-25",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 167
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "irrigation",
          "date": "2014-10-13",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 8.8
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2014-10-18",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 44
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2013",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2012-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2013-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2013-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2013-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2013-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2013-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2013-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2013-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2012",
      "crop_id": "11101",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2011-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2012-05-20",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2012-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 15
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 21
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 94
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 119
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "tillage",
          "date": "2012-05-10",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2012-05-18",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2012-05-25",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 167
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "irrigation",
          "date": "2012-10-13",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 8.8
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2012-10-18",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 44
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2011",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2010-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2011-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2011-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2011-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2011-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2011-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2011-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2011-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2010",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2009-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2010-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2010-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2010-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2010-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2010-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2010-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2010-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2009",
      "crop_id": "10401",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2008-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2009-05-01",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "tillage",
          "date": "2009-04-21",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2009-04-29",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2009-05-06",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 30
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2009-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 16
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 140
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 84
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 133
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "irrigation",
          "date": "2009-10-04",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 12
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2009-10-09",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 146
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    },
    {
      "harvest_year": "2008",
      "crop_id": "11101",
      "activities": [
        {
          "type": "planting_cover",
          "date": "2007-11-15",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.1283
            },
            "cover_crop_id": "30770",
            "termination_date": "2008-05-20",
            "planting_operation_id": "22952",
            "termination_operation_id": "23045"
          }
        },
        {
          "type": "nutrient_commercial",
          "date": "2008-05-09",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.16
            },
            "fertilizers": [
              {
                "sulfur": {
                  "unit": "lb / acre",
                  "value": 15
                },
                "nitrogen": {
                  "unit": "lb / acre",
                  "value": 21
                },
                "inhibitor": false,
                "potassium": {
                  "unit": "lb / acre",
                  "value": 94
                },
                "phosphorus": {
                  "unit": "lb / acre",
                  "value": 119
                },
                "slow_release": false,
                "product_type_id": 21
              }
            ],
            "fertilizer_operation_id": "22693"
          }
        },
        {
          "type": "tillage",
          "date": "2008-05-10",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.48
            },
            "tillage_operation_id": "22975"
          }
        },
        {
          "type": "tillage",
          "date": "2008-05-18",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.62
            },
            "tillage_operation_id": "22988"
          }
        },
        {
          "type": "planting_cash",
          "date": "2008-05-25",
          "inputs": {
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 0.64
            },
            "seeding_rate": {
              "unit": "lb / acre",
              "value": 167
            },
            "seed_treatment": true,
            "inoculant_applied": false,
            "planting_operation_id": "22917"
          }
        },
        {
          "type": "irrigation",
          "date": "2008-10-13",
          "inputs": {
            "water_sources": [
              {
                "water_source_id": "1",
                "irrigation_volume": {
                  "unit": "acre_inch / acre",
                  "value": 8.8
                },
                "application_method_id": "2",
                "has_irrigation_energy": false
              }
            ]
          }
        },
        {
          "type": "harvest",
          "date": "2008-10-18",
          "inputs": {
            "yield": {
              "unit": "bushel / acre",
              "value": 44
            },
            "diesel_use": {
              "unit": "gal_diesel / acre",
              "value": 1.53
            },
            "harvest_operation_id": "22819"
          }
        }
      ],
      "additional_data": {
        "soil_test": {
          "p_soil_test_level_id": "5"
        },
        "rice_water_regime": {
          "water_regime_id": "1"
        }
      }
    }
  ]
}

Example Fieldprint API response payload:

{
	"metadata": {
		"runTimeSec": 31,
		"boundaryAcres": {
			"value": 149.36,
			"unit": "acre"
		},
		"state": "IA",
		"version": {
			"api": "5.0.0c7",
			"csip": {
				"soils": "2.0",
				"cliGen": "5.30004",
				"wepp": "2.0",
				"weps": "5.0",
				"wepsRegion": "2.2",
				"wepsStations": {
					"cliStation": {
						"id": "1314",
						"name": "CEDAR RAPIDS CAA AP",
						"state": "IA",
						"elevation": 262,
						"coordinates": [
							-91.68333333,
							41.86666667
						]
					},
					"windStation": "725480",
					"windStations": [
						{
							"id": "725480",
							"name": "WATERLOO MUNICIPAL",
							"state": "IA",
							"coordinates": [
								-92.4,
								42.55
							]
						},
						{
							"id": "725465",
							"name": "OTTUMWA INDUSTRIAL",
							"state": "IA",
							"coordinates": [
								-92.45,
								41.1
							]
						},
						{
							"id": "725450",
							"name": "CEDAR RAPIDS MUNI",
							"state": "IA",
							"coordinates": [
								-91.7,
								41.88333333
							]
						}
					]
				},
				"stepThresholds": "2.0",
				"stepMitigation": "1.0"
			}
		},
		"soilInfo": {
			"mapUnit": "Dinsdale silty clay loam, 5 to 9 percent slopes",
			"name": "Dinsdale_402879_90_SICL",
			"coKey": "21998559",
			"slope": {
				"value": 7.0,
				"unit": "%"
			},
			"slopeLength": {
				"value": 140,
				"unit": "foot"
			},
			"texture": "Silty clay loam",
			"textureId": "12",
			"clay": {
				"value": 28.0,
				"unit": "%"
			},
			"hsGroup": "C",
			"kFactor": 0.37,
			"omContent": {
				"value": 3.5,
				"unit": "%"
			}
		},
		"noTillYears": 0,
		"preplantTillageDays": 7,
		"generated_for": "Account 001",
		"grower": "Farm 01",
		"field": "Field A",
		"location": "Benton County, IA",
		"qdmp_request_id": "",
		"data_status": "Project: ACME Corn/Soybean",
		"report_url": "https://api.fieldtomarket.org/v5/reports/Fieldprint_Analysis_2025-12-08_c5b293cb-f165-4969-bfd4-c4465b020189.pdf",
},
	"cropyears": [
		{
			"crop": "Corn (grain)",
			"cropVariant": null,
			"isIrrigated": true,
			"year": 2025,
			"stir": 101.04,
			"tillageClass": "Conventional Till <15% Residue",
			"landUse": {
				"fieldprintResult": {
					"value": 0.00684932,
					"unit": "acre / bushel"
				},
				"fieldprintResultRaw": {
					"value": 0.00684932,
					"unit": "acre / bushel"
				},
				"yieldAdjusted": {
					"value": 146.0,
					"unit": "bushel / acre"
				},
				"totalProduction": {
					"value": 21806.56,
					"unit": "bushel"
				},
				"totalProductionMetric": {
					"value": 553912.85573024,
					"unit": "kg"
				},
				"abandonment": "",
				"scaledFieldprintResult": 88.65843,
				"benchmarks": {
					"scaleBasis": "State",
					"state": {
						"fieldprintResult": {
							"value": 0.00566152,
							"unit": "acre / bushel"
						},
						"scaledFieldprintResult": 70.33333
					},
					"national": {
						"fieldprintResult": {
							"value": 0.00571211,
							"unit": "acre / bushel"
						},
						"scaledFieldprintResult": 71.59923
					}
				}
			},
			"soilConservation": {
				"fieldprintResult": {
					"value": 24.64531175,
					"unit": "ton / acre / year"
				},
				"fieldprintWater": {
					"value": 24.56100082,
					"unit": "ton / acre / year"
				},
				"fieldprintWind": {
					"value": 0.08431093,
					"unit": "ton / acre / year"
				},
				"fieldprintResultRaw": {
					"value": 24.64531175,
					"unit": "ton / acre / year"
				},
				"fieldprintWaterRaw": {
					"value": 24.56100082,
					"unit": "ton / acre / year"
				},
				"fieldprintWindRaw": {
					"value": 0.08431093,
					"unit": "ton / acre / year"
				},
				"soilCarbonIndex": -1.484,
				"scaledFieldprintResult": 100,
				"benchmarks": {
					"scaleBasis": "State",
					"state": {
						"fieldprintResult": {
							"value": 3.21246532,
							"unit": "ton / acre / year"
						},
						"scaledFieldprintResult": 62
					},
					"national": {
						"fieldprintResult": {
							"value": 3.59932336,
							"unit": "ton / acre / year"
						},
						"scaledFieldprintResult": 70.0212
					}
				}
			},
			"soilCarbon": {
				"fieldprintResult": {
					"value": -2745.90453454,
					"unit": "lbs_co2e / acre / year"
				},
				"fieldprintResultMetric": {
					"value": -3077.7491813,
					"unit": "kg_co2e / hectare / year"
				},
				"fieldprintResultMetricRaw": {
					"value": -3077.7491813,
					"unit": "kg_co2e / hectare / year"
				},
				"scaledFieldprintResult": 0,
				"fluxHistory": [
					{
						"year": 2008,
						"flux": {
							"value": 6986.69881316,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2009,
						"flux": {
							"value": 2893.91188585,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2010,
						"flux": {
							"value": -810.20896507,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2011,
						"flux": {
							"value": -4564.8390679,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2012,
						"flux": {
							"value": -3287.64851538,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2013,
						"flux": {
							"value": 4071.3270379,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2014,
						"flux": {
							"value": 2261.17228064,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2015,
						"flux": {
							"value": -227.2916336,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2016,
						"flux": {
							"value": -1502.35582512,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2017,
						"flux": {
							"value": -4151.44177749,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2018,
						"flux": {
							"value": 2950.47308828,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2019,
						"flux": {
							"value": 796.76382094,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2020,
						"flux": {
							"value": -2174.4167521,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2021,
						"flux": {
							"value": -3907.56452814,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2022,
						"flux": {
							"value": -1868.31890875,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2023,
						"flux": {
							"value": -4002.4983682,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2024,
						"flux": {
							"value": 1980.36177649,
							"unit": "lbs_co2e / acre / year"
						}
					},
					{
						"year": 2025,
						"flux": {
							"value": -4093.86646443,
							"unit": "lbs_co2e / acre / year"
						}
					}
				],
				"fluxHistoryMetric": [
					{
						"year": 2008,
						"flux": {
							"value": 7831.04666667,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2009,
						"flux": {
							"value": 3243.64333333,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2010,
						"flux": {
							"value": -908.12333333,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2011,
						"flux": {
							"value": -5116.50333333,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2012,
						"flux": {
							"value": -3684.96333333,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2013,
						"flux": {
							"value": 4563.35,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2014,
						"flux": {
							"value": 2534.43666667,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2015,
						"flux": {
							"value": -254.76,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2016,
						"flux": {
							"value": -1683.91666667,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2017,
						"flux": {
							"value": -4653.14666667,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2018,
						"flux": {
							"value": 3307.04,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2019,
						"flux": {
							"value": 893.05333333,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2020,
						"flux": {
							"value": -2437.19666667,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2021,
						"flux": {
							"value": -4379.79666667,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2022,
						"flux": {
							"value": -2094.10666667,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2023,
						"flux": {
							"value": -4486.20333333,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2024,
						"flux": {
							"value": 2219.69,
							"unit": "kg_co2e / hectare / year"
						}
					},
					{
						"year": 2025,
						"flux": {
							"value": -4588.61333333,
							"unit": "kg_co2e / hectare / year"
						}
					}
				],
				"intervalFluxDays": [
					{
						"year": 2024,
						"fluxDays": 75,
						"daysInYear": 366
					},
					{
						"year": 2025,
						"fluxDays": 281,
						"daysInYear": 365
					}
				],
				"benchmarks": {
					"scaleBasis": "Neutral",
					"national": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "lbs_co2e / acre / year"
						},
						"scaledFieldprintResult": 50.0
					}
				}
			},
			"energyUse": {
				"fieldprintResult": {
					"value": 74601.25714114,
					"unit": "btu / bushel"
				},
				"fieldprintResultMetric": {
					"value": 3.09861282,
					"unit": "MJ / kg"
				},
				"totalEnergy": {
					"value": 1626796789.9236262,
					"unit": "btu"
				},
				"totalEnergyMetric": {
					"value": 1716361.47479972,
					"unit": "MJ"
				},
				"totalEnergyMetricRaw": {
					"value": 1716361.47479972,
					"unit": "MJ"
				},
				"upstream": {
					"fieldprintResult": {
						"value": 48443.59044157,
						"unit": "btu / bushel"
					},
					"fieldprintResultMetric": {
						"value": 2.01213674,
						"unit": "MJ / kg"
					},
					"energy": {
						"value": 1056388061.5794895,
						"unit": "btu"
					},
					"energyMetric": {
						"value": 1114548.40737577,
						"unit": "MJ"
					},
					"energyMetricRaw": {
						"value": 1114548.40737577,
						"unit": "MJ"
					},
					"electricityProd": {
						"fieldprintResult": {
							"value": 334.22946281,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.01388244,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 7288394.83444608,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 7689.66362883,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 7689.66362883,
							"unit": "MJ"
						},
						"components": {
							"irrigationOps": {
								"value": 0.0,
								"unit": "MJ"
							},
							"cropDrying": {
								"value": 7689.66362883,
								"unit": "MJ"
							}
						}
					},
					"fuelProd": {
						"fieldprintResult": {
							"value": 3252.0360701,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.13507548,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 70915719.68472227,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 74820.04512086,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 74820.04512086,
							"unit": "MJ"
						},
						"components": {
							"fieldOps": {
								"value": 11327.91351071,
								"unit": "MJ"
							},
							"irrigationOps": {
								"value": 53853.64368496,
								"unit": "MJ"
							},
							"manureTransport": {
								"value": 0.0,
								"unit": "MJ"
							},
							"cropDrying": {
								"value": 8640.5616543,
								"unit": "MJ"
							},
							"cropTransport": {
								"value": 997.92627089,
								"unit": "MJ"
							}
						}
					},
					"inputsTransport": {
						"fieldprintResult": {
							"value": 123.6403353,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.00513548,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 2696170.39008008,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 2844.61035066,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 2844.61035066,
							"unit": "MJ"
						}
					},
					"fertilizers": {
						"fieldprintResult": {
							"value": 44191.23811386,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 1.83551246,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 963658885.4040669,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 1016713.94731092,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 1016713.94731092,
							"unit": "MJ"
						}
					},
					"protectants": {
						"fieldprintResult": {
							"value": 57.18045072,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.00237503,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 1246908.92954302,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 1315.55856423,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 1315.55856423,
							"unit": "MJ"
						}
					},
					"seed": {
						"fieldprintResult": {
							"value": 485.26600879,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.02015585,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 10581982.33663122,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 11164.58240027,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 11164.58240027,
							"unit": "MJ"
						}
					}
				},
				"onFarmMechanical": {
					"fieldprintResult": {
						"value": 26157.66669957,
						"unit": "btu / bushel"
					},
					"fieldprintResultMetric": {
						"value": 1.08647608,
						"unit": "MJ / kg"
					},
					"energy": {
						"value": 570408728.3441367,
						"unit": "btu"
					},
					"energyMetric": {
						"value": 601813.06742395,
						"unit": "MJ"
					},
					"energyMetricRaw": {
						"value": 601813.06742395,
						"unit": "MJ"
					},
					"mobile": {
						"fieldprintResult": {
							"value": 4871.83023969,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.20235471,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 106237858.43158491,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 112086.87434511,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 112086.87434511,
							"unit": "MJ"
						},
						"components": {
							"fieldOps": {
								"fieldprintResult": {
									"value": 4477.39647537,
									"unit": "btu / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.18597164,
									"unit": "MJ / kg"
								},
								"energy": {
									"value": 97636614.88387035,
									"unit": "btu"
								},
								"energyMetric": {
									"value": 103012.08199728,
									"unit": "MJ"
								},
								"energyMetricRaw": {
									"value": 103012.08199728,
									"unit": "MJ"
								},
								"fuel": {
									"value": 710.699688,
									"unit": "gal_diesel"
								},
								"electricity": {
									"value": 0.0,
									"unit": "MWh"
								}
							},
							"manureTransport": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "btu / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "MJ / kg"
								},
								"energy": {
									"value": 0.0,
									"unit": "btu"
								},
								"energyMetric": {
									"value": 0.0,
									"unit": "MJ"
								},
								"energyMetricRaw": {
									"value": 0,
									"unit": "MJ"
								},
								"fuel": {
									"value": 0.0,
									"unit": "gal_diesel"
								},
								"electricity": {
									"value": 0.0,
									"unit": "MWh"
								}
							},
							"cropTransport": {
								"fieldprintResult": {
									"value": 394.43376432,
									"unit": "btu / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.01638307,
									"unit": "MJ / kg"
								},
								"energy": {
									"value": 8601243.54771456,
									"unit": "btu"
								},
								"energyMetric": {
									"value": 9074.79234783,
									"unit": "MJ"
								},
								"energyMetricRaw": {
									"value": 9074.79234783,
									"unit": "MJ"
								},
								"truckloads": 24,
								"fuel": {
									"value": 62.60869565,
									"unit": "gal_diesel"
								},
								"electricity": {
									"value": 0.0,
									"unit": "MWh"
								}
							}
						}
					},
					"stationary": {
						"fieldprintResult": {
							"value": 23914.93376922,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.99332268,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 521502438.1345396,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 550214.19969133,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 550214.19969133,
							"unit": "MJ"
						},
						"components": {
							"irrigationOps": {
								"fieldprintResult": {
									"value": 21285.83645988,
									"unit": "btu / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.88412137,
									"unit": "MJ / kg"
								},
								"energy": {
									"value": 464170869.91255176,
									"unit": "btu"
								},
								"energyMetric": {
									"value": 489726.19307884,
									"unit": "MJ"
								},
								"energyMetricRaw": {
									"value": 489726.19307884,
									"unit": "MJ"
								},
								"fuel": {
									"value": 3378.71292258,
									"unit": "gal_diesel"
								},
								"electricity": {
									"value": 0.0,
									"unit": "MWh"
								}
							},
							"cropDrying": {
								"fieldprintResult": {
									"value": 2629.09730934,
									"unit": "btu / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.1092013,
									"unit": "MJ / kg"
								},
								"energy": {
									"value": 57331568.22198782,
									"unit": "btu"
								},
								"energyMetric": {
									"value": 60488.00661249,
									"unit": "MJ"
								},
								"energyMetricRaw": {
									"value": 60488.00661249,
									"unit": "MJ"
								},
								"fuel": {
									"value": 680.49335777,
									"unit": "gal_lpg"
								},
								"electricity": {
									"value": 0.34290028,
									"unit": "MWh"
								},
								"waterRemoved": {
									"value": 13265.00100055,
									"unit": "kg_h2o"
								}
							}
						}
					}
				},
				"postHarvest": {
					"fieldprintResult": {
						"value": 0.0,
						"unit": "btu / bushel"
					},
					"fieldprintResultMetric": {
						"value": 0.0,
						"unit": "MJ / kg"
					},
					"energy": {
						"value": 0.0,
						"unit": "btu"
					},
					"energyMetric": {
						"value": 0.0,
						"unit": "MJ"
					},
					"energyMetricRaw": {
						"value": 0.0,
						"unit": "MJ"
					},
					"mobile": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 0.0,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 0.0,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 0.0,
							"unit": "MJ"
						},
						"components": {
							"cropTransport": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "btu / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "MJ / kg"
								},
								"energy": {
									"value": 0.0,
									"unit": "btu"
								},
								"energyMetric": {
									"value": 0.0,
									"unit": "MJ"
								},
								"energyMetricRaw": {
									"value": 0.0,
									"unit": "MJ"
								},
								"truckloads": 0,
								"fuel": {
									"value": 0.0,
									"unit": "gal_diesel"
								},
								"electricity": {
									"value": 0.0,
									"unit": "MWh"
								},
								"note": "Allocated to onFarmMechanical"
							}
						}
					},
					"stationary": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "btu / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "MJ / kg"
						},
						"energy": {
							"value": 0.0,
							"unit": "btu"
						},
						"energyMetric": {
							"value": 0.0,
							"unit": "MJ"
						},
						"energyMetricRaw": {
							"value": 0.0,
							"unit": "MJ"
						},
						"components": {
							"cropDrying": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "btu / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "MJ / kg"
								},
								"energy": {
									"value": 0.0,
									"unit": "btu"
								},
								"energyMetric": {
									"value": 0.0,
									"unit": "MJ"
								},
								"energyMetricRaw": {
									"value": 0.0,
									"unit": "MJ"
								},
								"fuel": {
									"value": 0.0,
									"unit": "gal_diesel"
								},
								"electricity": {
									"value": 0.0,
									"unit": "MWh"
								},
								"waterRemoved": {
									"value": 0.0,
									"unit": "kg_h2o"
								},
								"note": "Allocated to onFarmMechanical"
							}
						}
					}
				},
				"context": {
					"dryingTransportLocation": "On-Farm"
				},
				"scaledFieldprintResult": 92.46721,
				"benchmarks": {
					"scaleBasis": "State",
					"state": {
						"fieldprintResult": {
							"value": 37664.14917566,
							"unit": "btu / bushel"
						},
						"scaledFieldprintResult": 69
					},
					"national": {
						"fieldprintResult": {
							"value": 48699.29751561,
							"unit": "btu / bushel"
						},
						"scaledFieldprintResult": 81.8247
					}
				}
			},
			"greenhouseGas": {
				"fieldprintResult": {
					"value": 2.85969688,
					"unit": "lbs_co2e / bushel"
				},
				"fieldprintResultMetric": {
					"value": 0.05106602,
					"unit": "kg_co2e / kg"
				},
				"totalGreenhouse": {
					"value": 62360.15148777,
					"unit": "lbs_co2e"
				},
				"totalGreenhouseMetric": {
					"value": 28286.12254618,
					"unit": "kg_co2e"
				},
				"totalGreenhouseMetricRaw": {
					"value": 28286.12254618,
					"unit": "kg_co2e"
				},
				"context": {
					"dryingTransportLocation": "On-Farm",
					"assessmentReport": "AR6",
					"timeHorizon": "100 years",
					"egridRegion": "MROW"
				},
				"upstream": {
					"fieldprintResult": {
						"value": 4.5011913,
						"unit": "lbs_co2e / bushel"
					},
					"fieldprintResultMetric": {
						"value": 0.08037842,
						"unit": "kg_co2e / kg"
					},
					"greenhouseGas": {
						"value": 98155.498123,
						"unit": "lbs_co2e"
					},
					"greenhouseGasMetric": {
						"value": 44522.63797072,
						"unit": "kg_co2e"
					},
					"greenhouseGasMetricRaw": {
						"value": 44522.63797072,
						"unit": "kg_co2e"
					},
					"gases": {
						"co2Fossil": {
							"value": 31882.16824289,
							"unit": "kg_co2"
						},
						"co2Biogenic": {
							"value": 0.0,
							"unit": "kg_co2"
						},
						"ch4Fossil": {
							"value": 176.05688713,
							"unit": "kg_ch4"
						},
						"ch4Biogenic": {
							"value": 0.00044061,
							"unit": "kg_ch4"
						},
						"n2o": {
							"value": 27.08408243,
							"unit": "kg_n2o"
						},
						"nf3": {
							"value": 0.0,
							"unit": "kg_nf3"
						},
						"sf6": {
							"value": 3.2e-07,
							"unit": "kg_sf6"
						}
					},
					"electricityProd": {
						"fieldprintResult": {
							"value": 0.01633186,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.00029164,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 356.14172392,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 161.54336072,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 161.54336072,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 156.53216305,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 0.14344323,
								"unit": "kg_ch4"
							},
							"ch4Biogenic": {
								"value": 0.00044061,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.00262492,
								"unit": "kg_n2o"
							},
							"nf3": {
								"value": 0.0,
								"unit": "kg_nf3"
							},
							"sf6": {
								"value": 3.2e-07,
								"unit": "kg_sf6"
							}
						},
						"components": {
							"irrigationOps": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 0.0,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"ch4Biogenic": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.0,
										"unit": "kg_n2o"
									},
									"nf3": {
										"value": 0.0,
										"unit": "kg_nf3"
									},
									"sf6": {
										"value": 0.0,
										"unit": "kg_sf6"
									}
								}
							},
							"cropDrying": {
								"fieldprintResult": {
									"value": 0.01633186,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.00029164,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 356.14172392,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 161.54336072,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 161.54336072,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 156.53216305,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.14344323,
										"unit": "kg_ch4"
									},
									"ch4Biogenic": {
										"value": 0.00044061,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.00262492,
										"unit": "kg_n2o"
									},
									"nf3": {
										"value": 0.0,
										"unit": "kg_nf3"
									},
									"sf6": {
										"value": 3.2e-07,
										"unit": "kg_sf6"
									}
								}
							}
						}
					},
					"fuelProd": {
						"fieldprintResult": {
							"value": 0.50891144,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0090877,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 11097.60781507,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 5033.79621662,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 5033.79621662,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 4668.93940187,
								"unit": "kg_co2"
							},
							"co2Biogenic": {
								"value": 0.0,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 11.40559432,
								"unit": "kg_ch4"
							},
							"ch4Biogenic": {
								"value": 0.0,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.09146558,
								"unit": "kg_n2o"
							}
						},
						"components": {
							"fieldOps": {
								"fieldprintResult": {
									"value": 0.07540301,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.00134648,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 1644.28020558,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 745.83384237,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 745.83384237,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 692.7194379,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 1.65520181,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.01388055,
										"unit": "kg_n2o"
									}
								}
							},
							"irrigationOps": {
								"fieldprintResult": {
									"value": 0.35847084,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.00640127,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 7817.01592492,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 3545.74299649,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 3545.74299649,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 3293.2336345,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 7.86893793,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.06598905,
										"unit": "kg_n2o"
									}
								}
							},
							"manureTransport": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 0.0,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.0,
										"unit": "kg_n2o"
									}
								}
							},
							"cropDrying": {
								"fieldprintResult": {
									"value": 0.068395,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.00122134,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 1491.45972995,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 676.51555822,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 676.51555822,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 621.96159399,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 1.7356405,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.01037318,
										"unit": "kg_n2o"
									}
								}
							},
							"cropTransport": {
								"fieldprintResult": {
									"value": 0.00664259,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.00011862,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 144.85195462,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 65.70381954,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 65.70381954,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 61.02473547,
										"unit": "kg_co2"
									},
									"co2Biogenic": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.14581409,
										"unit": "kg_ch4"
									},
									"ch4Biogenic": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.0012228,
										"unit": "kg_n2o"
									}
								}
							}
						}
					},
					"inputsTransport": {
						"fieldprintResult": {
							"value": 0.02031291,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.00036273,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 442.95465112,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 200.92108895,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 200.92108895,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 197.64820487,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 0.05725901,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.00573834,
								"unit": "kg_n2o"
							}
						}
					},
					"fertilizers": {
						"fieldprintResult": {
							"value": 3.87208641,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0691444,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 84436.88460091,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 38299.97214981,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 38299.97214981,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 26433.67548874,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 164.19285127,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 25.54340547,
								"unit": "kg_n2o"
							}
						}
					},
					"protectants": {
						"fieldprintResult": {
							"value": 0.00718479,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0001283,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 156.67548558,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 71.06688934,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 71.06688934,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 67.29674347,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 0.06737689,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.00645536,
								"unit": "kg_n2o"
							}
						}
					},
					"seed": {
						"fieldprintResult": {
							"value": 0.07636389,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.00136364,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 1665.2338464,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 755.33826528,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 755.33826528,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 358.07624088,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 0.19036241,
								"unit": "kg_ch4"
							},
							"ch4Biogenic": {
								"value": 0.0,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 1.43439276,
								"unit": "kg_n2o"
							}
						}
					}
				},
				"onFarmMechanical": {
					"fieldprintResult": {
						"value": 4.81008439,
						"unit": "lbs_co2e / bushel"
					},
					"fieldprintResultMetric": {
						"value": 0.08589436,
						"unit": "kg_co2e / kg"
					},
					"greenhouseGas": {
						"value": 104891.39390631,
						"unit": "lbs_co2e"
					},
					"greenhouseGasMetric": {
						"value": 47577.99253672,
						"unit": "kg_co2e"
					},
					"greenhouseGasMetricRaw": {
						"value": 47577.99253672,
						"unit": "kg_co2e"
					},
					"gases": {
						"co2Fossil": {
							"value": 46206.82272421,
							"unit": "kg_co2"
						},
						"co2Biogenic": {
							"value": 0.0,
							"unit": "kg_co2"
						},
						"ch4Fossil": {
							"value": 5.43402755,
							"unit": "kg_ch4"
						},
						"ch4Biogenic": {
							"value": 0.0,
							"unit": "kg_ch4"
						},
						"n2o": {
							"value": 4.42943513,
							"unit": "kg_n2o"
						}
					},
					"mobile": {
						"fieldprintResult": {
							"value": 0.82212868,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.01468087,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 17927.79840057,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 8131.92223629,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 8131.92223629,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 7890.65578976,
								"unit": "kg_co2"
							},
							"co2Biogenic": {
								"value": 0.0,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 0.95897621,
								"unit": "kg_ch4"
							},
							"ch4Biogenic": {
								"value": 0.0,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.77908042,
								"unit": "kg_n2o"
							}
						},
						"components": {
							"fieldOps": {
								"fieldprintResult": {
									"value": 0.75684359,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.01351506,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 16504.15519711,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 7486.16777363,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 7486.16777363,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 7251.81147191,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.9020371,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.75998387,
										"unit": "kg_n2o"
									}
								}
							},
							"manureTransport": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 0.0,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.0,
										"unit": "kg_n2o"
									}
								}
							},
							"cropTransport": {
								"fieldprintResult": {
									"value": 0.06528509,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.00116581,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 1423.64320345,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 645.75446265,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 645.75446265,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 638.84431784,
										"unit": "kg_co2"
									},
									"co2Biogenic": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.05693911,
										"unit": "kg_ch4"
									},
									"ch4Biogenic": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.01909655,
										"unit": "kg_n2o"
									}
								}
							}
						}
					},
					"stationary": {
						"fieldprintResult": {
							"value": 3.98795571,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.07121349,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 86963.59550575,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 39446.07030044,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 39446.07030044,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 38316.16693445,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 4.47505134,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 3.65035471,
								"unit": "kg_n2o"
							}
						},
						"components": {
							"irrigationOps": {
								"fieldprintResult": {
									"value": 3.59808407,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0642515,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 78461.83610653,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 35589.73251922,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 35589.73251922,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 34475.58729236,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 4.28834353,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 3.61301315,
										"unit": "kg_n2o"
									}
								}
							},
							"cropDrying": {
								"fieldprintResult": {
									"value": 0.38987164,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.00696199,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 8501.75939922,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 3856.33778121,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 3856.33778121,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 3840.57964209,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.18670781,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.03734156,
										"unit": "kg_n2o"
									}
								}
							}
						}
					}
				},
				"onFarmSourcesSinks": {
					"fieldprintResult": {
						"value": -6.45157882,
						"unit": "lbs_co2e / bushel"
					},
					"fieldprintResultMetric": {
						"value": -0.11520676,
						"unit": "kg_co2e / kg"
					},
					"greenhouseGas": {
						"value": -140686.74054155,
						"unit": "lbs_co2e"
					},
					"greenhouseGasMetric": {
						"value": -63814.50796126,
						"unit": "kg_co2e"
					},
					"greenhouseGasMetricRaw": {
						"value": -63814.50796126,
						"unit": "kg_co2e"
					},
					"gases": {
						"co2Fossil": {
							"value": 7031.13027859,
							"unit": "kg_co2"
						},
						"co2Biogenic": {
							"value": -186031.28941912,
							"unit": "kg_co2"
						},
						"ch4Fossil": {
							"value": 0,
							"unit": "kg_ch4"
						},
						"ch4Biogenic": {
							"value": -49.32225572,
							"unit": "kg_ch4"
						},
						"n2o": {
							"value": 426.80348749,
							"unit": "kg_n2o"
						}
					},
					"ch4NonFlooded": {
						"fieldprintResult": {
							"value": -0.13463354,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": -0.00240417,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": -2935.89444802,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": -1331.70090447,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": -1331.70090447,
							"unit": "kg_co2e"
						},
						"gases": {
							"ch4Biogenic": {
								"value": -49.32225572,
								"unit": "kg_ch4"
							}
						}
					},
					"lime": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 0.0,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 0.0,
								"unit": "kg_co2"
							}
						}
					},
					"urea": {
						"fieldprintResult": {
							"value": 0.71083979,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.01269357,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 15500.97043478,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 7031.13027859,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 7031.13027859,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 7031.13027859,
								"unit": "kg_co2"
							}
						}
					},
					"burning": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 0.0,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"gases": {
							"ch4Biogenic": {
								"value": 0.0,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.0,
								"unit": "kg_n2o"
							}
						},
						"burnedResidue": {
							"value": 0.0,
							"unit": "kg_drymatter / hectare"
						}
					},
					"landuseChange": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 0.0,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Biogenic": {
								"value": 0.0,
								"unit": "kg_co2"
							}
						},
						"previousCarbonStock": {
							"value": 0,
							"unit": "kg_co2_c / hectare"
						},
						"currentCarbonStock": {
							"value": 0,
							"unit": "kg_co2_c / hectare"
						},
						"reference": {
							"ecoZone": "Temperate steppe",
							"climateZone": "Cool Temperate Moist",
							"soc": {
								"value": 32000.0,
								"unit": "kg_co2_c / hectare"
							}
						}
					},
					"n2o": {
						"fieldprintResult": {
							"value": 11.77978025,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.21035322,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 256876.48475087,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 116517.35208375,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 116517.35208375,
							"unit": "kg_co2e"
						},
						"gases": {
							"n2o": {
								"value": 426.80348749,
								"unit": "kg_n2o"
							}
						},
						"direct": {
							"syntheticFert": {
								"value": 151.75694678,
								"unit": "kg_n2o_n"
							},
							"organicFert": {
								"value": 9.82214039,
								"unit": "kg_n2o_n"
							},
							"aboveGroundResidue": {
								"value": 12.45206551,
								"unit": "kg_n2o_n"
							},
							"belowGroundResidue": {
								"value": 36.47307131,
								"unit": "kg_n2o_n"
							},
							"prp": {
								"value": 0.0,
								"unit": "kg_n2o_n"
							},
							"tillageFactor": 1.0,
							"biocharFactor": 1.0
						},
						"indirect": {
							"volitized": {
								"value": 19.05415139,
								"unit": "kg_n2o_n"
							},
							"leached": {
								"value": 42.04384394,
								"unit": "kg_n2o_n"
							}
						}
					},
					"ch4Rice": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 0.0,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"gases": {
							"ch4Biogenic": {
								"value": 0.0,
								"unit": "kg_ch4"
							}
						}
					},
					"carbonStock": {
						"fieldprintResult": {
							"value": -18.80756531,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": -0.33584938,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": -410128.30127918,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": -186031.28941912,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": -186031.28941912,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Biogenic": {
								"value": -186031.28941912,
								"unit": "kg_co2"
							}
						}
					}
				},
				"postHarvest": {
					"fieldprintResult": {
						"value": 0.0,
						"unit": "lbs_co2e / bushel"
					},
					"fieldprintResultMetric": {
						"value": 0.0,
						"unit": "kg_co2e / kg"
					},
					"greenhouseGas": {
						"value": 0.0,
						"unit": "lbs_co2e"
					},
					"greenhouseGasMetric": {
						"value": 0.0,
						"unit": "kg_co2e"
					},
					"greenhouseGasMetricRaw": {
						"value": 0.0,
						"unit": "kg_co2e"
					},
					"gases": {
						"co2Fossil": {
							"value": 0.0,
							"unit": "kg_co2"
						},
						"co2Biogenic": {
							"value": 0.0,
							"unit": "kg_co2"
						},
						"ch4Fossil": {
							"value": 0.0,
							"unit": "kg_ch4"
						},
						"ch4Biogenic": {
							"value": 0.0,
							"unit": "kg_ch4"
						},
						"n2o": {
							"value": 0.0,
							"unit": "kg_n2o"
						}
					},
					"mobile": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 0.0,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 0.0,
								"unit": "kg_co2"
							},
							"co2Biogenic": {
								"value": 0.0,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 0.0,
								"unit": "kg_ch4"
							},
							"ch4Biogenic": {
								"value": 0.0,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.0,
								"unit": "kg_n2o"
							}
						},
						"components": {
							"cropTransport": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 0.0,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"co2Biogenic": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"ch4Biogenic": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.0,
										"unit": "kg_n2o"
									}
								},
								"note": "Allocated to onFarmMechanical"
							}
						}
					},
					"stationary": {
						"fieldprintResult": {
							"value": 0.0,
							"unit": "lbs_co2e / bushel"
						},
						"fieldprintResultMetric": {
							"value": 0.0,
							"unit": "kg_co2e / kg"
						},
						"greenhouseGas": {
							"value": 0.0,
							"unit": "lbs_co2e"
						},
						"greenhouseGasMetric": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"greenhouseGasMetricRaw": {
							"value": 0.0,
							"unit": "kg_co2e"
						},
						"gases": {
							"co2Fossil": {
								"value": 0.0,
								"unit": "kg_co2"
							},
							"ch4Fossil": {
								"value": 0.0,
								"unit": "kg_ch4"
							},
							"n2o": {
								"value": 0.0,
								"unit": "kg_n2o"
							}
						},
						"components": {
							"cropDrying": {
								"fieldprintResult": {
									"value": 0.0,
									"unit": "lbs_co2e / bushel"
								},
								"fieldprintResultMetric": {
									"value": 0.0,
									"unit": "kg_co2e / kg"
								},
								"greenhouseGas": {
									"value": 0.0,
									"unit": "lbs_co2e"
								},
								"greenhouseGasMetric": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"greenhouseGasMetricRaw": {
									"value": 0.0,
									"unit": "kg_co2e"
								},
								"gases": {
									"co2Fossil": {
										"value": 0.0,
										"unit": "kg_co2"
									},
									"ch4Fossil": {
										"value": 0.0,
										"unit": "kg_ch4"
									},
									"n2o": {
										"value": 0.0,
										"unit": "kg_n2o"
									}
								},
								"note": "Allocated to onFarmMechanical"
							}
						}
					}
				},
				"scaledFieldprintResult": 1.91233,
				"benchmarks": {
					"scaleBasis": "State",
					"state": {
						"fieldprintResult": {
							"value": 11.46262823,
							"unit": "lbs_co2e / bushel"
						},
						"scaledFieldprintResult": 72
					},
					"national": {
						"fieldprintResult": {
							"value": 11.39536712,
							"unit": "lbs_co2e / bushel"
						},
						"scaledFieldprintResult": 71.43669
					}
				}
			},
			"irrigationWaterUse": {
				"fieldprintResult": {
					"value": 0.57142857,
					"unit": "acre_inch / bushel"
				},
				"totalWater": {
					"value": 12.0,
					"unit": "acre_inch / acre"
				},
				"totalWaterRaw": {
					"value": 12.0,
					"unit": "acre_inch / acre"
				},
				"yieldDifference": {
					"value": 21.0,
					"unit": "bushel / acre"
				},
				"scaledFieldprintResult": 64.5036,
				"benchmarks": {
					"scaleBasis": "State",
					"state": {
						"fieldprintResult": {
							"value": 0.6913444,
							"unit": "acre_inch / bushel"
						},
						"scaledFieldprintResult": 69.78261
					},
					"national": {
						"fieldprintResult": {
							"value": 0.19127557,
							"unit": "acre_inch / bushel"
						},
						"scaledFieldprintResult": 3.94466
					}
				}
			},
			"waterQuality": {
				"fieldprintResult": {
					"value": 1,
					"index": "STEP"
				},
				"scaledFieldprintResult": 75.0,
				"lossPathway": {
					"surfaceN": {
						"wqsrCategory": "MODERATELY HIGH",
						"fieldSensitivityScore": 65,
						"riskMitigationScore": 31.5,
						"ratio": 0.48461538,
						"residueCredit": 0,
						"coverCredit": 8.25,
						"timingMethod": 0,
						"mgmtTechCredit": 20,
						"conservationPractice": 3.25,
						"ratioCredit": 0,
						"creditAdjustment": null
					},
					"subsurfaceN": {
						"wqsrCategory": "MODERATE",
						"fieldSensitivityScore": 40,
						"riskMitigationScore": 30,
						"ratio": 0.75,
						"residueCredit": 0,
						"coverCredit": 15,
						"timingMethod": 0,
						"mgmtTechCredit": 15,
						"conservationPractice": 0,
						"ratioCredit": 0,
						"creditAdjustment": null
					},
					"surfaceP": {
						"wqsrCategory": "MODERATE",
						"fieldSensitivityScore": 55,
						"riskMitigationScore": 41.5,
						"ratio": 0.75454545,
						"residueCredit": 0,
						"coverCredit": 8.25,
						"timingMethod": 15,
						"mgmtTechCredit": 15,
						"conservationPractice": 3.25,
						"ratioCredit": 0,
						"creditAdjustment": 0
					},
					"subsurfaceP": {
						"wqsrCategory": "MODERATELY HIGH",
						"fieldSensitivityScore": 30,
						"riskMitigationScore": 36.25,
						"ratio": 1.20833333,
						"residueCredit": 0,
						"coverCredit": 11.25,
						"timingMethod": 15,
						"mgmtTechCredit": 10,
						"conservationPractice": 0,
						"ratioCredit": 0,
						"creditAdjustment": 0
					}
				},
				"derivedInputs": {
					"practices": [
						{
							"csipId": "68",
							"nrcsId": "412",
							"name": "Grassed Waterway",
							"surfaceN": 3.25,
							"subsurfaceN": 0.0,
							"surfaceP": 3.25,
							"subsurfaceP": 0.0
						}
					],
					"techniques": [
						{
							"csipId": "111",
							"name": "Nutrient Application Rate - Adjust based on Cornstalk Nitrate Test",
							"applicability": [
								"nitrogen"
							],
							"surfaceN": 5.0,
							"subsurfaceN": 5.0,
							"surfaceP": 0.0,
							"subsurfaceP": 0.0
						},
						{
							"csipId": "115",
							"name": "Nutrient Application Rate - Nutrient Application Set-backs",
							"applicability": [
								"nitrogen",
								"phosphorus"
							],
							"surfaceN": 5,
							"subsurfaceN": 0,
							"surfaceP": 5,
							"subsurfaceP": 0
						},
						{
							"csipId": "116",
							"name": "Nutrient Application Rate - Precision Application",
							"applicability": [
								"nitrogen",
								"phosphorus"
							],
							"surfaceN": 10,
							"subsurfaceN": 10,
							"surfaceP": 10,
							"subsurfaceP": 10
						}
					],
					"totalNApplied": {
						"value": 140.0,
						"unit": "lb / acre"
					},
					"totalP2O5Applied": {
						"value": 133.0,
						"unit": "lb / acre"
					},
					"preplantTillageDays": 7
				},
				"otherNutrients": {
					"totalK2OApplied": {
						"value": 84.0,
						"unit": "lb / acre"
					},
					"totalSApplied": {
						"value": 16.0,
						"unit": "lb / acre"
					}
				}
			},
			"biodiversity": {
				"fieldprintResult": {
					"value": 0.82169312,
					"index": "HPI"
				},
				"scaledFieldprintResult": 17.830688,
				"hpiCategory": "High",
				"cultivatedLandScore": 1493.6,
				"fieldScore": 1227.28084656
			}
		}
	]
}

Was This Article Helpful?

0
Related Articles