leaf-oakReal-World Examples: A Geospatial Schemas for Eco-Focused Industries

Here's how a single Schema could be applied to different payloads.

Geospatial Data

{
  "schema": string,
  "sensorId": string,
  "location": {
    "name": string,
    "nationalPark": string,
    "country": string,
    "state": string,
    "latitude": number,
    "longitude": number,
    "elevationMeters": number"
  },
  "timestamp":  T00:00:00.000Z,
  "environmentData": {
    "temperatureCelsius": number,
    "humidityPercent": number,
    "soilMoistureLevel": number
  }
}

Last updated