PassQualifier
Show/hide data providers
kloppy.domain.PassQualifier
dataclass
Specifies the pass type.
Attributes
| Name | Type | Description | Hudl StatsBomb | Stats Perform / Opta | Wyscout (v2) | Wyscout (v3) | DataFactory | Sportec Solutions | Metrica (JSON) |
|---|---|---|---|---|---|---|---|---|---|
| name | str |
"pass" |
- | - | - | - | - | - | - |
| value | PassType |
The pass type. | - | - | - | - | - | - | - |
| CROSS | A ball played in from wide areas into the box. | ||||||||
| HAND_PASS | A pass given with a player’s hand. | ||||||||
| HEAD_PASS | A pass given with a player's head. | ||||||||
| HIGH_PASS | A pass that goes above shoulder level at peak height. | ||||||||
| LAUNCH | A long forward pass that does not appear to have a specific target. | ||||||||
| SIMPLE_PASS | A standard pass without complex maneuvers. | ||||||||
| SMART_PASS | A creative and penetrative pass attempting to break defensive lines. | ||||||||
| LONG_BALL | A pass that travels at least 32 meters. | ||||||||
| THROUGH_BALL | A pass played into space behind the defense. | ||||||||
| CHIPPED_PASS | A pass lifted into the air. | ||||||||
| FLICK_ON | A pass where a player 'flicks' the ball on towards a teammate using their head. | ||||||||
| ASSIST | A pass leading directly to a goal. | ||||||||
| ASSIST_2ND | A pass leading to another pass which then leads to a goal. | ||||||||
| SWITCH_OF_PLAY | Any pass which crosses the centre zone of the pitch and in length travels more than 50% of the width of the pitch. |