Skip to content

Hackday project to replay an f1 session using bytewax, rerun and fastf1

License

Notifications You must be signed in to change notification settings

Psykopear/f1replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bytewax-rerun F1 race replayer

Hackday project using bytewax, rerun and fastf1.

Replay any session fastf1 offers with live track visualization and telemetry data.

Usage

Install dependencies:

python -m venv .venv
source .venv/bin/activate # or activate.fish
pip install bytewax==0.20.1 fastf1==3.3.7 rerun-sdk==0.16.1

Replay a session, for example the race of the third week of 2024:

python -m bytewax.run 'main:replay_session(year=2024, week=3, session="R")'

See fastf1 docs for session options, rerun docs to show different metrics, bytewax docs to change the dataflow.

screenshot

About

Hackday project to replay an f1 session using bytewax, rerun and fastf1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages