-
Kloppy started as a library for handling soccer event and tracking in a standardized way. There are many providers for just this data.
With the release of klopp-queue we introduced a algorithm agno…
-
I was thinking about adding support for an `OWN_TEAM` `Orientation` which in the case for an `EventDataset` would behave the same as the `ACTION_EXECUTING_TEAM` `Orientation`, but in the case of a `Tr…
-
Event data does not have `ball_owning_team` set and therefore transform throw an exception when trying to transform to `BALL_OWNING_TEAM` orientation. Suspicion is this should work and `ball_owning_te…
-
It seems that a lot of basic information is missing in the docs, and it consists primarily of examples on how to get started.
I've had a brief discussion with @koenvo offline about this and he fig…
-
I wanted to ask what's up with synchronizing event and tracking data together, I saw that there was issues and even pull request for merging those data, but I can't find it in code. Is there any chanc…
-
On tracking datasets, `to_pandas `returns a DataFrame with a row per frame. To make further transformations it may be easier to work with a DataFrame with one row per frame per player.
So `to_panda…
-
I did some digging after getting confusing / inconsistent data for the target coordinates and angles.
The way the coordinates are extracted from the UART data is a bit complicated. First the data i…
-
Hello, Joris.
Quite interesting library you have here. I was taking a look around and found a misspell here:
file location: "examples/1_kloppy_gnn_train.ipynb"
Where the mistake is:
"6.3 B…
-
I've noticed a small bug in this PR. Kloppy allows specifying the data source as a `FileLike` object but now it only works with a `Path`. For example with a string:
```py
from kloppy…
-
Include the `freeze_frame` of Statsbomb 360 data.
This opens up the ability to use tracking data to add a freeze frame to event data. This does not include changes to to_pandas. Users can extract u…