mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[PR #19] [MERGED] Improved Leaderboard during race & Circuit Rotation #76
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#76
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/19
Author: @IAmTomShaw
Created: 12/1/2025
Status: ✅ Merged
Merged: 12/1/2025
Merged by: @IAmTomShaw
Base:
main← Head:improved-leaderboard📝 Commits (4)
5036908Improved Leaderboard accuracy during race & circuit rotation52b11d2Update f1_data.py1e914a8Merge branch 'main' into improved-leaderboard84ba912Adding missing comma (my fault)📊 Changes
4 files changed (+157 additions, -45 deletions)
View changed files
📝
README.md(+1 -1)📝
main.py(+9 -2)📝
src/arcade_replay.py(+141 -33)📝
src/f1_data.py(+6 -9)📄 Description
The leaderboard is now calculated by plotting the drivers' progress along the track instead of relying on the "Distance" and "RelativeDistance" data from the telemetry which can sometimes be inaccurate in relation to the XY position data that we see on-screen.
Also, the circuits are now rotated to their correct orientation that is seen when the circuits are shown on TV or online. :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.