Skip to content

Instantly share code, notes, and snippets.

@tylerritchie
Created February 12, 2011 19:29
Show Gist options
  • Save tylerritchie/824027 to your computer and use it in GitHub Desktop.
Save tylerritchie/824027 to your computer and use it in GitHub Desktop.
Documentation for GPS Tracking Key Pro GPSBabel style file

GPS Tracking Key Pro from Land Air Sea, text format (.txt)

This format can...

  • Read tracks

Read-only support for the text format exported by Land Air Sea's (Windows only) Past-Track software. This may also work for importing text formatted files from Victoria GPS Tracking, GPS Tracking Key and Land Air Sea's other devices.

Implementation

The text format of the GPS Tracking Key Pro contains one route coordinate per line and is of the format:

01-24-2011,09:12:30,N 48°51'57.9738",W 123°11'48.1354",20.5mph,83.8°,357ft

GPS Babel style file correctly imports all data except for bearing (which is un-needed). Since there is no way to create waypoints or routes on the device itself, the text file is read in as one large track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment