-
Before 3.16.0, in the Opta Parser specifically, `PLAYER_ON` and `PLAYER_OFF` are used to describe a substitution with these two individual events.
In (currently officially not yet released) version…
-
GPS tracking data is an important data source. Kloppy should be able to handle and distinguish GPS tracking data.
-
**Expected goals**
By adding an optional `xg` attribute to our `ShotEvent` class, we can support the widely used expected goal property in kloppy. This property could be fed by the raw input data dur…
-
While using events data for the 2019-2020 Bundesliga Season. I ran into an error while loading in the Sportec data. This problem does not occur for 2020-2021 season's data.
Example code:
```
fro…
-
In a step to further standardize the output of kloppy's `Dataset`, I propose to create a `PositionType` Enum class, containing the different possible position types on a football pitch, commonly used …
-
Although a bit late, I see a few issues wrt the recently merged PR #242 by @DriesDeprest.
First, the PR incorporates the Opta "Challenge" event in the kloppy `DuelEvent`. This changes the definitio…
-
Right now the metrica event json serializer only adds SetPieceQualifier to the kloppy event. BodyPartQualifier and PassQualifier are not included.
For the BodyPartQualifier the way I see it, the d…
-
Is there any plan to add Hawk-Eye Innovations tracking data?
-
I noticed that the team / opponent team object in the events of Wyscout v3 event data, doesn't always have a formation where the total amount of players summed up equals to 11. For example, I've seen …
-
There is a need to match the time of an event with the time within the tracking data, I am trying to implement a way this can be done accurately to remove the error syncing the datasets (opta,tracab).…