BodyPartQualifier
Show/hide data providers
kloppy.domain.BodyPartQualifier
dataclass
Specifies the body part used to perform an action.
Attributes
| Name | Type | Description | Hudl StatsBomb | Stats Perform / Opta | Wyscout (v2) | Wyscout (v3) | DataFactory | Sportec Solutions | Metrica (JSON) |
|---|---|---|---|---|---|---|---|---|---|
| name | str |
"body_part" |
- | - | - | - | - | - | - |
| value | BodyPart |
The body part. | - | - | - | - | - | - | - |
| RIGHT_FOOT | Pass or Shot with right foot, save with right foot (for goalkeepers). | ||||||||
| LEFT_FOOT | Pass or Shot with left foot, save with left foot (for goalkeepers). | ||||||||
| HEAD | Pass or Shot with head, save with head (for goalkeepers). | ||||||||
| OTHER | Other body part (chest, back, etc.), for Pass and Shot. | ||||||||
| HEAD_OTHER | Pass or Shot with head or other body part. Only used when the data provider does not distinguish between HEAD and OTHER. | ||||||||
| BOTH_HANDS | Goalkeeper only. Save with both hands. | ||||||||
| CHEST | Goalkeeper only. Save with chest. | ||||||||
| LEFT_HAND | Goalkeeper only. Save with left hand. | ||||||||
| RIGHT_HAND | Goalkeeper only. Save with right hand. | ||||||||
| DROP_KICK | Pass is a keeper drop kick. | ||||||||
| KEEPER_ARM | Pass thrown from keepers hands. | ||||||||
| NO_TOUCH | Pass only. A player deliberately let the pass go past him instead of receiving it to deliver to a teammate behind him. (Also known as a "dummy"). |