Joe Gallagher
Joe Gallagher
Just a possible improvement that I've used in recent blog posts; a function which matches team names from another dataset onto `engsoccerdata` team names. For each team name in a...
Is there any way to animate `globejs()` without requiring interaction from the user? Perhaps by transitioning between frames with different latitude-longitude, similar to your animation example for [graphjs](https://bwlewis.github.io/rthreejs/animation/animation.html)? I'd love...
Event data for two matches in the FA WSL aren't available in StatsBombR and are not listed in the [`37.json`](https://github.com/statsbomb/open-data/blob/master/data/matches/37.json) matches file: Bristol City v Yeovil (2019-01-27) Birmingham City v...
I'd make this a pull request but I'm running a much different fork of the package for use with R
A rough list of functions and utilities I'd like to add to the package. Recommendations welcomed! 🚧 = under construction 💡 = still just a pipedream #### Visualisations 💡 [Post-match...
Parse non-ASCII characters in StatsBomb (and other) data for use with `soccerPosition` and other future plotting functions. For example, `Kylian Mbappé` currently renders as `Kylian Mbappé`.
Collect more pitch dimensions (length, width in metres) to pass to soccermatics functions for accurate visualisation of x,y-coordinates. Many performance datasets (e.g. [WhoScored](https://www.whoscored.com/)) provide relative x,y-coordinates (e.g. a scale of...