User talk:DerKuchen
Jump to navigation
Jump to search
GPX editing tools
I recently coded two console applications to 'edit' gpx files:
Merge Tool
This console application takes all gpx-files in its directory, extracts all <trkseg>'s and <wpt>'s from them and merges them in a new .gpx-file.
download Merge Tool
Anonymize Tool
This console application asks you to enter an amount of days and then creates an anonymized copy of each gpx-file in its directory. Each file (every timestamp in it) will be shifted by a random timespan (days, hours, minutes, seconds) between - and + the entered amount of days.
download Anonymize Tool
If you're experiencing any problems, have questions or a request for another tool please comment and or contact me :) --DerKuchen 11:47, 23 June 2011 (BST)