-
Notifications
You must be signed in to change notification settings - Fork 22
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
GoldenCheetah OpenData Project compatibility #22
Comments
There is a python lib for working with osf too |
Thanks for pointing to the osfclient, that could provide a really seamless experience without having to download any files manually. Will look into it. |
I'd be really interested to get some thoughts on what kind of 'index' or 'metadata' we should generate to help folks navigate across what is likely to be a big bunch of zipfiles. .. but perhaps some of this work belongs in the OpenData project not sweatpy, so will add you and Maksym to that project too. |
I think there is already enough metadata: the name of the zip file matches the athlete id and the json contains enough information to do things like "get the latest activity" or "list the activities that contain power". |
OpenData repo is for tooling to work with the opendata files; python, R, js When/if there are hundreds of zip files you won't want to download and unzup them all .. some kind of index will help id athlete files that are relevant to your analysis e.g. cycling, have power and cadence, multi years... |
Clear.
True that. It might be useful to store a separate file with metadata in osf
or somewhere else. Maybe even in the OpenData repo?
On 5 Apr 2018 at 21:17, Mark Liversedge <[email protected]> wrote:
OpenData repo is for tooling to work with the opendata files; python, R, js
When/if there are hundreds of zip files you won't want to download and
unzup them all .. some kind of index will help id athlete files that are
relevant to your analysis e.g. cycling, have power and cadence, multi
years...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD4-vylmmE--pmttF_DDcBCk6h3_vdY2ks5tlm3JgaJpZM4TFKFj>
.
|
It would be nice if sweatpy supports working with data from the GoldenCheetah OpenData Project right out of the box. Probably could be a separate module in
sweat.io
, similar tosweat.io.strava
, andsweat.io.fit
.Resources:
https://osf.io/6hfpz/
https://github.com/GoldenCheetah/OpenData
The text was updated successfully, but these errors were encountered: