mini sectors data #855
Replies: 2 comments
-
|
In theory, both can be added. But with both there is a question about how to make a reasonable and useful API design. For example, I don't want to add arrays of mini sector data into a dataframe. That's not a very clean solution. But I have planned to add it for some time already. Probably together with a larger refactoring effort. |
Beta Was this translation helpful? Give feedback.
-
|
similar to how track status api is implemented we can map the mini sector values as MINI_SECTOR_CODE_MAP = { then sector_1 → '11131101' This is simpler and easier to implement, but it’s up to you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add the 'mini sectors' data that is available on OpenF1?
See: https://openf1.org/docs/#laps 'segments_sector_1', 'segments_sector_2', and 'segments_sector_3'.
Do we know how these “mini sectors” are calculated? is each sector divided into eight equal mini sectors?
any plans to add Team Radio MP3 files?
Beta Was this translation helpful? Give feedback.
All reactions