PySport / kloppy

kloppy: standardizing soccer tracking- and event data
https://kloppy.pysport.org
BSD 3-Clause "New" or "Revised" License
328 stars 55 forks source link

Remove duplicate Metrica set-piece events #264

Closed probberechts closed 6 months ago

probberechts commented 6 months ago

Metrica encodes set-pieces as two events. The first event defines the set-piece type (e.g., kick-off) and the second event defines the action type (e.g., pass). In Kloppy, these two events should be integrated in a single event.

Furthermore, I few small fixes and some refactoring: