You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: