floodlight-sports / floodlight

Python package for streamlined analysis of sports data.
https://floodlight.readthedocs.io/en/latest/index.html
MIT License
59 stars 14 forks source link

Feature spatial metrics model #146

Open VellaRo opened 1 week ago

VellaRo commented 1 week ago

Added spatialMetricsModel with connvexhull plot (on pitch) and code to run an example.

draabe commented 1 week ago

Hi @VellaRo,

thanks for the feature addition.

Could you briefly explain how this PR differs from #79 ? That's also in the pipeline and quite ready, including convex hull models.

Also, please make sure to follow style conventions as described in the docs

Thanks!