Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deduce synthetic carry events for event providers which don't annotate them #379

Open
DriesDeprest opened this issue Dec 19, 2024 · 1 comment

Comments

@DriesDeprest
Copy link
Contributor

Some event providers, e.g. Stats Perform, do not annotate carry events. However, incorporating carry events can be valuable for downstream analysis.

Would it make sense to build some method for an EventDataset that lacks carry events, which contains logic that analyzes the stream of events and insert carry events at the appropriate points within the dataset?

@probberechts
Copy link
Contributor

Yes, this could be useful, but based on my experience with SPADL, it is not possible to achieve this with 100% reliability. This could be a helper method and/or option during the deserialization, but I would not do it by default during the deserialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants