Stops are not detect

Hello,

Ever since I added this filter - filter.distance, stops less than one hour is not detected by the system. What can cause this?

Anton Tananaev6 years ago

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?

Anton Tananaev6 years ago

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?

Anton Tananaev6 years ago

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.

Anton Tananaev6 years ago

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?

Anton Tananaev6 years ago

Test it.