Skip to content

romasan/gpx2kml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpx2kml

Tool for convert GPX into KML

Use in terminal

$ npm i -g gpx2kml
$ gpx2kml my_first_track.gpx -o output.kml

or

$ cat my_first_track.gpx | gpx2kml > output.kml

Batch conversion

$ gpx2kml *.gpx

Use as package

import gpx2kml from 'gpx2kml';

const gpx_raw = `<?xml version="1.0" ... </gpx>`;
const kml_raw = gpx2kml(gpx_raw);

About

Tool for convert gpx into kml

Resources

Stars

Watchers

Forks

Packages

No packages published