Incorrect Locations
Some events are correctly located at one of the corners ([0, 0], [0, 68], [105, 0], [105, 68]), typically during corner kicks or rare actions near the corners. However, we discovered that some event types, which should never occur at these corners, such as goal kicks, also have these corner locations. We need to determine whether these corner locations are indeed incorrect or if the events genuinely start or end at the corner.
Events with incorrect locations
Grouping by event types and sub event types
The following (sub) event types have incorrect locations in either their start_x and start_y or end_x and end_y coordinates. Their locations have been replaced with [NA, NA] or one of the corner coordinates: [0, 0], [0, 68], [105, 0], [105, 68].
References
- A public data set of spatio-temporal match events in soccer competitions (https://www.nature.com/articles/s41597-019-0247-7)
- Metadata record for: A public data set of spatio-temporal match events in soccer competitions (https://springernature.figshare.com/articles/dataset/Metadata_record_for_A_public_data_set_of_spatio-temporal_match_events_in_soccer_competitions/9711164)