1. Abstract

Arrigo is Driblab's latest innovative solution, seamlessly integrating event and tracking data to offer a robust set of metrics. Purpose-built to enhance data-driven decision-making, Arrigo delivers deep insights into player actions, team dynamics, and strategic execution. Covering critical areas of gameplay Arrigo empowers teams to analyze real-time strategies, identify performance patterns, and make data-informed adjustments for optimized outcomes on the pitch.

2. Match Preprocessing

2.1.1 Data Retrieval

Tracking Data

Event Data

Offsets

2.1.2 Data Merging and Synchronization

The integration of tracking data with Wyscout events is achieved through a left join. In this process, the tracking JSONL data remains unaltered, while each event is matched and repeated for the duration it covers.

For example:

If an event lasts for several frames, it will be appended to each corresponding row in the tracking data for that duration. This approach ensures that tracking data aligns consistently with event occurrences, allowing a detailed, frame-by-frame analysis of actions relative to player movements.

# Tracking Event
1 tracking1 Event1
2 tracking2 Event1
3 tracking3
4 tracking4 Event2
5 tracking5
6 tracking6 Event3
7 tracking7 Event3
8 tracking8