Hello,
It seems the gpxtpx:watts is the most standard field for storing the power output within GPX files.
Example:
<trkseg>
<trkpt lat="50.8497930" lon="4.5850920">
<ele>24.8</ele>
<time>2025-06-23T18:44:50Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:atemp>23</gpxtpx:atemp>
<gpxtpx:watts>None</gpxtpx:watts>
<gpxtpx:cad>87</gpxtpx:cad>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
I have these stored in my GPX files but GpxPod does not display/graph the values - I can also not select it from the Extensions dropdown like I can do for cad and atemp values.
Hello,
It seems the
gpxtpx:wattsis the most standard field for storing the power output within GPX files.Example:
I have these stored in my GPX files but GpxPod does not display/graph the values - I can also not select it from the Extensions dropdown like I can do for
cadandatempvalues.