Read documentation on how trips and stops are calculated. Your filter caused this.
I got it! I understand that filtering the next position is a misunderstanding for the stops. But how can I do so at the same time to filter a distance (30m) and get up-to-date information about the stops?
You can use coordinates.filter
, but it doesn't remove locations.
Excuse me, I did not understand. Would you explain a little more in detail?
Have you read documentation? It explains how it works.
By filtering the distance, seeks to reduce the records in the database. If a use a filter that you have suggested, the reduce of db records can not be achieved.
No, it cannot be achieved if you also want to get trips and stops.
I wonder if I use together filter.distance
and report.trip.useIgnition
whether I can achieve what i want - reducing records in the database and receive real statistics of stops?
Test it.
Hello,
Ever since I added this filter - filter.distance, stops less than one hour is not detected by the system. What can cause this?