Search found 4 matches
- Fri Nov 15, 2024 7:41 am
- Forum: Help with Combine FIT, GPX, CSV, or TCX files for Strava Upload Tool
- Topic: Additional data - pulse, temperature
- Replies: 7
- Views: 169
Re: Additional data - pulse, temperature
The source GPX file itself is original from the watch, and I only add temperature data to it. I have already corrected the errors and I get the correct fit file with complete data. Now I just have to sign the power measurement. Strava generates the supposed power itself, but without the possibility ...
- Sun Nov 10, 2024 7:12 pm
- Forum: Help with Combine FIT, GPX, CSV, or TCX files for Strava Upload Tool
- Topic: Additional data - pulse, temperature
- Replies: 7
- Views: 169
Re: Additional data - pulse, temperature
The data is from the AmazFit watch, which records the heart rate but does not record temperature data. It generates this itself in Python. I modified Python to add HR and atemp in a single extension (this is probably in accordance with the GPX standard?) but still after saving to Fit this data ...
- Sun Nov 10, 2024 2:40 pm
- Forum: Help with Combine FIT, GPX, CSV, or TCX files for Strava Upload Tool
- Topic: Additional data - pulse, temperature
- Replies: 7
- Views: 169
Re: Additional data - pulse, temperature
My GPX: <trkpt lat="54.331373" lon="18.601743"> <ele>71.664035</ele> <time>2024-11-09T07:40:36.557000Z</time> <extensions> <extensions> <gpxtpx:TrackPointExtension> <gpxtpx:hr>92</gpxtpx:hr> <gpxtpx:atemp>4</gpxtpx:atemp> </gpxtpx:TrackPointExtension> </extensions> </extensions> </trkpt> After ...
- Sun Nov 10, 2024 11:14 am
- Forum: Help with Combine FIT, GPX, CSV, or TCX files for Strava Upload Tool
- Topic: Additional data - pulse, temperature
- Replies: 7
- Views: 169
Additional data - pulse, temperature
I have pulses and temperature data in the GPX file. But when GPX conversion to FIT, this data is lost. Only the route and time remains, without things saved in the field for extensions. Do you have to mark something in the conversion so as not to lose additional data? Even when it saves GPX as GPX ...