Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HakeemAdam/F1TelemetryDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

F1 Telemetry Analysis

C++ library for parsing and analyzing Formula 1 telemetry data. Designed for integration with DCC tools and real-time visualization. Implemented in SideFX Houdini as SOP nodes

Features

  • Custom binary format for fast loading (~80k frames in <50ms)
  • Braking zone detection with entry/exit speeds, deceleration rates
  • Corner analysis with curvature computation and apex detection
  • Gap analysis between drivers (track distance over time)
  • Lap delta comparison (time gained/lost at track positions)

Data Source

Telemetry exported from FastF1 Python library. See python/ for exporter script.

Performance

  • Binary file: ~2.8MB for full race (two drivers)
  • Load time: instant (<50ms for 80k frames)
  • Analysis: instant (single lap ~800 frames)

About

C++ library for parsing and analyzing Formula 1 telemetry data. Designed for integration with DCC tools and real-time visualization. Implemented in SideFX Houdini as SOP nodes

Topics

Resources

Readme

Stars

Watchers

Forks

Contributors