Skip to content

Ground

kloppy.domain.Ground

Bases: Enum

Whether a team is playing at home or away.

ATTRIBUTE DESCRIPTION
HOME

The team is playing at home.

TYPE: Ground

AWAY

The team is playing away.

TYPE: Ground

REFEREE

Referee (could be used in tracking data).

TYPE: Ground

HOME class-attribute instance-attribute

HOME = 'home'

AWAY class-attribute instance-attribute

AWAY = 'away'

REFEREE class-attribute instance-attribute

REFEREE = 'referee'