Record
energy-obs
No description available.
record energy-obs {
cdd: option<f64>,
city-name: option<string>,
clouds: option<s32>,
country-code: option<string>,
dewpt: option<f64>,
hdd: option<f64>,
lat: option<string>,
lon: option<string>,
precip: option<f64>,
rh: option<s32>,
snow: option<f64>,
sources: option<list<string>>,
state-code: option<string>,
station-id: option<string>,
sun-hours: option<f64>,
t-dhi: option<f64>,
t-dni: option<f64>,
t-ghi: option<f64>,
temp: option<f64>,
timezone: option<string>,
wind-dir: option<s32>,
wind-spd: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| cdd | option<f64> | |
| city-name | option<string> | |
| clouds | option<s32> | |
| country-code | option<string> | |
| dewpt | option<f64> | |
| hdd | option<f64> | |
| lat | option<string> | |
| lon | option<string> | |
| precip | option<f64> | |
| rh | option<s32> | |
| snow | option<f64> | |
| sources | option<list<string>> | |
| state-code | option<string> | |
| station-id | option<string> | |
| sun-hours | option<f64> | |
| t-dhi | option<f64> | |
| t-dni | option<f64> | |
| t-ghi | option<f64> | |
| temp | option<f64> | |
| timezone | option<string> | |
| wind-dir | option<s32> | |
| wind-spd | option<f64> |