gpstat
generates statistics of your gpx
tracks.
git clone https://github.com/sehaas/gpstat.git
cd gpstat
npm install
Place your track in the gpx
folder and start the tool
npm start
Sample output
> gpstat@1.0.0 start /home/user/gpstat
> node gpstat.js
Distance: 1,968,759.243m
EL gain: 14,907.96m
EL loss: 14,216.286m
Tracks: 137
1.0.0 Initial release
- Sebastian Haas - Initial release - sehaas
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details