Maproom / qmapshack

Consumer grade GIS software
GNU General Public License v3.0
290 stars 64 forks source link

Bike power in .tcx #566

Open ventoux84 opened 1 year ago

ventoux84 commented 1 year ago

Is your feature request related to a problem? Please describe.

My .tcx files from my smartphone contain values from Ant+ sensors like "Bike Power". When I open a .tcx track in Qmapshack, I don't see this information. It does not appear in the summary, nor in the possible graphs of this track.

Describe the solution you'd like

I would like see it in the summary of the track, and be able to display the graph.

Describe alternatives you've considered

I certainly forget to set a parameter, but which one?

Give a reason why someone else should spend time on that request

It is useful to analyze the progress of an outing

Additional context

<Trackpoint>
<Time>2022-11-13T14:05:03.000Z</Time>
<Position>
<LatitudeDegrees>xx.0484195</LatitudeDegrees>
<LongitudeDegrees>x.1268042</LongitudeDegrees>
</Position>
<AltitudeMeters>146.54</AltitudeMeters>
<Cadence>50</Cadence>
<Extensions><ns3:TPX>
<ns3:Watts>27.26</ns3:Watts>
<ns3:Speed>6.31</ns3:Speed>
</ns3:TPX></Extensions>
</Trackpoint>
wthaem commented 1 year ago

Did you check comboboxes in the "Graphs" tab of the track edit window? One of the combobox options should be "Cadence" (if your TCX file has the correct data structure). Selecting this option you get your graph. cadence

ventoux84 commented 1 year ago

Yes, i can see the graph "cadence", and also the speed. I shouldn't have mentioned those it is the one of power that is missing. <ns3:Watts>27.26</ns3:Watts>

You have an extract of the .tcx structure in the previous message. If it's not enough, i can send more. S-lection-20-54-43

runrun1234 commented 1 year ago

Hello guys, At that time when I added import/export TCX function I just had an HR belt and no power sensor then I dropped power ! But this is not difficult to add it to https://github.com/Maproom/qmapshack/blob/dev/src/qmapshack/gis/tcx/CTcxProject.cpp. A very good opportunity to step into QMapShack project !

kkarsten62 commented 1 year ago

Just for your Information:

I am using for cycling Garmin Edge 1000 with powermeter pedals from Favero Assioma. All works fine out of the box with Garmin FIT file format and QMS.

grafik