From f9c4c34c016b82880f3edf356e22bd3283e22139 Mon Sep 17 00:00:00 2001 From: Lennard Geese <lennard.geese@sva.de> Date: Sun, 6 Apr 2025 20:26:48 +0200 Subject: [PATCH] Adjust Todos.md --- Todos.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Todos.md b/Todos.md index e6eb65e..14da210 100644 --- a/Todos.md +++ b/Todos.md @@ -2,6 +2,7 @@ - [x] Automatically title graph by race name (no more hardcoding the graph name) - [x] Adjust for pitstop discrepancies - [x] Fetch rain races via API, not Reddit +- [ ] Paint back of graph for weather change window - [ ] Adjust for position changes caused by crashes (keep out of calculation similarly to PCs due to pitstops ?) - [ ] Include safety car periods & driver crashes - [ ] Automatically determine if race is DWR or SWR @@ -9,9 +10,13 @@ - Implement actual 1/2 of drivers changing compounds rule - [ ] Cache data in CSV file for faster access / analysis - [ ] Adjust for finding multiple weather changes in a race, not just one -- [ ] Read out number of drivers participating in session, rather than hardcoding number of drivers (since it might change from 20 to more (or less) in future) -- [ ] Also read out direct weather data from API +- [ ] Read out number of drivers participating in session, rather than hardcoding number of drivers (since it might + change from 20 to more (or less) in future) +- [ ] Extrapolate when track is drying or wetting, determined by whether rain is currently falling or not + - Must be manually put into relation to laps, because rainfall is measured roughly once per minute rather than per + lap! - [ ] Extrapolate weather conditions from lap times by difference between dry & wet laptimes in order to retrieve weather / track conditions for races before 2018, as Ergast / Jolpica APIs do not provide this data - Alternatively, get weather data from a dedicated weather API for the location & date/time the race was carried out -- \ No newline at end of file +- [ ] Rework fetching/recognition of rain races to use Wikipedia's race reports or something more official from the + FIA as source \ No newline at end of file -- GitLab