Skip to content

Incomplete lap due to a technical issue #200

Answered by theOehrly
telemetryf1 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the telemetry data for the full session and for each driver is contained in the dictionaries Session.car_data / Session.pos_data (https://theoehrly.github.io/Fast-F1/core.html#fastf1.core.Session.car_data)

Telemetry objects can be sliced using timestamps: https://theoehrly.github.io/Fast-F1/core.html#fastf1.core.Telemetry.slice_by_time

You can simply use the Time at which the last full lap was set as the first timestamp and add some amount of seconds to that for the second timestamp.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@telemetryf1
Comment options

Answer selected by telemetryf1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants