Stops are not detect

Vladimir Dimitrow 7 years ago

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 Tananaev 7 years ago

Read documentation on how trips and stops are calculated. Your filter caused this.

Vladimir Dimitrow 7 years ago

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 Tananaev 7 years ago

You can use coordinates.filter, but it doesn't remove locations.

Vladimir Dimitrow 7 years ago

Excuse me, I did not understand. Would you explain a little more in detail?

Anton Tananaev 7 years ago

Have you read documentation? It explains how it works.

Vladimir Dimitrow 7 years ago

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 Tananaev 7 years ago

No, it cannot be achieved if you also want to get trips and stops.

Vladimir Dimitrow 7 years ago

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 Tananaev 7 years ago

Test it.