Getting stint data
tif1 provides the Stint and Compound for every lap. We can use this to map out the entire race strategy.
Visualizing the Strategy
A “Gantt-style” chart is the best way to visualize when drivers swapped tires.Analyzing Degradation
Tire degradation is the increase in lap time as the tires wear out. We can calculate this by looking at the slope of lap times during a long stint.What the slope tells us
- Slope > 0: The driver is losing time as the tire wears (typical).
- Slope < 0: The driver is actually getting faster (often due to fuel burn-off overcoming tire wear).
- Near Zero: Excellent tire management.
Comparing Compounds
We can also compare the performance delta between Soft, Medium, and Hard tires.Summary
Withtif1, you have access to detailed tire information that allows you to reconstruct race strategies and quantify the performance characteristics of every compound used in the race.