Skip to content

VerticalOrientation

kloppy.domain.VerticalOrientation

Bases: Enum

The orientation of the y-axis in a CoordinateSystem.

ATTRIBUTE DESCRIPTION
TOP_TO_BOTTOM

The y coordinate increases from top to bottom of the pitch.

BOTTOM_TO_TOP

The y coordinate decreases from top to bottom of the pitch.

TOP_TO_BOTTOM class-attribute instance-attribute

TOP_TO_BOTTOM = 'top-to-bottom'

BOTTOM_TO_TOP class-attribute instance-attribute

BOTTOM_TO_TOP = 'bottom-to-top'