You can use maxSpeed
filtering option.
Thanks :)
Please take a look at my config. Just guessing but because its not calculating speed the maxSpeed limit is ignored.
Here is an screenshot of filtered data:
https://ibb.co/fG8AD7
and my traccar.xml file:
<entry key='database.driver'>org.h2.Driver</entry>
<entry key='database.url'>jdbc:h2:./data/database</entry>
<entry key='database.user'>sa</entry>
<entry key='database.password'></entry>
<entry key='filter.maxSpeed'>19000</entry>
<entry key='distance.enable'>true</entry>
<entry key='processing.remoteAddress.enable'>true</entry>
<entry key='event.enable'>true</entry>
Did i miss something in the documentation? I didn't find anything about speed.
You need to enable filtering as well. Also, why is the max speed so high?
I found it in docs: "Filter records by Maximum Speed value in knots. Can be used to filter jumps to far locations even if they're marked as valid. Shouldn't be too low. Start testing with values at about 25000."
The filter.maxSpeed is also in knots?
Yes, it's in knots.
Thans, im a bit confused so asking for everything :) Correct me if i'm not getting this.
with maxSpeed we can filter out records with values of speed bigger than X.
Here is an example which i want to filter out http://ibb.co/hWSZO7
The distance is really big but speed is calculated as 0kn.
While normal driving the speed seems to be calculated correctly.
Can we do something with this?
For filtering speed is calculated based on the distance and time. It does not use speed value reported by the device.
Hi, still about once a day i have a the same problem. Please take a look at this screenshoot: http://ibb.co/npwUnc
So most of the fake values are filtered. filter.maxSpeed is set to 140. Its about 20km/h more than the car max speed.
Its not a critical problem but can we do something more with this?
Thanks :)
It looks like zero coordinates. There is a separate filter for that.
Ok, filter.zero enabled. But its not always that case: http://ibb.co/nrHoDH
Well, I don't know how to help you. It looks like your device has some serious issues.
Hi,
from time to time tracker sends wrong values. Its an tk103b (connected to port 5023)
This is an example of correct location:
here are few examples of wrong positions:
Values are set to zero or its an negative value of position. I'm ending on another side of globe :)
Can we somehow limit acceptable range to europe or ignore if jump is bigger than 1000km?
Thanks