-
I know we have the ability to use signalr as live client, but has anybody actually created some sort of live data dashboard? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I use these two during races |
Beta Was this translation helpful? Give feedback.
-
The API parser code and how everything works together in FastF1 really isn't suited for this kind of stuff. The focus in FastF1 is on giving accurate data and combining data from multiple sources. This includes automatic error detection, sometimes correction and filling in missing data, which often cannot be done live because it needs future data as well. And I'd rather improve these features further than rewrite everything so it can do two things but none of them well. |
Beta Was this translation helpful? Give feedback.
The API parser code and how everything works together in FastF1 really isn't suited for this kind of stuff. The focus in FastF1 is on giving accurate data and combining data from multiple sources. This includes automatic error detection, sometimes correction and filling in missing data, which often cannot be done live because it needs future data as well. And I'd rather improve these features further than rewrite everything so it can do two things but none of them well.
FastF1 simply is intended for data analysis, not live visualization.