mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-10 08:25:56 +02:00
[GH-ISSUE #89] DRS Zones not visible for Las Vegas GP #21
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#21
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?
Originally created by @Palash1912 on GitHub (Dec 19, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/89
Issue
python main.py --year 2025 --round 22
DRS zones not visible
Related MR: https://github.com/IAmTomShaw/f1-race-replay/pull/68
@viralcodex commented on GitHub (Dec 20, 2025):
Hi @Palash1912 , the data from the API doesn't have the DRS data for the qualifying for 2025. Will cache the data for DRS for each track to make sure the DRS zones from previous year can be used instead of relying on fresh data.
@viralcodex commented on GitHub (Dec 20, 2025):
@Palash1912 , didn't work properly by reusing the data from prev years for the current year, if you have time, have a look and implement it yourself and let me know too.