mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #186] [CLOSED] Feat: Add Telemetry Snapshot Export #204
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#204
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/186
Author: @LRxDarkDevil
Created: 1/23/2026
Status: ❌ Closed
Base:
main← Head:feature/snapshot-export📝 Commits (1)
e20a265Feat: Add telemetry snapshot export feature📊 Changes
2 files changed (+1325 additions, -720 deletions)
View changed files
📝
src/interfaces/race_replay.py(+239 -119)📝
src/ui_components.py(+1086 -601)📄 Description
Summary
Adds a feature to export the current frame's telemetry data to a JSON file by pressing 'S'.
Changes
Motivation
Useful for debugging specific race moments or for users who want to extract a slice of data for external analysis without writing code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.