remisalmon / gpx-interpolate

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

Timestamps Not Transposed - GPX format issue? #8

Open tcasalert opened 3 years ago

tcasalert commented 3 years ago

Hi,

Thanks for the fantastic script! It works really well, but having some issues with timestamps. It doesn't seem to pull my timestamps through from my GPX files, and just outputs the files without the timestamps. Is this anything to do with the timestamps not having the decimal at the end, or perhaps some other issue with my GPX format? Here's two files I've tried and the resulting output. Archive.zip

remisalmon commented 3 years ago

I cannot reproduce your issue with those GPX files. What version of gpxpy are you using?