xdef / tracklog

Tracklog is a Rails application for managing GPS track logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracklog

Tracklog is a Ruby on Rails application for managing GPS track logs. It’s based on Rails Edge and thus requires Ruby 1.9.

Features

  • Visualizing tracks on a Google Map
  • Track statistics like distance, duration, speeds, ascent etc.
  • Elevation profiles
  • Dashboard showing overall statistics
  • Graphs for last 12-month activity by distance and duration
  • GPX import and export
  • Basic user management

Screenshots

Logs Log

(Note: As Tracklog is under development, the screenshots may not always represent to current state.)

Installation

Because Tracklog is a standard Rails application, you can use your favourite deployment tools to install Tracklog on your server. To run it locally you’ll need to go through the following steps:

% bundle
% rake db:setup
% rails server
% open http://localhost:3000/

The default user is admin with the same password.

Todo

  • Filtering of inaccurate trackpoints (maybe using the Kalman filter)
  • GPS import using Garmin’s JavaScript API
  • KML import
  • Split GPX parsing and analyzing into a separate file/library

License

Tracklog is released under the MIT license.

Authors

Contributors

About

Tracklog is a Rails application for managing GPS track logs

License:MIT License