Skip to content

AamirVakeel/ExcelToGpxConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXCEL TO GPX GENERATOR

This code is used to generate a GPX file from an excel format file. Excel format file should have 3 values

  1. gpslat
  2. gpslong
  3. gpstime

Here gpslat and gpslong are used to plot the path, while gpstime is a way to sort the gps coordinates in case you recieve a random sorted one.

How to run it

1 => run npm i

2 => set inputFilePath variable in convertToGpx.js file

3 => run node convertToGpx.js

4 => find the gpx file in the same directory with same name but .gpx extension.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published