sehaas / gpstat

gpstat generates statistics of your gpx tracks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpstat

gpstat generates statistics of your gpx tracks.

Installing

git clone https://github.com/sehaas/gpstat.git
cd gpstat
npm install

Running

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

Versioning

1.0.0 Initial release

Authors

  • Sebastian Haas - Initial release - sehaas

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

gpstat generates statistics of your gpx tracks.

License:MIT License


Languages

Language:JavaScript 100.0%