-
Notifications
You must be signed in to change notification settings - Fork 156
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
Getting time for each length in swimming #151
Comments
If that data doesn't come from laps, then I'm not sure what it comes from. Can you give me some example data? Screen capture of what Garmin connect shows and the FIT file that goes with it? |
My main interest is how to get these blue bar plots. I'm not familiar with how to obtain them from the FIT file, or whether they are saved in the FIT files at all. Garmin Connect -> Export Splits CSV: activity_details: activity: |
Everything in Garmin Connect should be coming from the FIT file for the activity. For the blue bar, Pace, the average value is the average pace for the whole activity. The instantaneous values in the blue bar graph come from the speed field of the activity records. garmindb has conversion function to go from speed to pace. If you view you activity records table and filter on activity_id == 8352829530, do the records look like the splits? |
|
You need to look at the activity_records table with a tool like "SQLite browser like SQLite Studio or DB Browser for SQLite" as described on the GarminDb project page. Or you could extend the Jupyter notebook activity.ipynb to show them. |
Is there any way to get the time of each length (not each lap) from swimming activities? This is something I can download from the Garmin Connect website.
The text was updated successfully, but these errors were encountered: