Weather Data. More...
import "GridCom.idl";
Public Attributes | |
double | Temperature |
double | DewPointTemperature |
double | RH |
double | Precipitation |
double | WindSpeed |
double | WindDirection |
ULONG | SpecifiedBits |
Weather Data.
Structure defining raw weather data for an instant in time.
double IWXData::DewPointTemperature |
Dew Point Temperature (degrees C)
double IWXData::Precipitation |
Precipitation (mm)
double IWXData::RH |
Relative Humidity (decimal) [0-1]
ULONG IWXData::SpecifiedBits |
bit flag, if bits are set, then values are looked up, if bits are not set then values are interpolated/extrapolated
double IWXData::Temperature |
Temperature (degrees C)
double IWXData::WindDirection |
Wind Direction (radians, compass orientation
double IWXData::WindSpeed |
Wind Speed (kph)