Record
current-obs
No description available.
record current-obs {
app-temp: option<f64>,
aqi: option<f64>,
city-name: option<string>,
clouds: option<s32>,
country-code: option<string>,
datetime: option<string>,
dewpt: option<f64>,
dhi: option<f64>,
dni: option<f64>,
elev-angle: option<f64>,
ghi: option<f64>,
gust: option<f64>,
hour-angle: option<f64>,
lat: option<f64>,
lon: option<f64>,
ob-time: option<string>,
pod: option<string>,
precip: option<f64>,
pres: option<f64>,
rh: option<s32>,
slp: option<f64>,
snow: option<f64>,
solar-rad: option<f64>,
sources: option<list<string>>,
state-code: option<string>,
station: option<string>,
sunrise: option<string>,
sunset: option<string>,
temp: option<f64>,
timezone: option<string>,
ts: option<f64>,
uv: option<f64>,
vis: option<s32>,
weather: option<current-obs-weather>,
wind-cdir: option<string>,
wind-cdir-full: option<string>,
wind-dir: option<s32>,
wind-speed: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| app-temp | option<f64> | |
| aqi | option<f64> | |
| city-name | option<string> | |
| clouds | option<s32> | |
| country-code | option<string> | |
| datetime | option<string> | |
| dewpt | option<f64> | |
| dhi | option<f64> | |
| dni | option<f64> | |
| elev-angle | option<f64> | |
| ghi | option<f64> | |
| gust | option<f64> | |
| hour-angle | option<f64> | |
| lat | option<f64> | |
| lon | option<f64> | |
| ob-time | option<string> | |
| pod | option<string> | |
| precip | option<f64> | |
| pres | option<f64> | |
| rh | option<s32> | |
| slp | option<f64> | |
| snow | option<f64> | |
| solar-rad | option<f64> | |
| sources | option<list<string>> | |
| state-code | option<string> | |
| station | option<string> | |
| sunrise | option<string> | |
| sunset | option<string> | |
| temp | option<f64> | |
| timezone | option<string> | |
| ts | option<f64> | |
| uv | option<f64> | |
| vis | option<s32> | |
| weather | option<current-obs-weather> | |
| wind-cdir | option<string> | |
| wind-cdir-full | option<string> | |
| wind-dir | option<s32> | |
| wind-speed | option<f64> |