Export Formats

Updated Jan 16, 2020

This document describes the details of how Climate FieldView export summary reports, partners should not expect or rely upon support for anything other than what is documented here.

Exports - Planting Summary

This document describes the details of Climate FieldView planting activity summary reports. We currently do not support anything other than what is documented here.

application/vnd.climate.acrsi.geojson 

The export outputs a valid GeoJSON as defined in GeoJSON spec. A sample planting summary is given below.

{
  "type":"FeatureCollection",
  "features":[
    {
      "type":"Feature",
      "geometry":{
        "type":"MultiPolygon",
        "coordinates":[
          [
            [
              [
                -89.7597090541,
                40.4635185102
              ],
              ....
              [
                -89.7593929509,
                40.4598009392
              ],
              [
                -89.7595194154,
                40.4598115519
              ]
            ]
          ]
        ],
        "crs":{
          "type":"name",
          "properties":{
            "name":"EPSG:4326"
          }
        }
      },
      "properties":{
        "id":"2f6945a6-3a54-4cb4-a606-e6390dcfe37c",
        "resourceOwner":{
          "id":"99999994-9999-9999-9999-7f8bdd8750d4",
          "email":"user@climate.com"
        },
        "field":{
          "id":"cf92156a-12dd-472c-a3e3-5eb3ead0eab9",
          "name":"Terhune"
        },
        "plantingActivity":{
          "date":"2015-05-02",
          "crop":"corn",
          "area":{
            "q":38.0403019047341,
            "u":"hectare"
          }
        }
      }
    }
  ]
}
Properties

The following are the list of properties defined by Climate for planting

  • id - unique identifier of the export
  • resourceOwner - resource owner object
    • id - unique identifier of the resource owner
    • email - email of the resource owner
  • field - field object 
    • id - unique identifier of the field
    • name - the name of the field
  • plantingActivity - plantingActivity object
    • date - the date when planting activity occurred
    • crop - the name of the planted crop
    • area - the area where planting was done
      • quantity of the measurement
      • unit of measurement