Agromonitoring · JSON Structure

Agromonitoring Soildata Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Soildata 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/SoilData.json",
  "title": "SoilData",
  "type": "object",
  "fields": [
    {
      "name": "dt",
      "type": "int32",
      "description": "Measurement date as Unix timestamp."
    },
    {
      "name": "t0",
      "type": "float",
      "description": "Soil surface temperature in Celsius."
    },
    {
      "name": "t10",
      "type": "float",
      "description": "Soil temperature at 10cm depth in Celsius."
    },
    {
      "name": "moisture",
      "type": "float",
      "description": "Volumetric soil moisture (0 to 1 scale)."
    }
  ]
}