petergardfjall / garminexport

Garmin Connect activity exporter and backup tool
Apache License 2.0
507 stars 83 forks source link

Can you access detailed data per activity? #66

Closed algerza closed 4 years ago

algerza commented 4 years ago

Is there any chance with this library to access all the detailed data per activity too? For example, if I'm running intervals, can I get all the stats per lap? Pace, distance, heart rate, elevation ... Thank you! @petergardfjall

leekirk1975 commented 4 years ago

One additional request. Would it be possible to add body battery and stress detailed data get request ?

petergardfjall commented 4 years ago

Is there any chance with this library to access all the detailed data per activity too? For example, if I'm running intervals, can I get all the stats per lap? Pace, distance, heart rate, elevation ... Thank you! @petergardfjall

Yes, intervals, laps etc can be found in the .tcx file. Go explore!

petergardfjall commented 4 years ago

One additional request. Would it be possible to add body battery and stress detailed data get request ?

I have no plans on adding anything besides raw data extraction. I believe that any derived statistics or data processing belongs in a complementary library (which could use garminexport to fetch activities).