What it shows
The chart splits the moving baseline into two curves plus a weather overlay:- Rubber component (
rubber_component_s): how much the surface improves as rubber is laid down over the race. A positive offset early means the track is slow; as it rubbers in, the offset shrinks. - Ambient component: temperature and humidity drift over the race window, extracted as a separate time-varying offset. Usually small, but it can matter in night races or under changing cloud cover.
- Rainfall: laps tagged with the rainfall flag are highlighted; the track state resets substantially after rain.
Both components come from clean laps only, so safety-car and anomaly laps don’t distort the evolution curve.
How to use it
- Select a race from the filter bar; the rubber and ambient curves load.
- Read the rubber curve’s slope a steep early improvement means a green track that came to the field quickly.
- Watch the ambient curve for evening cool-down or warming that shifts pace independently of rubber.
- Note rainfall highlights a reset in the track state after rain explains a sudden pace swing.
Reading the signal correctly
These offsets are field-wide baseline shifts, not any single car’s pace they describe the track everyone shares. Rubber and ambient are estimated jointly with the rest of the decomposition, so they reflect what’s left after fuel and tyre effects are removed.Data source
The chart queriesint_track_evolution via DuckDB-Wasm in the browser, for a single race.
This is a single-race view across 2018–2024 data.
For the full model definition, see the
int_track_evolution reference.