Skip to content

Commit 28444cd

Browse files
authored
Update RFC.md
1 parent 76293c1 commit 28444cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

RFC.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ This RFC proposes the creation of a `TrackingDataContainer`: a shared, standardi
66

77
The container combines high-performance, zero-copy data access with a rich metadata model, enabling efficient workflows, semantic column selection, and reproducibility. All packages in the ecosystem are expected to use this container as the primary I/O interface.
88

9-
Note: it should probably extend the `TrackingDataset` from kloppy.
10-
119
---
1210

1311
## Motivation
1412

15-
As tracking pipelines grow across football and other sports, the need for modularity, performance, and inter-package interoperability becomes critical.
13+
As tracking pipelines grow across football and other sports, the need for modularity, performance, and inter-package interoperability becomes critical. A growing number of open-source packages in football analytics are duplicating functionality across parsing, modeling, and data management. This [comparison spreadsheet](https://docs.google.com/spreadsheets/d/1sfkqxkmtmQkXmkHiuNz-kvBvTLL7UWpCHdLuxW4zAF4/edit?gid=0#gid=0) illustrates overlapping efforts across different research groups and tools. A shared container can reduce fragmentation and foster interoperability.
1614

1715
Current challenges:
1816

0 commit comments

Comments
 (0)