Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
FastF1 3.5.3
Logo
FastF1 3.5.3
  • ← Back to Github

Contents:

  • Getting Started
    • Getting started with the basics
  • Examples Gallery
    • Using the Fast-F1 signalr client?
    • Position changes during a race
    • Overlaying speed traces of two laps
    • Driver Laptimes Scatterplot
    • Gear shifts on track
    • Team Pace Comparison
    • Tyre strategies during a race
    • Qualifying results overview
    • Driver Laptimes Distribution Visualization
    • Plot speed traces with corner annotations
    • Who can still win the drivers WDC?
    • Speed visualization on track map
    • Driver specific plot styling
    • Draw a track map with numbered corners
    • Plot driver standings in a heatmap
  • General Functions - fastf1
  • Timing and Telemetry Data - fastf1.core
  • API Reference
  • Event Schedule - fastf1.events
  • F1 API - fastf1.api
  • Ergast API Interface
  • Circuit Information
  • Utils module - fastf1.utils
  • Plotting - fastf1.plotting
  • Live Timing Client - fastf1.livetiming
  • Logging - fastf1.logger
  • Legacy Functionality - fastf1.legacy

Information:

  • Time, Date and Timing - Explanation
  • How to perform calculations accurately
  • Troubleshooting
  • Contributing
    • Contributing
    • Setting up FastF1 for development
    • Testing
    • Writing documentation
    • Pull request guidelines
  • Release Notes
Back to top
View this page

v2.1.6¶

Added weather data, general improvements and bug fixes

  • Add weather data (#26) See: core.Lap.get_weather_data(), core.Laps.get_weather_data(), core.Session.weather_data

  • Fix: error when calling core.Laps.get_pos_data() (#22)

  • Fix: error when calling get_telemetry on the first lap (or a set of laps containing the first lap)

  • Make the live timing client exit more cleanly

Copyright © 2025, theOehrly
Made with Sphinx and @pradyunsg's Furo