Signality
kloppy.signality
load
Load and deserialize tracking data from multiple input files.
PARAMETER | DESCRIPTION |
---|---|
meta_data
|
json feed containing metadata information of the game.
TYPE:
|
raw_data_feeds
|
json feeds containing raw tracking data feeds.
TYPE:
|
venue_information
|
json feed containing venue information where the game was played.
TYPE:
|
sample_rate
|
Sampling rate to be applied during deserialization (default: None).
TYPE:
|
limit
|
Limit on the number of frames to process (default: None).
TYPE:
|
coordinates
|
Coordinate system to use for deserialization (default: None).
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
TrackingDataset
|
A deserialized tracking dataset object.
TYPE:
|