Skip to content
Snippets Groups Projects
Commit f9c4c34c authored by Lennard Geese's avatar Lennard Geese
Browse files

Adjust Todos.md

parent 0ea1ff49
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment