remisalmon / gpx-interpolate

Python function to interpolate GPX data using piecewise cubic Hermite splines
MIT License
49 stars 12 forks source link

Timestamps have no milliseconds so are the same #12

Closed jonathancolledge closed 3 years ago

jonathancolledge commented 3 years ago

Hi, if I interpolate with 1 metre points, the time between points is less than a second. This mean many timestamps are the same (they then get stripped out when I upload to a Kinomap, so I lose a lot of my elevation data (which I transfer from a LiDAR based map after interpolation). Is there a way of including the milliseconds in the timestamp please?

jonathancolledge commented 3 years ago

Oops, sorry, I see there are milliseconds! I must check where I lost them!