Agromonitoring · JSON Structure

Agromonitoring Satelliteimage Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Satelliteimage 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/SatelliteImage.json",
  "title": "SatelliteImage",
  "type": "object",
  "fields": [
    {
      "name": "dt",
      "type": "int32",
      "description": "Acquisition date as Unix timestamp."
    },
    {
      "name": "source",
      "type": "string",
      "description": "Satellite source (Sentinel-2 or Landsat-8)."
    },
    {
      "name": "cl",
      "type": "float",
      "description": "Cloud coverage percentage for this image."
    },
    {
      "name": "stats",
      "type": "object",
      "description": "Vegetation index statistics for the polygon."
    },
    {
      "name": "image",
      "type": "object",
      "description": "URLs to image tiles (truecolor, falsecolor, ndvi)."
    }
  ]
}