Weatherbit · JSON Structure

Weatherbit Energy Obs Series Structure

EnergyObsSeries schema from Weatherbit API

Type: object Properties: 15
WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

EnergyObsSeries is a JSON Structure definition published by Weatherbit, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

date cdd hdd rh dewpt wind_dir wind_spd temp clouds t_ghi t_dhi t_dni sun_hours precip snow

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weatherbit/refs/heads/main/json-structure/weatherbit-energy-obs-series-structure.json",
  "name": "EnergyObsSeries",
  "description": "EnergyObsSeries schema from Weatherbit API",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Date",
      "example": "2018-06-01"
    },
    "cdd": {
      "type": "double",
      "description": "Cooling degree days",
      "example": 10.0
    },
    "hdd": {
      "type": "double",
      "description": "Heating degree days",
      "example": 120.0
    },
    "rh": {
      "type": "int32",
      "description": "Average Relative humidity (%)",
      "example": 75
    },
    "dewpt": {
      "type": "double",
      "description": "Average dew point temperature - Default (C)",
      "example": 12.0
    },
    "wind_dir": {
      "type": "int32",
      "description": "Average wind direction (Degrees)",
      "example": 125
    },
    "wind_spd": {
      "type": "double",
      "description": "Average wind speed - Default (m/s)",
      "example": 5.85
    },
    "temp": {
      "type": "double",
      "description": "Average temperature - Default (C)",
      "example": 13.85
    },
    "clouds": {
      "type": "int32",
      "description": "Average cloud cover (%)",
      "example": 42
    },
    "t_ghi": {
      "type": "double",
      "description": "Total global horizontal solar irradiance (W/m^2)",
      "example": 3000.0
    },
    "t_dhi": {
      "type": "double",
      "description": "Total diffuse horizontal solar irradiance (W/m^2)",
      "example": 450.0
    },
    "t_dni": {
      "type": "double",
      "description": "Total direct normal solar irradiance (W/m^2)",
      "example": 1200.0
    },
    "sun_hours": {
      "type": "double",
      "description": "Average number of daily sun hours - # hours where Solar GHI > 1000 W/m^2",
      "example": 4.5
    },
    "precip": {
      "type": "double",
      "description": "Total precipitation in period - Default (mm)",
      "example": 2.0
    },
    "snow": {
      "type": "double",
      "description": "Total snowfall in period - Default (mm)",
      "example": 10.0
    }
  }
}