Convert gpx files to kml files, and clean trackpoints with Douglas Peucker algorythm
-
gem install gpx2kml
-
Go to path where you have GPX files.
gpx2kml -i [input GPX files] -i [output KML file] -e [epsylon float]
Example:
gpx2kml -i examples/test.gpx,examples/test-2.gpx -i test.kml -e 30e-5
Copyright (c) 2012 Shakaman. See LICENSE for further details.