dittaeva / average-tracks

R script to make an average GPS / georeferenced track by combining/merging two or more into a “line of best fit”
http://wiki.openstreetmap.org/wiki/average_tracks
20 stars 2 forks source link

Handle partial tracks #8

Open dittaeva opened 13 years ago

dittaeva commented 13 years ago

Say for example you have tracks from a mountain hike; two tracks have point all the way from the beginning, including the tracks going to the top of the mountain, one tracks (the one with the most points) only covers the part on the mountain.

The resulting average track should then be an average of the two scripts for the beginning, and all three for the last part.