Filter data

Francesco4 years ago

Hi all,
sometimes Traccar sees me in an X position and immediately after, in a Y position several hundred meters away. This problem makes it impossible to have a clearly legible path layout.

I would like to understand how to best set these parameters by having to track people who walk, not in the car.
I would like if after a few seconds for the GPS I am 500m away from the last data, this will be discarded.

The client sends an update every 5 seconds.

Sorry for my bad english....

<entry key='filter.enable'>true</entry>
<entry key='filter.distance'>5</entry>
<entry key='filter.zero'>true</entry>	
<entry key='filter.invalid'>true</entry>
<entry key='filter.future'>120</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='filter.skipLimit'>10</entry>
    
<entry key='coordinates.filter'>true</entry> 
<entry key='coordinates.minError'>5</entry>
<entry key='coordinates.maxError'>50</entry>
Francesco4 years ago

Description text

Slawek4 years ago

try to add:

<entry key='filter.maxSpeed'>500</entry>
<entry key='filter.accuracy'>40</entry>
<entry key='event.motion.speedThreshold'>1.11</entry>