Skip to content

How would I pull data to visualize the x,y position of each car on track when they overtake each other? #488

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

You must be logged in to vote

Hi, you can use the stream_data that is returned by fastf1.api.timing_data. That is the highest resolution of grid position data and gap to other cars that exists.
See https://docs.fastf1.dev/api.html#fastf1.api.timing_data and also #241.

Note that the API around fastf1.api might change in the future, as noted in the documentation. It's not really intended as public API. But this specific data will then be made available through some other method. So the data itself won't go away.

Btw, I'm not sure what you mean with the API being "invite-only"? The API... well it exists. I don't own the data. From my point of view, you can more or less do whatever you want.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@munsonbh
Comment options

@theOehrly
Comment options

@munsonbh
Comment options

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