This code is used to generate a GPX file from an excel format file. Excel format file should have 3 values
- gpslat
- gpslong
- 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.
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.