Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F1 Telemetry Analysis 🏎️📊

Overview

This project performs analysis of Formula 1 telemetry data using the FastF1 ecosystem to study driver performance across laps. Telemetry data provides detailed information about car behavior such as speed, throttle input, braking force, gear selection, and lap timing.

The objective of this project is to compare drivers using real race data and visualize performance differences through clear and structured plots. The analysis highlights how drivers differ in braking points, acceleration patterns, and overall lap efficiency.

This project demonstrates the practical use of data analytics techniques in motorsports and shows how telemetry can be used to extract performance insights.

Race Replay Preview

Key Capabilities

  • Retrieval of official Formula 1 session telemetry data
  • Comparison of driver performance metrics
  • Visualization of speed profiles across laps
  • Analysis of throttle and brake application patterns
  • Identification of performance differences between drivers
  • Data-driven insights into racing behaviour

Technologies

  • Python
  • FastF1
  • Pandas
  • NumPy
  • Matplotlib

Project Structure

F1-telemetry-analysis/
│
├── src/              # core analysis scripts
├── data/             # cached telemetry data
├── images/           # generated visualizations
├── docs/             # supporting documentation
│
├── main.py
├── requirements.txt
└── README.md

Applications

Telemetry analysis is widely used in professional motorsports for:

  • performance optimization
  • race strategy planning
  • driver comparison
  • engineering insights
  • data-driven decision making

Future Scope

Potential extensions of this project include:

  • multi-race comparison
  • interactive dashboards
  • sector-wise performance metrics
  • predictive lap time modelling
  • advanced telemetry feature engineering

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages