Possible to reject points with Accuracy -1? #478
|
Sometimes I do have a bad GPS quality which leads to old/wrong points landing in the database. These points all have in common that they do not have an Speed nor Altitude but only an Accuracy of -1. I use Overland and with that I can set an maximum accuracy so that points with an Accuracy >100m are rejected. Is there a possibility to do that to points that do not have an accuracy at all? Best wishes |
Answered by
tess1o
Jun 13, 2026
Replies: 1 comment 1 reply
|
Hello, We have It was implemented in version Let me know if you have |
1 reply
Answer selected by
timkolloch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
https://tess1o.github.io/geopulse/docs/getting-started/deployment/environment-variables#gps-filtering-and-deduplication-7
We have
GEOPULSE_GPS_FILTER_NEGATIVE_ACCURACY_ENABLEDwhich istrueby default. So it should reject GPS points with accuracy < 0.It was implemented in version
1.28.0as a part of #451Let me know if you have
1.28.0or later version and you still see GPS points with negative accuracy.