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

support hdop and compass #9

Open
andrewharvey opened this issue Sep 3, 2020 · 6 comments
Open

support hdop and compass #9

andrewharvey opened this issue Sep 3, 2020 · 6 comments

Comments

@andrewharvey
Copy link

OSMTracker for Android will add a hdop and compass eg.

<trkpt lat="" lon="">
                                <ele>10</ele>
                                <time>2020-08-31T00:55:56Z</time>
                                <hdop>8.0</hdop>
                                <extensions>
                                        <speed>0.0</speed>
                                        <compass>206.067626953125</compass>
                                        <compass_accuracy>3.0</compass_accuracy>
                                </extensions>
                        </trkpt>

EXIF https://exiftool.org/TagNames/GPS.html supports GPSDOP and GPSImgDirection.

gpscorrelate should include these if found.

I'm not a C expert but I can give a PR a go, seems like most of the work is already there extracting ele.

@dfandrich
Copy link
Owner

dfandrich commented Sep 3, 2020 via email

@andrewharvey
Copy link
Author

The compass branch looks good, I just left one comment. It's more capable than I expected, supporting a range of different ways that the GPSImgDirection field could be set from many different kinds of GPX files. 👍

@dfandrich
Copy link
Owner

The compass support has been merged. HDOP is still not there.

@sikmir
Copy link

sikmir commented Feb 16, 2024

The compass support has been merged. HDOP is still not there.

Is there any plans for next release?)

@dfandrich
Copy link
Owner

dfandrich commented Feb 16, 2024 via email

@dfandrich
Copy link
Owner

Version 2.1 has been released with compass support.

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

3 participants