Futbolista.jl is a package to make some common football analytics tasks easier to do in Julia. You can
- load Statsbomb's public dataset
- plot pitches
- plot passmaps.
using Pkg
Pkg.add("Futbolista")
Please check out the pluto notebooks in the examples
directory to know more about the functions available.
Some of the things to be added to the package are:
- Dataloaders for other free public sources (Wyscout, Metrica, Fbref)
- Support more pitch types (Opta, Wyscout, Metrica, Tracab)
- More typical plots (pass sonars, pizza plots)
If you want to help with any of them, please don't hesitate to fork, and PR! A great guide to contributing to Julia packages is here.