Skip to main content

Weather

The Weather view is a chronological log of weather measurements taken across the event. Each row is a timestamp + parameters (air temp, track temp, humidity, wind, pressure, condition).

Route: /events/:eventId/weather.

What's stored

FieldNotes
id / accountId / eventIdStandard
measuredAtISO datetime
airTempC / trackTempC°C, convertible to °F
humidityPct
windKph / windDir
pressureMbar
conditionenum (dry, damp, wet, …)
parametersJSONB — Weather-scoped Definition data

What you can do today

  • Full CRUD via /weather and the Weather screen
  • See the seeded 13-row weather log for Sebring
  • Reference weather values from a math expression (e.g. an ambient-corrected lap-time math parameter)

What's coming

  • Weather Station integration — auto-populate from a connected weather station device (HH-DM ships this; ours is manual entry only today)
  • Forecast overlay — pull the venue's weather forecast and overlay it on the stint timeline
  • Per-stint summary — average track temp during each stint
  • Chart view — plot temp / humidity over the weekend