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, Original Repo
We took it and updated its jsdom, modified for our needs
Removed everything except wpt (Waypoints) as thats all we need.