export heart rate for activities without a GPX track e.g. indoor cycling #2049

Open
opened 2020-10-20 13:48:31 +00:00 by fluffyrsm · 1 comment

I was wondering if it would be possible to export the heart rate alone for activities that do not have a GPX track (such as indoor cycling). Maybe it is already done as the current version of GB shows HR as a function of elapsed time.

As suggested, we could use the existing GPX format and just put the data (steps, hr (if available), cadence) but no GPS (for software detected activities or recorded activities without GPS track).

I attach a sample of a file in GPX format for indoor cycling as recorded and sent by a proprietary app to Strava (all proprietary info has been removed and the file contain only some trackpoints with hr)

Thanks for your time.

I was wondering if it would be possible to export the heart rate alone for activities that do not have a GPX track (such as indoor cycling). Maybe it is already done as the current version of GB shows HR as a function of elapsed time. As suggested, we could use the existing GPX format and just put the data (steps, hr (if available), cadence) but no GPS (for software detected activities or recorded activities without GPS track). I attach a sample of a file in GPX format for indoor cycling as recorded and sent by a proprietary app to Strava (all proprietary info has been removed and the file contain only some trackpoints with hr) Thanks for your time.
vanous added the
activity post processing
label 2020-10-20 15:28:44 +00:00

Let me add my comment also here, so i can find it in the future:

It seems to me that we could use the existing GPX format and just put there data we have (steps, hr (if available) and no GPS (for software detected activities or recorded activities without GP track):

gpxtpx:hr92</gpxtpx:hr>
gpxtpx:cad120</gpxtpx:cad>

Or, we could use TCX - seems to have more extensive metadata section, but i haven’t explored this extensively, maybe GPX has this also...

Let me add my comment also here, so i can find it in the future: It seems to me that we could use the existing GPX format and just put there data we have (steps, hr (if available) and no GPS (for software detected activities or recorded activities without GP track): <gpxtpx:hr>92</gpxtpx:hr> <gpxtpx:cad>120</gpxtpx:cad> Or, we could use TCX - seems to have more extensive metadata section, but i haven’t explored this extensively, maybe GPX has this also...
vanous added the
help wanted
label 2020-11-20 06:58:33 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Freeyourgadget/Gadgetbridge#2049
There is no content yet.