Skip to content

shakaman/gpx2kml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpx2kml

Genarate kml file from gpx files

Convert gpx files to kml files, and clean trackpoints with Douglas Peucker algorythm

How to use it

  1. gem install gpx2kml

  2. 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

  1. See result on google map

Copyright

Copyright (c) 2012 Shakaman. See LICENSE for further details.

About

Simple tool to convert gpx to kml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages