owntracks / frontend

🌍 Web interface for OwnTracks built with Vue.js
MIT License
354 stars 54 forks source link

Outlier filtering #34

Open linusg opened 4 years ago

linusg commented 4 years ago

I did, in fact, not take a trip into the River Thames.

image

We could do this by calculating the average speed between points for example, a sudden spike is an outlier. (great idea from @growse)

Not sure if this should be part of the recorder's API or just a frontend thing.

0xspade commented 2 years ago

This also happens to me, but we all know that this is a false positive, this also occurs in Traccar.

rrkarman commented 1 year ago

Would love to come up with a way to filter these outliers or possibly manually delete these from the dataset through the frontend interface. (I recently had one with a longitude of 0 (prime meridian) and an accuracy of 9 and I am in the US)

linusg commented 1 year ago

The recorder provides no API to delete locations, you'll have to do that manually or run a script on the .rec files.