Joined
·
1,085 Posts
Is anyone aware of a utility that will translate trackpoints (likely in GPX format) by a set amount, i.e. add 10 meters to the elevation?
I have a number of tracks that I'd like to merge. I'm assuming the accuracy of each individual track (and can mostly prove it), so would like to adjust each to a common point.
I've found there are some Perl modules for reading/parsing/writing GPX data, so I could write my own, but I suspect I'd spend as much time figuring out how to get the modules installed on my Windows PC as I would coding up the transformation.
Potentially I could also use GPSBabel to convert to CSV, import into Excel, transform, then reverse ... in lieu of something else, that might be the quickest.
I have a number of tracks that I'd like to merge. I'm assuming the accuracy of each individual track (and can mostly prove it), so would like to adjust each to a common point.
I've found there are some Perl modules for reading/parsing/writing GPX data, so I could write my own, but I suspect I'd spend as much time figuring out how to get the modules installed on my Windows PC as I would coding up the transformation.
Potentially I could also use GPSBabel to convert to CSV, import into Excel, transform, then reverse ... in lieu of something else, that might be the quickest.