Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export heartrate and other sensor data in the gpxtpx format #19453

Closed
Cubly opened this issue Apr 2, 2024 · 6 comments
Closed

Export heartrate and other sensor data in the gpxtpx format #19453

Cubly opened this issue Apr 2, 2024 · 6 comments

Comments

@Cubly
Copy link

Cubly commented Apr 2, 2024

Describe the idea (required)

Currently exported GPX files contain heartrate and speed in a 'osmand' tag, for example <osmand:hr:>85</osmand:hr>
It would be preferable if this data was tagged as standard with a gpxtpx tag, using heartrate as an example again <gpxtpx:hr>85</gpxtpx:hr>
This way the exported data would be readable by more applications by default, rather than being 'proprietary'.

I was slightly confused to discover this is the case as on the OsmAnd documentation, it does display the data is saved as such anyway: https://osmand.net/docs/technical/osmand-file-formats/osmand-gpx/#tags-name-for-sensor-data

(Unless I am missing some setting somewhere to change this)

Tell us about the expected behaviour (required)

GPX data exported as defined in the documentation https://osmand.net/docs/technical/osmand-file-formats/osmand-gpx/#tags-name-for-sensor-data

Tell us about alternatives you've considered (required)

No, it should be saved as standard

Context (optional)

No response

@dmpr0
Copy link
Contributor

dmpr0 commented Apr 3, 2024

Hi!
You need to use MenuSettingsExport to file, in this case: <gpxtpx:hr>, <gpxtpx:wtemp> and <gpxtpx:cad> will be stored as TrackPointExtension.
As I know there is no tag in gpxtpx for speed, so it will be stored in OsmAnd extension.
Available in OsmAnd 4.7

@Cubly
Copy link
Author

Cubly commented Apr 3, 2024

Hello, unfortunately exporting it in that fashion also has the osmand tags and not the gpxtpx tags.

This is Android 14, OSMAnd version 4.6.14.

@DmitryAlexei
Copy link
Contributor

@Cubly Available in OsmAnd 4.7

@Cubly
Copy link
Author

Cubly commented Apr 3, 2024

@DmitryAlexei Oh thanks, I thought they meant the speed tag specifically. When is that version being released?

@vshcherb
Copy link
Member

vshcherb commented Apr 3, 2024

Should be already in public in 4.7.4, 4.7.5 hopefully next week

@vshcherb vshcherb closed this as completed Apr 3, 2024
@Cubly
Copy link
Author

Cubly commented Apr 3, 2024

@vshcherb I can only download 4.6.14 from F-Droid?

Edit: Ah nevermind, I see you dont officially support F-Droid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants