ForecastWeatherData (STRUCT)¶
TYPE ForecastWeatherData EXTENDS CommonWeatherData : STRUCT
Contains all available forecast weather data for one specific location and timestamp.
- InOut:
Name
Type
Initial
Comment
Inherited from
i_weather_condition_codeINTA code defined by OpenWeather to describe a specific weather condition. See their API documentation for more information.
ws_weather_group_descriptionWSTRINGA short, general description of a specific weather condition, defined by OpenWeather. See their API documentation for more information.
ws_weather_descriptionWSTRINGA short, more concrete description of a specific weather condition, defined by OpenWeather. See their API documentation for more information.
ws_weather_icon_codeWSTRING(3)A 3 characters long icon code, that referres to a specific weather icon, provided by OpenWeather. See their API documentation for more information.
r_temperatureREALTemperature in °C/°F/K
r_temperature_feels_likeREALTemperature in °C/°F/K
i_pressure_sea_levelINTin hPa, max. around 1090 hPa on earth
si_cloudinessSINTPercentage -> [0;100]
si_humiditySINTPercentage -> [0;100]
i_visibilityINTin metres, [0;10,000]
r_dew_pointREALTemperature in °C/°F/K
r_wind_speedREALin m/s or mph
i_wind_directionINTin degrees -> [0;359]
r_wind_gustREAL-1
(( OPTIONAL )) in m/s or mph
r_rain_last_hourREAL0
(( OPTIONAL )) in mm/h (= l/m² per hour)
r_snow_last_hourREAL0
(( OPTIONAL )) in mm/h (= l/m² per hour)
li_data_timestampLINTUnix UTC Time for which the data inside this structure is valid
r_uv_indexREALUV index ranging from 0 to around 11 usually, but can be much higher!
r_precipitation_probabilityREAL