mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #237] [CLOSED] Refactored pit stop data extraction to use FastF1’s session.pit_stops… #240
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#240
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/237
Author: @MertBlk
Created: 2/25/2026
Status: ❌ Closed
Base:
main← Head:main📄 Description
… API directly.
Each driver’s pit stop info (in time, out time, duration) is now parsed from the official FastF1 pit stop table. Pit stop status and timer are now injected into each frame for every driver. Leaderboard UI updated to show “PIT” and elapsed time when a driver is in the pit. Driver info panel now displays “IN PIT” and pit timer when the selected driver is in the pit. Increased info box height to accommodate the new pit stop row. Added robust handling for missing or None pit stop data.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.