Skip to main content
Part of the Physics family.
Phase 10a. True pairwise track gaps from the POSITION channel, reduced to per-lap scalars. One row per race lap, on the same spine as int_lap_air_state (162,729 rows, verified equal 2026-09-05). This is the first feature family in the project built from a different sensor rather than from a further transform of the car channel or of lap times. Every incumbent traffic signal descends from FastF1’s DistanceToDriverAhead, which int_lap_air_state divides by point speed to get a gap in seconds - a conversion that assumes the car ahead is travelling at the same speed as the car behind, which is exactly false in the situation the feature exists to describe. This model measures the time directly: each lap is cut into 100 fractions of relative_distance, the session clock at which each driver first enters each fraction is a crossing time of a fixed point on track, and the gap is the difference between two crossings of the same point. It needs no speed assumption and it is correct for lapped traffic. Validated against the FIA’s own blue flags, which are not derived from telemetry - see assert_proximity_agrees_with_blue_flags.

Lineage

Overview

11 tests guard this model - 9 generic, 2 singular.

Columns