Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hifly81/bikedump
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.
https://github.com/hifly81/bikedump
biking-applications bing cycling extract-stats gpx java map mountain-bike openstreetmap routes statistics workouts
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hifly81/bikedump
- Owner: hifly81
- Created: 2014-01-26T22:39:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:58:26.000Z (3 months ago)
- Last Synced: 2024-10-17T10:27:13.523Z (2 months ago)
- Topics: biking-applications, bing, cycling, extract-stats, gpx, java, map, mountain-bike, openstreetmap, routes, statistics, workouts
- Language: Java
- Homepage:
- Size: 38.6 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE/Apache 2.0/LICENSE
Awesome Lists containing this project
README
# Bike Dump
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.
## Screenshots
## Prerequisites
java >= 11 (11, 17 and 21 tested)
## How to use
Run Bike Dump:
```
java -jar dist/bikedump-0.2.4-release.jar
```## How to Compile
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
```## External libraries: LICENSE
Bike Dump uses these external libraries:
| Library | Link | License |
|------------------|------------------------------------------------------|---------------------------------------------------------------------|
| sunrisesunsetlib | https://github.com/mikereedell/sunrisesunsetlib-java | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| jmapviewer | http://wiki.openstreetmap.org/wiki/JMapViewer | [GPL](https://www.gnu.org/licenses/gpl-3.0.html) | | [MIT](https://opensource.org/licenses/MIT) |
| kyro | https://github.com/EsotericSoftware/kryo | [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause) |
| ormlite-core | https://github.com/j256/ormlite-core | [ISC](https://opensource.org/licenses/ISC) |
| JFreeChart | https://github.com/jfree/jfreechart | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |For additional details see:
[NOTICE file](LICENSE/NOTICE.md)