GithubHelp home page GithubHelp logo

lightblueseas / jrunalyzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pfichtner/jrunalyzer

0.0 5.0 0.0 2.58 MB

GPX file manager and viewer

License: Apache License 2.0

Java 99.40% XSLT 0.60%

jrunalyzer's Introduction

jrunalayzer Build Status

JRunalayzer is a FAT-Client DockingFrame based Swing application for managing and displaying GPX files. GPX files can be imported using the application itselfs or alternativly placed directly in the $HOME/gpx directory.

Why no Web-based application? I disliked the idea that I lose control over my GPX files: Less the thought that the files contain sensitive data but more not to know if it's possible to retrieve the uploaded data months later as GPX files again.

Download

You can download the latest release from github's release page: latest JRunalayzer release

How to run it

The JAR is a runnable JAR so you can just double click it. Alternativly you can call it on the command line and pass additionally arguments to the VM (see [Tips & tricks](#Tips & tricks)):

java jrunalayzer-vX.X.X.jar

Features

  • Show all tracks as list and/or as calendar entries
  • Map based visualization of tracks
  • Visualization of track data such as profile, duration, distance and many other statistics
  • Segment track(s) based on distances and/or durations including visualization of the segment statistics
  • Highlight parts of track(s) based on distances and durations (e.g. fastest 400m or greatest distance covered within 12 minutes)
  • Overlay multiple tracks (also possible when they are segmented)
  • Auto-detection of similar tracks
  • Waypoint support (waypoints found in the GPX are displayed when the track gets loaded)
  • Common waypoint support (waypoints defined in $HOME/gpx/common.wpts will be shown on all tracks)
  • Overall statistics showing aggregated statistics such as overall distance, duration, longest track, longest break, most active month/year and many more

JRunalayzer Screenshot 1 JRunalayzer with calendar, track list, and statistics

JRunalayzer Screenshot 2 JRunalayzer with calendar, profile, and statistics

JRunalayzer Screenshot 3 JRunalayzer showing the comparison view and three segmented (by time) tracks overlayed

JRunalayzer Screenshot 4 JRunalayzer showing the comparison view and three segmented (by time) tracks overlayed

JRunalayzer Screenshot 5 JRunalayzer showing the segment view and three segmented (by distance) tracks overlayed

Tips & tricks

  • If you'd like to use Nimbus L&F but it's not the default L&F of you VM you can pass -Dswing.defaultlaf=com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel when running the JAR
  • If your computer is behind a firewall you can pass java the environment variables http.proxyHost and http.proxyPort, e.g. -Dhttp.proxyHost=proxy.foo.bar -Dhttp.proxyPort=8080
  • When closing JRunalayzer stores the layout of the dock in your $HOME directory ($HOME/.jrunalyser/) and restores the layout upon next start. If you like to start with the default layout just delete the content of the directory or the whole directory

Current limitations

  • Calendar plugin uses hard coded icon displaying all tracks as type "running"
  • Only file based datasource provided (files places in $HOME/gpx)
  • All statistic data is calculated at runtime on each startup (cached on disc)

Plugins

JRunalayzer itself is just the Dock without any content. All views shown inside are implemented as plugins. JRunalayzer comes with the following base plugins:

  • Calendar plugin: Shows tracks in a calendar view
  • Map plugin: Show track(s) on a map (OSM/OpenStreetMap)
  • Profile plugin: Show elevation, speed and grade as chart
  • Statistic plugin: Show statistics of actual loaded track
  • Overall statistic plugin: Show statistics of all known tracks
  • Tracklist plugin: Show all known tracks as list including some statistics
  • Track compare plugin: List tracks that are similar to the actual loaded track including some statistics
  • Lap info plugin: Show statictis of the track's segments (when track is segmented)

Technical features

  • Platform independent (pure Java), runs on all Java supported platforms
  • Scalable: Takes advantage of running on a multicore (CPU) machine
  • Plugin/module concept (very easy to write your own plugin)
  • Architecture: No frame (plugin/module) does depend on any other frame (plugin/module) (* some plugins softly depend on messages sent by other plugins)
  • Full i18n support
  • All classes for doing calculation/statistics reside in a separate non-UI module so ths JAR can be used in several environmens (UI, batch processing, Web, ...)

Plans

  • Migrate to Spring/OSGi
  • Let JRunalayzer become a community-driven application on the subject of GPX track visualization

License

Copyright 2012-2014 Peter Fichtner - Released under the Apache 2.0 license

jrunalyzer's People

Contributors

signed avatar

Watchers

James Cloos avatar Asterios Raptis avatar James Phelps avatar Leonardo da Sogno avatar Tatjana Kopalova avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.