Bike Dump is a Java GUI that can be used to manage and extract stats from GPX 1.0, GPX 1.1 and TCX 2 activities from your cycling/mountain biking workouts.
It also offers graphs and history stats.
java >= 11 (11, 17 and 21 tested)
Run Bike Dump:
java -jar dist/bikedump-0.2.4-release.jar
Before compiling add the libraries to maven repo:
cd dist
sh install-libs.sh
Compile with Apache Maven:
mvn clean compile
Create an executable jar with Apache Maven:
mvn clean package
Run Bike Dump:
java -jar target/bikedump-0.2.4-release.jar
Bike Dump uses these external libraries:
Library | Link | License |
---|---|---|
sunrisesunsetlib | https://github.com/mikereedell/sunrisesunsetlib-java | Apache 2.0 |
jmapviewer | http://wiki.openstreetmap.org/wiki/JMapViewer | GPL |
kyro | https://github.com/EsotericSoftware/kryo | BSD-3-Clause |
ormlite-core | https://github.com/j256/ormlite-core | ISC |
JFreeChart | https://github.com/jfree/jfreechart | LGPL-2.1 |
For additional details see: NOTICE file