remisalmon / gpx-interpolate

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

[Feature requests] set/overwrite fake timestamps (fixed constant velocity; or time difference divided by fixed number of points) #19

Open Wikinaut opened 4 months ago

Wikinaut commented 4 months ago

For setting track data after words for uploading to Mapillary, I the script needs two further options regardiing the set up of timestamps.

When timestamps are missing, creating of reasonable timestamps is needed for some applications like Mapillary.

Further input parameters, which are needed, are then:

tl;dr:

anything which allow to assign reasonable timestamps to the interpolated track.

Wikinaut commented 3 months ago

fixed/implemented in my version (a fork) https://github.com/Wikinaut/gpx-interpolate