What it shows
Each cell classifies one driver’s lap into an air state:- Dirty air (red): gap to the car ahead < 1.5s in the middle-third sector. Thermally loaded air disrupts downforce and overheats the tyres.
- Tow zone (green): gap < 1.0s on a straight sector without active DRS slipstream benefit without full aerodynamic interference.
- DRS train (amber): gap < 1.0s with DRS active a speed benefit but still constrained by the car ahead.
- Free air (grey): gap > 2.0s or gap unavailable clean conditions, the baseline.
Gap estimates are telemetry-derived. Laps with missing telemetry are shown as free-air (grey), so a grey cell can mean clean air or absent data read it alongside the dirty-air totals.
How to use it
- Select a race from the filter bar; the grid loads with drivers ranked by traffic exposure.
- Scan a driver’s row to see their race shape long red runs are extended stints in traffic.
- Look for amber blocks to spot DRS trains where nobody could pass.
- Hover a cell for the thermal-load index and the closest gap reading on that lap.
Reading the signal correctly
The air state is a gap-and-sector heuristic, not a wind-tunnel reading a 1.5s gap is the threshold, so a driver hovering just outside it reads as free air despite some wake. The map shows exposure, which is mostly driven by track position, not driver choice.Data source
The chart queriesint_lap_air_state 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_lap_air_state reference.