Simplification / optimization of GPS track

后端 未结 10 2080
[愿得一人]
[愿得一人] 2020-12-13 11:38

I\'ve got a GPS track produced by gpxlogger(1) (supplied as a client for gpsd). GPS receiver updates its coordinates every 1 second, gpxlogger\'s logic is very

10条回答
  •  無奈伤痛
    2020-12-13 12:19

    I guess you need to keep points where you change direction. If you split your track into the set of intervals of constant direction, you can leave only boundary points of these intervals.
    And, as Raedwald pointed out, you'll want to leave points where your acceleration is not zero.

提交回复
热议问题