Race
I started tinkering with geolocation data on this repo.
But my goal was: to create a Race Analytics solution.
For which we need:
- Data Collection
- Data Visualization (offline)
- IoT / Telemetry setup
- Data based feedback on your racing like a PRO
Racing Data
Geo Data
Geolocation data is fantastic:
GoPro GPS Telemetry Magic
GoPro Metadata Speed trackdayIf you got a GoPro with GPS, you can have lot of fun:
F1 Data
This is one of the cool ones that you can get via API
Amazon AWS handles F1 telemetry data with very high frequency/granularity that any data geek would dream.
There are some people that put together some formula 1 data for analysis:
Uses fastf1 package to source the data via API
python main.py --year 2025 --round 12 --qualifyingImproving your Racing with Data
Optimum Path
If you know a circuit’s geometry, why not estimating the best path for a given kart to go for those hot laps?
This is also a chance to try more complex algorithm:
Optimum Gears
Probably you Kart have no gears.
But in case it does, you will need to take this into consideration: Maaax Poweeeer…
Other Racing Resources
If you like Mechanisms and animations as a code
You will probably enjoy this section:


