-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Sportec): support loading DFL Open Data (#365)
Adds support for loading 7 games of DFL event and tracking data. This dataset will be released with the following paper: "An integrated dataset of synchronized spatiotemporal and event data in elite soccer." by Bassek, M., Weber, H., Rein, R., & Memmert,D. (2024). --------- Co-authored-by: UnravelSports [JB] <[email protected]> Co-authored-by: Pieter Robberechts <[email protected]>
- Loading branch information
1 parent
f6db15f
commit 9a4bd13
Showing
2 changed files
with
162 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
from ._providers.sportec import load, load_event, load_tracking | ||
from ._providers.sportec import ( | ||
load, | ||
load_event, | ||
load_tracking, | ||
load_open_event_data, | ||
load_open_tracking_data, | ||
) |