Agromonitoring · JSON Structure

Agromonitoring Geojson Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Geojson 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/GeoJson.json",
  "title": "GeoJson",
  "type": "object",
  "fields": [
    {
      "name": "type",
      "type": "string",
      "description": "GeoJSON geometry type."
    },
    {
      "name": "coordinates",
      "type": "array",
      "description": "Array of coordinate rings defining the polygon."
    }
  ]
}