tkrajina/gpxpy

Add course_between-Method for Track Points

Closed this issue · 0 comments

As described in the readme, the speed-attribute is not supported in GPX 1.1 anymore, I guess that's the same with the course-attribute. As for speed, there is a method speed_between() to calculate the speed between two points, is it possible to implement a similar method for the course between two points?