[PR #19] [MERGED] Improved Leaderboard during race & Circuit Rotation #76

Closed
opened 2026-05-07 00:18:32 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: improved-leaderboard


📝 Commits (4)

  • 5036908 Improved Leaderboard accuracy during race & circuit rotation
  • 52b11d2 Update f1_data.py
  • 1e914a8 Merge branch 'main' into improved-leaderboard
  • 84ba912 Adding 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.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/19 **Author:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `improved-leaderboard` --- ### 📝 Commits (4) - [`5036908`](https://github.com/IAmTomShaw/f1-race-replay/commit/5036908c09f6a0d342dab4a857ff9caff02b279d) Improved Leaderboard accuracy during race & circuit rotation - [`52b11d2`](https://github.com/IAmTomShaw/f1-race-replay/commit/52b11d238ee4469aa7184eaec368af483ddb32ae) Update f1_data.py - [`1e914a8`](https://github.com/IAmTomShaw/f1-race-replay/commit/1e914a8473b18b49678da73955a965ffd0ef6ad8) Merge branch 'main' into improved-leaderboard - [`84ba912`](https://github.com/IAmTomShaw/f1-race-replay/commit/84ba9126a93d2ccf63820f017d864177187685cd) Adding missing comma (my fault) ### 📊 Changes **4 files changed** (+157 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `main.py` (+9 -2) 📝 `src/arcade_replay.py` (+141 -33) 📝 `src/f1_data.py` (+6 -9) </details> ### 📄 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. :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:32 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#76
No description provided.