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

Add option to discard points with no altitude and/or velocity value #171

Open
chippieuk opened this issue Nov 19, 2024 · 1 comment
Open

Comments

@chippieuk
Copy link

I'm using Overland on iPhone to send location to a locally running instance of Dawarich. I'm noticing a number of incorrect points, where it seems to jump back to a previous location, then back on track again.

Images below indicate this.

Looking at the data recorded in Dawarich for the points, the incorrect ones never had an altitude or velocity value attahced to them (see images below first of a 'correct' point, then an 'incorrect one'. Is it possible for Overland to reject these erroneous points?

image

image

image

@aaronpk
Copy link
Owner

aaronpk commented Nov 29, 2024

I generally like to avoid dropping data in the app in favor of doing that kind of filtering on the server, but I realize that workflow doesn't work for everyone. It's a reasonable request to add an option to discard these kinds of points. These are usually locations that were obtained not through GPS but through wifi or cell tower positioning, there just isn't an actual indication in the iOS API of this other than noticing some fields are empty.

@aaronpk aaronpk changed the title Incorrect points recorded Add option to discard points with no altitude and/or velocity value Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants