Xuanyi Wang

Results 11 comments of Xuanyi Wang

> I'm also unable to view graphs in Jupyter notebooks nor Atom via Hydrogen while using Stata 17. It looks like there was a similar issue in #394, but I...

This issue seems to be open for some days. I really like the dashboard, so just did a quick visualisation of this results tracker using plotly. No idea how to...

> @TephrocactusMYC 感谢回答!请问国内外的哪些厂商提供学生优惠的服务器领取服务呢? oracle cloud free tier

I followed https://github.com/Kyubyong/name2nat/issues/5#issuecomment-1858990618 and successfully solved the dependency issues

I think the only good source for penalties are only available from FIA decision documents. But if you are interested in the post-penalty correct finishing order, formula1.com is pretty good...

> The FIA does release various pieces of data as PDFs after the session, but nothing near what is taken from the F1 API by FastF1: https://www.fia.com/sites/default/files/2023_01_brn_f2_r1_timing_sprintracehistorychart_v01_0.pdf https://www.fia.com/sites/default/files/2023_01_brn_f2_r1_timing_sprintracesectoranalysis_v01_0.pdf https://www.fia.com/sites/default/files/2023_01_brn_f2_r1_timing_sprintracepitstopsummary_v01.pdf https://www.fia.com/sites/default/files/2023_01_brn_f2_r1_timing_sprintracemaximumspeeds_v01.pdf...

It's fairly easy to parse FIA documents and get the tyre compounds, but not sure if and how should we add this into the package. Manually searching for the compounds...

> > It's fairly easy to parse FIA documents and get the tyre compounds, but not sure if and how should we add this into the package. Manually searching for...

I've parsed the event notes and pirelli preview for all races since 2019, to get the tyre compounds: https://github.com/harningle/fia-doc/blob/main/tyres.json. The race name in the json can be matched with [`EventName`](https://docs.fastf1.dev/events.html#event-schedule-data)...

> Thoughts on how to bring 2018 compounds into the fold? I have the data in TOML but I am more thinking about how to make the code/API more general...