BourgeoisLab / GPXLab

Program to show and manipulate GPS tracks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Clear all timestamps

robelix opened this issue · comments

Hi!
A feature I'd like to see in gpxlab: anonymize gpx tracks by clearing all timestamps.

I don't mind if it's an option in "set start time" or an "export anonymous gpx" or whatever.

What you need is gpsbabel:

$ gpsbabel -i gpx -f in.gpx -x track,faketime=f19700101000001+1 -o gpx -F out.gpx