Skip to content

Messages and laps #406

Answered by theOehrly
McHouse asked this question in Q&A
Jun 22, 2023 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Maybe I'm misunderstanding your question. Or you're confused by the data, which, to be fair, can be confusing 😅

Taking a look at the 2023 Monaco Race specifically, for example:

print(session.session_start_time)
1:02:02.950000

This tells you that the session only starts a bit more than 1 hour into the data, or at

print(session.t0_date + session.session_start_time)
2023-05-28 13:03:03.927000

Having a look at the race control messages, you can see the race starts at 13:03:04 which fits perfectly:

Here is the session status data for comparison as well:

And here is Verstappen's timing data (partially). You can see that the first lap starts at 2023-05-28 13:03:03.927 again.

print(session.la…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@McHouse
Comment options

@theOehrly
Comment options

@McHouse
Comment options

@McHouse
Comment options

Comment options

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

Answer selected by McHouse
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