-
Notifications
You must be signed in to change notification settings - Fork 61
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
Updated docs #206
base: master
Are you sure you want to change the base?
Updated docs #206
Conversation
### DataFactory | ||
|
||
#### load | ||
`kloppy.kloppy._providers.datafactory.load(event_data, event_types=None, coordinates=None, event_factory=None)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to generate event-data.md
and tracking-data.md
from code? And if not, please make sure the function call looks like kloppy.datafactory.load
. We try to hide the _providers
module from the end-users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not generated from code. And yes, good point. I'll update that.
- [Metrica](#metrica) | ||
- [Opta](#opta) | ||
- [Sportec](#sportec) | ||
- [SportsCode](#sportscode) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SportsCode
isn't event data. It's a separate category.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you recon this category should be called?
The new structure looks good to me. |
@UnravelSports can you give a status update? |
Status update: I have not done any more work on this, unfortunately. |
Hi!
As per #205 I have made an initial attempt at improving some of the documentation. An overview of the changes are:
"coordinates"
including the pitch dimensions, origin and orientation.I'm creating this initial Pull Request to see if I'm on the right track and to potentially discuss how to segment the docs going forward.