mahaseel-gpxparser
Version:
18 lines (10 loc) • 702 B
Markdown

# GPXParser.js
 
_GPXParser.js_ is a lightweight JS library which parses .gpx files and get or compute various datas like
- GPX metadata
- total and cumulate distances
- min, max, average, positive and negative height différence
It is created by [Lucas](https://github.com/Luuka), [Original Repo](https://github.com/Luuka/GPXParser.js)
We took it and updated its jsdom, modified for our needs
Removed everything except wpt (Waypoints) as thats all we need.