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

NameTypeDescription
app-tempoption​<f64>
aqioption​<f64>
city-nameoption​<string>
cloudsoption​<s32>
country-codeoption​<string>
datetimeoption​<string>
dewptoption​<f64>
dhioption​<f64>
dnioption​<f64>
elev-angleoption​<f64>
ghioption​<f64>
gustoption​<f64>
hour-angleoption​<f64>
latoption​<f64>
lonoption​<f64>
ob-timeoption​<string>
podoption​<string>
precipoption​<f64>
presoption​<f64>
rhoption​<s32>
slpoption​<f64>
snowoption​<f64>
solar-radoption​<f64>
sourcesoption​<list​<string>>
state-codeoption​<string>
stationoption​<string>
sunriseoption​<string>
sunsetoption​<string>
tempoption​<f64>
timezoneoption​<string>
tsoption​<f64>
uvoption​<f64>
visoption​<s32>
weatheroption​<current-obs-weather>
wind-cdiroption​<string>
wind-cdir-fulloption​<string>
wind-diroption​<s32>
wind-speedoption​<f64>