GPXReport
Analyze gpx files and store summary in Sqlite database
...However, I was missing a simple tool to store summary information about a gpx track into a database to keep track of my training efforts. That's why I created GPXReport.
GPXReport is a desktop solution which is written in Java and should run on most computers. The program can read a gpx-file and calculate basics information such as:
- overall and moving time
- distance (km),
- average and max speed
- time, km uphill and downhill
It automatically classifies the acitvity as hiking, MTB or race bike. Each track information can be added to a Sqlite database. ...