OpenTracksApp / OpenTracks

OpenTracks is a sport tracking application that completely respects your privacy.
https://OpenTracksApp.com
Apache License 2.0
1.08k stars 190 forks source link

.gpx only shows heartrate dot in graph when there is simultaneous GPS coordinates after import into GC #1466

Closed awm0 closed 1 year ago

awm0 commented 1 year ago

OpenTracks 4.2.1 5132, Golden Cheetah 3.5 Appimage Steps for Reproduction: Record indoor Activity (e.g. rowing) in OpenTracks with GPS activated (don't know how to deactivate for indoor) using Polar H10 belt Tab "Plot by time" shows continuous heart rate graph throughout activity Screenshot_20230203_232447 Export to .gpx Import .gpx to GoldenCheetah Screenshot_20230203_231422 The heart rate graph (red) shows wide gaps Export to .csv (Import into GC not possible, no valid data error) 2023-01-07_11_58_59.508_2023-01-07T11_58Z.csv Spreadsheet in LibreOffice shows that heartrate values are present throughout the recording, The periods with plotted heartrate graph in GC correllate with the presence of GPS coordinates in .csv (and .gpx?!)

dennisguse commented 1 year ago

Sadly, the GPX standard doesn't support data without coordinates. So, OpenTracks ignores the intermediate data points if no coordinates are present.

This is support by KML though and OpenTracks exports all data points.

dennisguse commented 1 year ago

IIRC GoldenChetah doesn't support KML import, right?