Vital Weather Event Types

Name

Weather Station Summary

Value: weather_station_summary

{
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Auto-generated schema, from incoming data.",
    "type": "object",
    "properties": {
      "station_id": {
        "type": "number",
        "title": "Station Id"
      },
      "Date": {
        "type": "string",
        "title": "Date"
      },
      "rain": {
        "type": "string",
        "title": "Rain"
      },
      "avg_temp": {
        "type": "string",
        "title": "Avg Temp"
      },
      "min_temp": {
        "type": "string",
        "title": "Min Temp"
      },
      "max_temp": {
        "type": "string",
        "title": "Max Temp"
      },
      "avg_RH": {
        "type": "string",
        "title": "Avg Rh"
      },
      "min_RH": {
        "type": "number",
        "title": "Min Rh"
      },
      "max_RH": {
        "type": "number",
        "title": "Max Rh"
      },
      "avg_wind": {
        "type": "string",
        "title": "Avg Wind"
      },
      "avg_solar": {
        "type": "string",
        "title": "Avg Solar"
      },
      "avg_pressure": {
        "type": "string",
        "title": "Avg Pressure"
      },
      "min_pressure": {
        "type": "string",
        "title": "Min Pressure"
      },
      "max_pressure": {
        "type": "string",
        "title": "Max Pressure"
      },
      "avg_winddirection": {
        "type": "string",
        "title": "Avg Wind direction"
      }
    }
  },
  "definition": [
    "station_id",
    "Date",
    "rain",
    "max_temp",
    "avg_temp",
    "min_temp",
    "avg_RH",
    "avg_solar",
    "avg_wind",
    "avg_winddirection",
    "max_RH",
    "min_RH",
    "max_pressure",
    "avg_pressure",
    "min_pressure"
  ]
}

 



Was this article helpful?