Incorporating turns into the telemetry data
Closed this issue · 2 comments
amritvignesh commented
Would be great if there can be a function to identify turns as it is hard to derive from coordinates itself!
pbulsink commented
@SCasanova We could just expose the circuit_info
table from FastF1.
@amritvignesh As much as possible we don't reprocess data from the Python package, it leaves this package much more complex. But FastF1 has that info available so you'd be able to put it together as needed (see from the FastF1 examples circuit map with annotated corners and also speed trace with corner annotations).
SCasanova commented
Yes I think that could be useful. I will look into incorporating that this week