Metadata
kloppy.domain.Metadata
dataclass
Metadata for a dataset.
Metadata is additional information about the dataset that is not part of the actual data. It includes information about the teams, the pitch dimensions, the orientation, the provider, and more.
| ATTRIBUTE | DESCRIPTION |
|---|---|
game_id |
Game id of the game from the provider.
TYPE:
|
date |
Date of the game.
TYPE:
|
game_week |
Game week (or match day) of the game. It can also be the stage (ex: "8th Finals"), if the game is happening during a cup or a play-off.
TYPE:
|
periods |
List of
TYPE:
|
teams |
TYPE:
|
coordinate_system |
The coordinate system in which the data is provided.
TYPE:
|
pitch_dimensions |
The dimensions of the pitch.
TYPE:
|
orientation |
The attacking direction of each team.
TYPE:
|
flags |
Flags describing what optional data is available in the dataset.
TYPE:
|
provider |
The provider of the dataset.
TYPE:
|
score |
The final score of the match.
TYPE:
|
frame_rate |
The frame rate (in Hertz) at which the data was recorded. Only for tracking data.
TYPE:
|
attributes |
Additional metadata.
TYPE:
|