Agromonitoring · JSON Structure

Agromonitoring Uvindexdata Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Uvindexdata 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/UvIndexData.json",
  "title": "UvIndexData",
  "type": "object",
  "fields": [
    {
      "name": "lat",
      "type": "float",
      "description": "Latitude of the location."
    },
    {
      "name": "lon",
      "type": "float",
      "description": "Longitude of the location."
    },
    {
      "name": "date_iso",
      "type": "datetime",
      "description": "Measurement date in ISO 8601 format."
    },
    {
      "name": "date",
      "type": "int32",
      "description": "Measurement date as Unix timestamp."
    },
    {
      "name": "value",
      "type": "float",
      "description": "UV index value (scale 0-11+)."
    }
  ]
}