Agromonitoring · JSON Structure

Agromonitoring Ndvirecord Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Ndvirecord 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/NdviRecord.json",
  "title": "NdviRecord",
  "type": "object",
  "fields": [
    {
      "name": "dt",
      "type": "int32",
      "description": "Acquisition date as Unix timestamp."
    },
    {
      "name": "source",
      "type": "string",
      "description": "Satellite source."
    },
    {
      "name": "cl",
      "type": "float",
      "description": "Cloud coverage percentage."
    },
    {
      "name": "stats",
      "type": "string"
    }
  ]
}