Problem with Merging Metadata and Tracking Data from Tracab #352
-
|
I encountered an issue with the code indicating that the element is missing in the metadata file. I downloaded the data from Tracab, but unfortunately, the element seems to be absent from the Tracab metadata. Here is the code I used: from kloppy import tracab dataset = tracab.load( ) Because this is a test dataset the output contains some garbagedataset.to_df().head() Below is a screenshot of the metadata file for your reference: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I had a quick look, but is there any chance you can share the meta data file as an XML with as little modification as possible? (It's fine if you want to anonymize it etc). Because looking at the meta_data parser we're looking for the So, then it would be very helpful if you could share the actual XML so we can build a parser for the new version of the meta data too. @JanVanHaaren @koenvossen @probberechts thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your prompt response. I have included the metadata attachment in the zip file. @UnravelSports |
Beta Was this translation helpful? Give feedback.
-
|
@impact-data I've created a PR to fix this here: #353 |
Beta Was this translation helpful? Give feedback.


@impact-data I've created a PR to fix this here: #353