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

NameTypeDescription
cddoption​<f64>
city-nameoption​<string>
cloudsoption​<s32>
country-codeoption​<string>
dewptoption​<f64>
hddoption​<f64>
latoption​<string>
lonoption​<string>
precipoption​<f64>
rhoption​<s32>
snowoption​<f64>
sourcesoption​<list​<string>>
state-codeoption​<string>
station-idoption​<string>
sun-hoursoption​<f64>
t-dhioption​<f64>
t-dnioption​<f64>
t-ghioption​<f64>
tempoption​<f64>
timezoneoption​<string>
wind-diroption​<s32>
wind-spdoption​<f64>