RouteConverter Forum
Suggestion: include Hearth Rate graph - Printable Version

+- RouteConverter Forum (https://forum.routeconverter.com)
+-- Forum: Users (https://forum.routeconverter.com/forum-17.html)
+--- Forum: English: Discussions (https://forum.routeconverter.com/forum-12.html)
+--- Thread: Suggestion: include Hearth Rate graph (/thread-3083.html)

Pages: 1 2


Suggestion: include Hearth Rate graph - V.V.V. - 12.09.2020

Hello,
thank you very much for your work and for your program.
As I have commented other times on the forum I use it to prepare and to see my bike routes.
Recently I bought a GPS clock that records the routes and the heart rate. In the gpx file it appears like:
<trkpt lat="51.626823" lon="-5.75026">
                <ele>593.0</ele>
                <time>2020-09-12T10:59:05.000Z</time>
                <name>Position 1</name>
                <extensions>
                    <gpxtpx:TrackPointExtension>
                        <gpxtpx:hr>65</gpxtpx:hr>
                        <gpxtpx:speed>2.12</gpxtpx:speed>
                    </gpxtpx:TrackPointExtension>
                </extensions>
  </trkpt>

Would it be possible add to RouteConverter to read this Hearth Rate data and be seen on chart?
Nowadays, ther is another program to do this, GPXSee, but it is not as good as RouteConverter.

Thanks a lot.


RE: Suggestion: include Hearth Rate graph - routeconverter - 14.09.2020

(12.09.2020, 19:51)V.V.V. Wrote: Would it be possible add to RouteConverter to read this Hearth Rate data and be seen on chart?

So you're thinking of adding heart beat next to elevation and speed on the y-axis of the profile view?


RE: Suggestion: include Hearth Rate graph - V.V.V. - 17.09.2020

(14.09.2020, 18:22)routeconverter Wrote:
(12.09.2020, 19:51)V.V.V. Wrote: Would it be possible add to RouteConverter to read this Hearth Rate data and be seen on chart?

So you're thinking of adding heart beat next to elevation and speed on the y-axis of the profile view?

Exactly, that would be perfect.

Visually you could compare where you have done the most effort (hearth beat) and verify what difficulty (elevation and/or speed) it corresponds to in the route.

Thanks a lot.


RE: Suggestion: include Hearth Rate graph - routeconverter - 22.09.2020

Well, that's a lot of effort since it means to promote the heart beat to a "1st class citizen" for positions. Currently they're just additions to the TCX format.

Feel free to propose (lots of small) changes as Pull Requests to https://github.com/cpesch/RouteConverter/


RE: Suggestion: include Hearth Rate graph - routeconverter - 29.09.2020

First step: transfer extended sensor data between CSV, Excel, GPX and WGS84 formats
https://github.com/cpesch/RouteConverter/commit/caf560743a702685cb102b357e509305a3384bfa


RE: Suggestion: include Hearth Rate graph - routeconverter - 20.10.2020

Second step: Establish heart beat rate as an optional sensor information like temperature, pressure and speed
https://github.com/cpesch/RouteConverter/commit/0f44dd205cfe25dcf66e7b2ae5870e3961211c20


RE: Suggestion: include Hearth Rate graph - routeconverter - 29.10.2020

@V.V.V. did you see the new optional heart beat column in the latest prelease?


RE: Suggestion: include Hearth Rate graph - V.V.V. - 01.12.2020

(29.10.2020, 08:33)routeconverter Wrote: @V.V.V. did you see the new optional heart beat column in the latest prelease?

Yes, it work like a charm. Sorry for the delay in replying
I think you are humble considering this change as a minor version (prelease) increase.
Thank you very much.  Smile Big Grin Big Grin


RE: Suggestion: include Hearth Rate graph - routeconverter - 01.12.2020

(01.12.2020, 09:10)V.V.V. Wrote: Yes, it work like a charm. 

Great. Actually, it's part of the 2.29 release. So I guess the Pull Request https://github.com/cpesch/RouteConverter/pull/60 can be closed as this has already happened?

I guess the next step would be to extend the profile view with an option to display the heart beat. Do you have some good example files with heart beat information for me?


RE: Suggestion: include Hearth Rate graph - V.V.V. - 02.12.2020

Ok, you are right. Thank you.
I have attached an example with hearth rate (delete some points to have some anonymity  Tongue ).

BTW the program I use to convert the OMH/OMD to GPX files from the Decathlon Geonaute OnMove GPS watch is "OMX2GPX" made by Clement CORDE as FOSS. In the Souceforge link is the original source code and in the Discussion the corrected and compiled version for windows. Perhaps in future versions it could be included as a plugin for RouteConverter  Wink .