Agromonitoring · JSON Structure

Agromonitoring Vegetationstats Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Vegetationstats Structure is a JSON Structure definition published by Agromonitoring. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api.agromonitoring.com/structures/VegetationStats.json",
  "title": "VegetationStats",
  "type": "object",
  "fields": [
    {
      "name": "min",
      "type": "float",
      "description": "Minimum index value in the polygon."
    },
    {
      "name": "max",
      "type": "float",
      "description": "Maximum index value in the polygon."
    },
    {
      "name": "mean",
      "type": "float",
      "description": "Mean index value."
    },
    {
      "name": "median",
      "type": "float",
      "description": "Median index value."
    },
    {
      "name": "std",
      "type": "float",
      "description": "Standard deviation of index values."
    }
  ]
}