mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #28] [MERGED] Qualifying trace insights #85
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#85
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/28
Author: @IAmTomShaw
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/6/2025
Merged by: @IAmTomShaw
Base:
main← Head:qualifying-insights📝 Commits (4)
fbc154eQualifying trace insightsba2f467Error catching and resizeable window18b92a0Contributors credits38d7702Add info text for unselected qualifying lap📊 Changes
11 files changed (+2016 additions, -676 deletions)
View changed files
📝
README.md(+41 -4)➕
contributors.md(+12 -0)📝
main.py(+49 -23)📝
requirements.txt(+2 -1)📝
roadmap.md(+2 -2)📝
src/arcade_replay.py(+3 -645)📝
src/f1_data.py(+365 -1)➕
src/interfaces/qualifying.py(+705 -0)➕
src/interfaces/race_replay.py(+431 -0)➕
src/lib/time.py(+10 -0)➕
src/ui_components.py(+396 -0)📄 Description
This new feature (currently in development, but a really cool first version) enables you to replay a driver's qualifying lap time from the relevant qualifying sessions they competed in (Q1, Q2, Q3).
The driver's telemetry (speed, gear, throttle and braking) are visualised using a line chart with the Y axis being the distance the driver has travelled during the lap.
You can also see the driver's position on the circuit too, as this will help you to understand exactly how their telemetry pairs with the stage they are at in the lap.
To view a lap time, you'll need to pass the "--qualifying" argument when running the project, and then click your chosen driver using the leaderboard. Once you've clicked on the driver, the lap time options will pop up allowing you to select their Q1, 2 or 3 laps.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.