Laurie's code for reading and working with Metrica's tracking and event data.
The sample data can be found in Metrica's github repository here: https://github.com/metrica-sports/sample-data
We'll be updating this repo as the friends of tracking series develops, adding code for measuring player velocity and acceleration, measuring team formations, and evaluating pitch control using a model published by Will Spearman.
To create movies from the tracking data you'll need to have ffmpeg installed. You can do this by following the instructions here: https://anaconda.org/conda-forge/ffmpeg (you may need to restart python afterwards).