You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a ticket to design the package which should take care about the IO of cycling/sports file.
Currently:
sweatpy allows to read data from GoldenCheetah and Strava;
scikit-cycling allows to read fit file.
IMHO, I think that we should make an imageio like package.
Basically the feature would be:
Each file format is supported by implementing a plugin.
Each file format can actually be calling external library which are optional dependency.
We need to agree on the way to read and output data.
I would think that a single function read_activity() should be the entry point. We might want to have a read_activities() which can call read_activity() and might make some smart filtering.
This is a ticket to design the package which should take care about the IO of cycling/sports file.
Currently:
sweatpy
allows to read data from GoldenCheetah and Strava;scikit-cycling
allows to read fit file.IMHO, I think that we should make an
imageio
like package.Basically the feature would be:
We need to agree on the way to read and output data.
I would think that a single function
read_activity()
should be the entry point. We might want to have aread_activities()
which can callread_activity()
and might make some smart filtering.The output need to be a pandas dataframe. I think that the current
scikit-cycling
API and output is good there: https://scikit-sports.readthedocs.io/en/latest/reader.htmlThe text was updated successfully, but these errors were encountered: