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
| Field | Notes |
|---|---|
id / accountId / eventId | Standard |
measuredAt | ISO datetime |
airTempC / trackTempC | °C, convertible to °F |
humidityPct | |
windKph / windDir | |
pressureMbar | |
condition | enum (dry, damp, wet, …) |
parameters | JSONB — Weather-scoped Definition data |
What you can do today
- Full CRUD via
/weatherand 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