trumpimar / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

TCX export should contain heart rate, if recorded #291

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Now that Zephyr HxM heart rate sensor and also ANT sensors are supported (as of 
1.1), it would be nice if we could export the tracks including heart rate info.

There is a related issue 224, regarding CSV.

For those using fitness-related sites which support Garmin import, TCX export 
of heart rate might be even more useful.

Original issue reported on code.google.com by marian.s...@gmail.com on 1 Feb 2011 at 10:18

GoogleCodeExporter commented 8 years ago
I've checked back and just saw that actually heart rate IS contained in the 
TrackPoint information in TCX exports.

        <Trackpoint>
          <Time>2011-02-01T08:36:09Z</Time>
          <Position>
            <LatitudeDegrees>50.952594</LatitudeDegrees>
            <LongitudeDegrees>6.899033</LongitudeDegrees>
          </Position>
          <AltitudeMeters>102.0</AltitudeMeters>
          <HeartRateBpm><Value>153</Value></HeartRateBpm>
        </Trackpoint>

This can be closed then.

Original comment by marian.s...@gmail.com on 2 Feb 2011 at 1:57

GoogleCodeExporter commented 8 years ago

Original comment by sandordo...@google.com on 2 Feb 2011 at 4:41