progweb / gpx2video

Creating video with telemetry overlay from GPX data
GNU General Public License v3.0
186 stars 10 forks source link

GPS coordinate filtering #10

Closed Ran-snow closed 2 years ago

Ran-snow commented 2 years ago

When i use gpx2video , i find a scene that a part of gps coordinate isn't inaccurate。 Can you filter it out according to certain rules?

progweb commented 2 years ago

Hi,

Today, there isn't gps waypoint filter. In waiting, other tools can filter and smooth gpx files. In futur, gpx2video should be able to filter bad gpx waypoints, but not a segment. Only few points. It should be able to smooth the track and interpolate some points.

That's why I have started to add filter (as kalman) and csv export. But need work again !

Ran-snow commented 2 years ago

ok .