To do list
JoGall opened this issue ยท 2 comments
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 odds based on simulating shots
๐ง Voronoi diagrams / Delaunay triangulation / convex hull
๐ง Wrapper functions to animate metrics frame by frame
๐ก Defensive coverage plots
Advanced analytics
๐ง Wrapper functions for common metrics (xG, xA, forward progressions, PossAdjT&A, etc...)
๐ก Event sequence plots and possession sequence metrics (possession spell and final product, i.e. does it end in final third, end in shot, end in goal)
๐ก Directness, synchronisation of movement direction, space utilisation)
๐ง Space control / dominance (e.g. ratio of Voronoi areas / convex hull areas)
๐ก Goalscoring threat (xG in each frame based on view to goal based on distance / angle of ball from opposition goal, number of defending players in front of goal, number of attacking players nearby, etc..); similar to this
๐ง Pressing effectiveness (e.g. average distance of defending players from ball, area of bounding box formed by defending team, time for n nearest players to close gap after possession change, etc..)
Machine learning stuff
๐ก Infer individual ball possession
๐ก Infer shot and pass events
๐ก Modelling optimal positioning with deep imitation learning
๐ก Automated formation discovery
Misc.
๐ง Add option Juego de Posicion pitch markings
๐ก Make a geom_pitch
layer as a less monolithic plotting function
๐ง New system for working across multiple data sources (i.e. transform StatsBomb / Opta / whatever data so they can be used in a single function for xG plots / passmaps / whatever)
๐ง Add to list of true pitch dimensions
theme
argument with light
, dark
, and grass
options added to soccerShotmap
function.
Will add to soccerPitch
function and its dependants soon.
Hi mate. Maybe you could be interested to add some code from "soccerAnimate" function that i just created in order to work with Stats insights tracking data.
Here: https://github.com/Bustami/DatoFutbol/tree/master/TrackingDataTest
Cheers