From: robertl Date: Mon, 14 Feb 2011 16:57:35 +0000 (+0000) Subject: Tyler Ritchie contributes Land Air Sea format for GPS Tracking Key Pro. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~904 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e0d7941c221f186f9e5f953ecd46ef79c98f650;p=gpsbabel.git Tyler Ritchie contributes Land Air Sea format for GPS Tracking Key Pro. (Doc just roughed in for now.) --- diff --git a/gpsbabel/style/land_air_sea.style b/gpsbabel/style/land_air_sea.style new file mode 100644 index 000000000..a8eb992f0 --- /dev/null +++ b/gpsbabel/style/land_air_sea.style @@ -0,0 +1,24 @@ +# Format: GPS Tracking Key Pro text file +# Author: Tyler Ritchie +# Date: 2011.02.04 + +DESCRIPTION GPS Tracking Key Pro text +EXTENSION txt +ENCODING LATIN1 + +DATUM WGS 84 +DATATYPE TRACK +#File layout definitions + +FIELD_DELIMITER COMMA +RECORD_DELIMITER NEWLINE + +# Individual data fields in order of appearance + +IFIELD LOCAL_TIME,"","%m-%d-%Y" +IFIELD HMSG_TIME,"","%d:%d:%d" +IFIELD LAT_HUMAN_READABLE,"","%c %d°%d'%f\"" +IFIELD LON_HUMAN_READABLE,"","%c %d°%d'%f\"" +IFIELD PATH_SPEED_MPH,"","%.1fmph" +IFIELD IGNORE,"","%s" #This is the bearing data +IFIELD ALT_FEET,"","%dft" diff --git a/gpsbabel/xmldoc/formats/land_air_sea.xml b/gpsbabel/xmldoc/formats/land_air_sea.xml new file mode 100644 index 000000000..5140fa1a0 --- /dev/null +++ b/gpsbabel/xmldoc/formats/land_air_sea.xml @@ -0,0 +1,18 @@ + +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. +