[PR #26] [MERGED] Added Weather Telemetry HUD (Track Temp, Air Temp, Rain, Wind) #83

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

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/26
Author: @saikasticguy
Created: 12/2/2025
Status: Merged
Merged: 12/2/2025
Merged by: @IAmTomShaw

Base: mainHead: add-weather


📝 Commits (1)

  • 727ab9a Added weather telemetry HUD

📊 Changes

3 files changed (+135 additions, -8 deletions)

View changed files

📝 main.py (+1 -2)
📝 src/arcade_replay.py (+73 -2)
📝 src/f1_data.py (+61 -4)

📄 Description

This introduces a lightweight Weather Telemetry HUD to the race replay window, using FastF1’s 'session.weather_data'. The HUD displays real-time weather values synced to replay time, enhancing race context and offering more complete telemetry viewing without affecting existing performance or logic.


🔄 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/26 **Author:** [@saikasticguy](https://github.com/saikasticguy) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `add-weather` --- ### 📝 Commits (1) - [`727ab9a`](https://github.com/IAmTomShaw/f1-race-replay/commit/727ab9ac71fe9b1dccee845f0498e4b3e4825381) Added weather telemetry HUD ### 📊 Changes **3 files changed** (+135 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `main.py` (+1 -2) 📝 `src/arcade_replay.py` (+73 -2) 📝 `src/f1_data.py` (+61 -4) </details> ### 📄 Description This introduces a lightweight Weather Telemetry HUD to the race replay window, using FastF1’s 'session.weather_data'. The HUD displays real-time weather values synced to replay time, enhancing race context and offering more complete telemetry viewing without affecting existing performance or logic. --- <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:34 +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#83
No description provided.