1# Fake gpsbabel for testing
2
3use strict;
4use warnings;
5use Data::Dumper;
6
7$| = 1;
8
9my %response = ();
10my $name     = undef;
11while ( <DATA> ) {
12  chomp;
13  next if /^\s*$/;
14  if ( /^!(\S+)/ ) {
15    $name = $1;
16  }
17  elsif ( defined $name ) {
18    s/\\t/\t/g;
19    $response{$name} .= "$_\n";
20  }
21}
22
23#warn join( ' ', @ARGV ), "\n";
24my $dump = shift;
25my $verb = shift;
26defined( my $exit = shift )
27 or die "fake-babel <dump file> <verb> <exit_code> <babel args>\n";
28
29# Dump our args where the test can find them
30open my $dh, '>', $dump or die "Can't write $dump\n";
31print $dh Data::Dumper->Dump( [ \@ARGV ], ['$args'] );
32close $dh;
33
34my %personality = (
35  'bork' => sub {
36  },
37  '1.2.5' => sub {
38    if ( $ARGV[0] eq '-V' ) {
39      print "\nGPSBabel Version 1.2.5\n\n";
40    }
41  },
42  '1.3.0' => sub {
43    if ( $ARGV[0] eq '-V' ) {
44      print "\nGPSBabel Version 1.3.0\n\n";
45    }
46    elsif ( $ARGV[0] eq '-%1' ) {
47      print $response{filters};
48    }
49    elsif ( $ARGV[0] eq '-^3' ) {
50      print $response{formats};
51    }
52  },
53  '1.3.3' => sub {
54    if ( $ARGV[0] eq '-V' ) {
55      print "\nGPSBabel Version 1.3.3 -beta20061125\n\n";
56    }
57    elsif ( $ARGV[0] eq '-%1' ) {
58      print $response{filters};
59    }
60    elsif ( $ARGV[0] eq '-^3' ) {
61      print $response{formats};
62    }
63  },
64  '1.3.5' => sub {
65    if ( $ARGV[0] eq '-V' ) {
66      print "\nGPSBabel Version 1.3.5-beta20070807\n\n";
67    }
68    elsif ( $ARGV[0] eq '-%1' ) {
69      print $response{filters135};
70    }
71    elsif ( $ARGV[0] eq '-^3' ) {
72      print $response{formats135};
73    }
74  },
75);
76
77my $action = $personality{$verb} or die "Verb $verb not known\n";
78$action->();
79exit $exit;
80
81__DATA__
82
83!formats
84
85internal\trw----\txcsv\t\t? Character Separated Values\txcsv
86option\txcsv\tstyle\tFull path to XCSV style file\tfile\t\t\t
87option\txcsv\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
88option\txcsv\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
89option\txcsv\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
90option\txcsv\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
91option\txcsv\turlbase\tBasename prepended to URL on output\tstring\t\t\t
92option\txcsv\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
93option\txcsv\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
94file\t--rw--\talantrl\ttrl\tAlan Map500 tracklogs (.trl)\talantrl
95file\trw--rw\talanwpr\twpr\tAlan Map500 waypoints and routes (.wpr)\talanwpr
96internal\trw----\ttabsep\t\tAll database fields on one tab-separated line\txcsv
97option\ttabsep\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
98option\ttabsep\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
99option\ttabsep\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
100option\ttabsep\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
101option\ttabsep\turlbase\tBasename prepended to URL on output\tstring\t\t\t
102option\ttabsep\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
103option\ttabsep\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
104serial\trwrwrw\tbaroiq\t\tBrauniger IQ Series Barograph Download\tbaroiq
105file\trw----\tcambridge\tdat\tCambridge/Winpilot glider software\txcsv
106option\tcambridge\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
107option\tcambridge\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
108option\tcambridge\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
109option\tcambridge\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
110option\tcambridge\turlbase\tBasename prepended to URL on output\tstring\t\t\t
111option\tcambridge\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
112option\tcambridge\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
113file\tr-r-r-\tcst\tcst\tCarteSurTable data file\tcst
114file\trwr---\tcetus\tpdb\tCetus for Palm/OS\tcetus
115option\tcetus\tdbname\tDatabase name\tstring\t\t\t
116option\tcetus\tappendicon\tAppend icon_descr to description\tboolean\t\t\t
117file\trw--rw\tcoastexp\t\tCoastalExplorer XML\tcoastexp
118file\trw----\tcsv\t\tComma separated values\txcsv
119option\tcsv\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
120option\tcsv\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
121option\tcsv\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
122option\tcsv\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
123option\tcsv\turlbase\tBasename prepended to URL on output\tstring\t\t\t
124option\tcsv\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
125option\tcsv\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
126file\trwrwrw\tcompegps\t\tCompeGPS data files (.wpt/.trk/.rte)\tcompegps
127option\tcompegps\tdeficon\tDefault icon name\tstring\t\t\t
128option\tcompegps\tindex\tIndex of route/track to write (if more the one in source)\tinteger\t\t1\t
129option\tcompegps\tradius\tGive points (waypoints/route points) a default radius (proximity)\tfloat\t\t0\t
130option\tcompegps\tsnlen\tLength of generated shortnames (default 16)\tinteger\t16\t1\t
131file\trw----\tcopilot\tpdb\tCoPilot Flight Planner for Palm/OS\tcopilot
132file\trwr---\tcoto\tpdb\tcotoGPS for Palm/OS\tcoto
133option\tcoto\tzerocat\tName of the 'unassigned' category\tstring\t\t\t
134internal\trw----\tcustom\t\tCustom "Everything" Style\txcsv
135option\tcustom\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
136option\tcustom\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
137option\tcustom\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
138option\tcustom\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
139option\tcustom\turlbase\tBasename prepended to URL on output\tstring\t\t\t
140option\tcustom\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
141option\tcustom\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
142file\t--r---\taxim_gpb\tgpb\tDell Axim Navigation System (.gpb) file format\taxim_gpb
143file\trw-wrw\tan1\tan1\tDeLorme .an1 (drawing) file\tan1
144option\tan1\ttype\tType of .an1 file\tstring\t\t\t
145option\tan1\troad\tRoad type changes\tstring\t\t\t
146option\tan1\tnogc\tDo not add geocache data to description\tboolean\t\t\t
147option\tan1\tdeficon\tSymbol to use for point data\tstring\tRed Flag\t\t
148option\tan1\tcolor\tColor for lines or mapnotes\tstring\tred\t\t
149option\tan1\tzoom\tZoom level to reduce points\tinteger\t\t\t
150option\tan1\twpt_type\tWaypoint type\tstring\t\t\t
151option\tan1\tradius\tRadius for circles\tstring\t\t\t
152file\t--rw--\tgpl\tgpl\tDeLorme GPL\tgpl
153file\trw----\tsaplus\t\tDeLorme Street Atlas Plus\txcsv
154option\tsaplus\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
155option\tsaplus\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
156option\tsaplus\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
157option\tsaplus\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
158option\tsaplus\turlbase\tBasename prepended to URL on output\tstring\t\t\t
159option\tsaplus\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
160option\tsaplus\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
161file\t--r---\tsaroute\tanr\tDeLorme Street Atlas Route\tsaroute
162option\tsaroute\tturns_important\tKeep turns if simplify filter is used\tboolean\t\t\t
163option\tsaroute\tturns_only\tOnly read turns; skip all other points\tboolean\t\t\t
164option\tsaroute\tsplit\tSplit into multiple routes at turns\tboolean\t\t\t
165option\tsaroute\tcontrols\tRead control points as waypoint/route/none\tstring\tnone\t\t
166option\tsaroute\ttimes\tSynthesize track times\tboolean\t\t\t
167file\trw----\txmap\twpt\tDeLorme XMap HH Native .WPT\txcsv
168option\txmap\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
169option\txmap\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
170option\txmap\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
171option\txmap\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
172option\txmap\turlbase\tBasename prepended to URL on output\tstring\t\t\t
173option\txmap\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
174option\txmap\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
175file\trw----\txmap2006\ttxt\tDeLorme XMap/SAHH 2006 Native .TXT\txcsv
176option\txmap2006\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
177option\txmap2006\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
178option\txmap2006\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
179option\txmap2006\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
180option\txmap2006\turlbase\tBasename prepended to URL on output\tstring\t\t\t
181option\txmap2006\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
182option\txmap2006\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
183file\trw----\txmapwpt\t\tDeLorme XMat HH Street Atlas USA .WPT (PPC)\txcsv
184option\txmapwpt\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
185option\txmapwpt\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
186option\txmapwpt\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
187option\txmapwpt\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
188option\txmapwpt\turlbase\tBasename prepended to URL on output\tstring\t\t\t
189option\txmapwpt\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
190option\txmapwpt\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
191file\trw----\teasygps\t.loc\tEasyGPS binary format\teasygps
192internal\trwrwrw\tshape\tshp\tESRI shapefile\tshape
193option\tshape\tname\tIndex of name field in .dbf\tstring\t\t0\t
194option\tshape\turl\tIndex of URL field in .dbf\tinteger\t\t0\t
195file\t--rwrw\tigc\t\tFAI/IGC Flight Recorder Data Format\tigc
196option\tigc\ttimeadj\t(integer sec or 'auto') Barograph to GPS time diff\tstring\t\t\t
197file\t-w-w-w\tgpssim\tgpssim\tFranson GPSGate Simulation\tgpssim
198option\tgpssim\twayptspd\tDefault speed for waypoints (knots/hr)\tfloat\t\t\t
199option\tgpssim\tsplit\tSplit input into separate files\tboolean\t0\t\t
200file\trw----\tfugawi\ttxt\tFugawi\txcsv
201option\tfugawi\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
202option\tfugawi\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
203option\tfugawi\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
204option\tfugawi\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
205option\tfugawi\turlbase\tBasename prepended to URL on output\tstring\t\t\t
206option\tfugawi\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
207option\tfugawi\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
208file\trw----\tgarmin301\t\tGarmin 301 Custom position and heartrate\txcsv
209option\tgarmin301\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
210option\tgarmin301\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
211option\tgarmin301\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
212option\tgarmin301\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
213option\tgarmin301\turlbase\tBasename prepended to URL on output\tstring\t\t\t
214option\tgarmin301\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
215option\tgarmin301\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
216file\t--rw--\tglogbook\txml\tGarmin Logbook XML\tglogbook
217file\trwrwrw\tgdb\tgdb\tGarmin MapSource - gdb\tgdb
218option\tgdb\tcat\tDefault category on output (1..16)\tinteger\t\t1\t16
219option\tgdb\tver\tVersion of gdb file to generate (1,2)\tinteger\t2\t1\t2
220option\tgdb\tvia\tDrop route points that do not have an equivalent waypoint (hidden points)\tboolean\t\t\t
221file\trwrwrw\tmapsource\tmps\tGarmin MapSource - mps\tmapsource
222option\tmapsource\tsnlen\tLength of generated shortnames\tinteger\t10\t1\t
223option\tmapsource\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
224option\tmapsource\tmpsverout\tVersion of mapsource file to generate (3,4,5)\tinteger\t\t\t
225option\tmapsource\tmpsmergeout\tMerge output with existing file\tboolean\t\t\t
226option\tmapsource\tmpsusedepth\tUse depth values on output (default is ignore)\tboolean\t\t\t
227option\tmapsource\tmpsuseprox\tUse proximity values on output (default is ignore)\tboolean\t\t\t
228file\trwrwrw\tgarmin_txt\ttxt\tGarmin MapSource - txt (tab delimited)\tgarmin_txt
229option\tgarmin_txt\tdate\tRead/Write date format (i.e. yyyy/mm/dd)\tstring\t\t\t
230option\tgarmin_txt\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t
231option\tgarmin_txt\tdist\tDistance unit [m=metric, s=statute]\tstring\tm\t\t
232option\tgarmin_txt\tgrid\tWrite position using this grid.\tstring\t\t\t
233option\tgarmin_txt\tprec\tPrecision of coordinates\tinteger\t3\t\t
234option\tgarmin_txt\ttemp\tTemperature unit [c=Celsius, f=Fahrenheit]\tstring\tc\t\t
235option\tgarmin_txt\ttime\tRead/Write time format (i.e. HH:mm:ss xx)\tstring\t\t\t
236option\tgarmin_txt\tutc\tWrite timestamps with offset x to UTC time\tinteger\t\t-23\t+23
237file\trwrwrw\tpcx\tpcx\tGarmin PCX5\tpcx
238option\tpcx\tdeficon\tDefault icon name\tstring\tWaypoint\t\t
239option\tpcx\tcartoexploreur\tWrite tracks compatible with Carto Exploreur\tboolean\t\t\t
240file\trw----\tgarmin_poi\t\tGarmin POI database\txcsv
241option\tgarmin_poi\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
242option\tgarmin_poi\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
243option\tgarmin_poi\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
244option\tgarmin_poi\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
245option\tgarmin_poi\turlbase\tBasename prepended to URL on output\tstring\t\t\t
246option\tgarmin_poi\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
247option\tgarmin_poi\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
248serial\trwrwrw\tgarmin\t\tGarmin serial/USB protocol\tgarmin
249option\tgarmin\tsnlen\tLength of generated shortnames\tinteger\t\t1\t
250option\tgarmin\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
251option\tgarmin\tdeficon\tDefault icon name\tstring\t\t\t
252option\tgarmin\tget_posn\tReturn current position as a waypoint\tboolean\t\t\t
253option\tgarmin\tpower_off\tCommand unit to power itself down\tboolean\t\t\t
254option\tgarmin\tcategory\tCategory number to use for written waypoints\tinteger\t\t1\t16
255file\t---w--\tgtrnctr\t\tGarmin Training Centerxml\tgtrnctr
256file\trw----\tgeo\tloc\tGeocaching.com .loc\tgeo
257option\tgeo\tdeficon\tDefault icon name\tstring\t\t\t
258option\tgeo\tnuke_placer\tOmit Placer name\tboolean\t\t\t
259file\trw----\tgcdb\tpdb\tGeocachingDB for Palm/OS\tgcdb
260file\trw----\tgeonet\ttxt\tGEOnet Names Server (GNS)\txcsv
261option\tgeonet\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
262option\tgeonet\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
263option\tgeonet\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
264option\tgeonet\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
265option\tgeonet\turlbase\tBasename prepended to URL on output\tstring\t\t\t
266option\tgeonet\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
267option\tgeonet\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
268file\trw----\tgeoniche\tpdb\tGeoNiche .pdb\tgeoniche
269option\tgeoniche\tdbname\tDatabase name (filename)\tstring\t\t\t
270option\tgeoniche\tcategory\tCategory name (Cache)\tstring\t\t\t
271file\trwrwrw\tkml\tkml\tGoogle Earth (Keyhole) Markup Language\tkml
272option\tkml\tdeficon\tDefault icon name\tstring\t\t\t
273option\tkml\tlines\tExport linestrings for tracks and routes\tboolean\t1\t\t
274option\tkml\tpoints\tExport placemarks for tracks and routes\tboolean\t1\t\t
275option\tkml\tline_width\tWidth of lines, in pixels\tinteger\t6\t\t
276option\tkml\tline_color\tLine color, specified in hex AABBGGRR\tstring\t64eeee17\t\t
277option\tkml\tfloating\tAltitudes are absolute and not clamped to ground\tboolean\t0\t\t
278option\tkml\textrude\tDraw extrusion line from trackpoint to ground\tboolean\t0\t\t
279option\tkml\ttrackdata\tInclude extended data for trackpoints (default = 1)\tboolean\t1\t\t
280option\tkml\tunits\tUnits used when writing comments ('s'tatute or 'm'etric)\tstring\ts\t\t
281option\tkml\tlabels\tDisplay labels on track and routepoints  (default = 1)\tboolean\t1\t\t
282option\tkml\tmax_position_points\tRetain at most this number of position points  (0 = unlimited)\tinteger\t0\t\t
283file\t--r---\tgoogle\txml\tGoogle Maps XML\tgoogle
284file\trw----\tgpilots\tpdb\tGpilotS\tgpilots
285option\tgpilots\tdbname\tDatabase name\tstring\t\t\t
286file\trwrwrw\tgtm\tgtm\tGPS TrackMaker\tgtm
287file\trw----\tarc\ttxt\tGPSBabel arc filter file\txcsv
288option\tarc\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
289option\tarc\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
290option\tarc\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
291option\tarc\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
292option\tarc\turlbase\tBasename prepended to URL on output\tstring\t\t\t
293option\tarc\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
294option\tarc\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
295file\trw----\tgpsdrive\t\tGpsDrive Format\txcsv
296option\tgpsdrive\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
297option\tgpsdrive\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
298option\tgpsdrive\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
299option\tgpsdrive\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
300option\tgpsdrive\turlbase\tBasename prepended to URL on output\tstring\t\t\t
301option\tgpsdrive\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
302option\tgpsdrive\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
303file\trw----\tgpsdrivetrack\t\tGpsDrive Format for Tracks\txcsv
304option\tgpsdrivetrack\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
305option\tgpsdrivetrack\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
306option\tgpsdrivetrack\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
307option\tgpsdrivetrack\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
308option\tgpsdrivetrack\turlbase\tBasename prepended to URL on output\tstring\t\t\t
309option\tgpsdrivetrack\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
310option\tgpsdrivetrack\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
311file\trw----\tgpsman\t\tGPSman\txcsv
312option\tgpsman\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
313option\tgpsman\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
314option\tgpsman\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
315option\tgpsman\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
316option\tgpsman\turlbase\tBasename prepended to URL on output\tstring\t\t\t
317option\tgpsman\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
318option\tgpsman\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
319file\trw----\tgpspilot\tpdb\tGPSPilot Tracker for Palm/OS\tgpspilot
320option\tgpspilot\tdbname\tDatabase name\tstring\t\t\t
321file\trw----\tgpsutil\t\tgpsutil\tgpsutil
322file\trwrwrw\tgpx\tgpx\tGPX XML\tgpx
323option\tgpx\tsnlen\tLength of generated shortnames\tinteger\t32\t1\t
324option\tgpx\tsuppresswhite\tNo whitespace in generated shortnames\tboolean\t\t\t
325option\tgpx\tlogpoint\tCreate waypoints from geocache log entries\tboolean\t\t\t
326option\tgpx\turlbase\tBase URL for link tag in output\tstring\t\t\t
327option\tgpx\tgpxver\tTarget GPX version for output\tstring\t1.0\t\t
328file\trwrw--\thiketech\tgps\tHikeTech\thiketech
329file\trw----\tholux\twpo\tHolux (gm-100) .wpo Format\tholux
330file\trw----\thsandv\t\tHSA Endeavour Navigator export File\thsandv
331file\t-w----\thtml\thtml\tHTML Output\thtml
332option\thtml\tstylesheet\tPath to HTML style sheet\tstring\t\t\t
333option\thtml\tencrypt\tEncrypt hints using ROT13\tboolean\t\t\t
334option\thtml\tlogs\tInclude groundspeak logs if present\tboolean\t\t\t
335option\thtml\tdegformat\tDegrees output as 'ddd', 'dmm'(default) or 'dms'\tstring\tdmm\t\t
336option\thtml\taltunits\tUnits for altitude (f)eet or (m)etres\tstring\tm\t\t
337file\t--rw--\tignrando\trdn\tIGN Rando track files\tignrando
338option\tignrando\tindex\tIndex of track to write (if more the one in source)\tinteger\t\t1\t
339file\trw----\tktf2\tktf\tKartex 5 Track File\txcsv
340option\tktf2\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
341option\tktf2\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
342option\tktf2\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
343option\tktf2\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
344option\tktf2\turlbase\tBasename prepended to URL on output\tstring\t\t\t
345option\tktf2\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
346option\tktf2\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
347file\trw----\tkwf2\tkwf\tKartex 5 Waypoint File\txcsv
348option\tkwf2\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
349option\tkwf2\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
350option\tkwf2\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
351option\tkwf2\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
352option\tkwf2\turlbase\tBasename prepended to URL on output\tstring\t\t\t
353option\tkwf2\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
354option\tkwf2\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
355file\trwrwrw\tpsitrex\t\tKuDaTa PsiTrex text\tpsitrex
356file\trwrwrw\tlowranceusr\tusr\tLowrance USR\tlowranceusr
357option\tlowranceusr\tignoreicons\tIgnore event marker icons\tboolean\t\t\t
358option\tlowranceusr\tmerge\t(USR output) Merge into one segmented track\tboolean\t\t\t
359option\tlowranceusr\tbreak\t(USR input) Break segments into separate tracks\tboolean\t\t\t
360file\t-w----\tmaggeo\tgs\tMagellan Explorist Geocaching\tmaggeo
361file\trwrwrw\tmapsend\t\tMagellan Mapsend\tmapsend
362option\tmapsend\ttrkver\tMapSend version TRK file to generate (3,4)\tinteger\t4\t3\t4
363file\trw----\tmagnav\tpdb\tMagellan NAV Companion for Palm/OS\tmagnav
364file\trwrwrw\tmagellanx\tupt\tMagellan SD files (as for eXplorist)\tmagellanx
365option\tmagellanx\tdeficon\tDefault icon name\tstring\t\t\t
366option\tmagellanx\tmaxcmts\tMax number of comments to write (maxcmts=200)\tinteger\t\t\t
367file\trwrwrw\tmagellan\t\tMagellan SD files (as for Meridian)\tmagellan
368option\tmagellan\tdeficon\tDefault icon name\tstring\t\t\t
369option\tmagellan\tmaxcmts\tMax number of comments to write (maxcmts=200)\tinteger\t\t\t
370serial\trwrwrw\tmagellan\t\tMagellan serial protocol\tmagellan
371option\tmagellan\tdeficon\tDefault icon name\tstring\t\t\t
372option\tmagellan\tmaxcmts\tMax number of comments to write (maxcmts=200)\tinteger\t\t\t
373option\tmagellan\tbaud\tNumeric value of bitrate (baud=4800)\tinteger\t\t\t
374option\tmagellan\tnoack\tSuppress use of handshaking in name of speed\tboolean\t\t\t
375option\tmagellan\tnukewpt\tDelete all waypoints\tboolean\t\t\t
376file\t----r-\ttef\txml\tMap&Guide 'TourExchangeFormat' XML\ttef
377option\ttef\troutevia\tInclude only via stations in route\tboolean\t\t\t
378file\tr---r-\tmag_pdb\tpdb\tMap&Guide to Palm/OS exported files (.pdb)\tmag_pdb
379file\trw----\tmapconverter\ttxt\tMapopolis.com Mapconverter CSV\txcsv
380option\tmapconverter\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
381option\tmapconverter\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
382option\tmapconverter\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
383option\tmapconverter\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
384option\tmapconverter\turlbase\tBasename prepended to URL on output\tstring\t\t\t
385option\tmapconverter\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
386option\tmapconverter\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
387file\trw----\tmxf\tmxf\tMapTech Exchange Format\txcsv
388option\tmxf\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
389option\tmxf\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
390option\tmxf\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
391option\tmxf\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
392option\tmxf\turlbase\tBasename prepended to URL on output\tstring\t\t\t
393option\tmxf\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
394option\tmxf\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
395file\t----r-\tmsroute\taxe\tMicrosoft AutoRoute 2002 (pin/route reader)\tmsroute
396file\t----r-\tmsroute\test\tMicrosoft Streets and Trips (pin/route reader)\tmsroute
397file\trw----\ts_and_t\ttxt\tMicrosoft Streets and Trips 2002-2006\txcsv
398option\ts_and_t\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
399option\ts_and_t\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
400option\ts_and_t\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
401option\ts_and_t\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
402option\ts_and_t\turlbase\tBasename prepended to URL on output\tstring\t\t\t
403option\ts_and_t\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
404option\ts_and_t\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
405file\t----rw\tbcr\tbcr\tMotorrad Routenplaner (Map&Guide) .bcr files\tbcr
406option\tbcr\tindex\tIndex of route to write (if more the one in source)\tinteger\t\t1\t
407option\tbcr\tname\tNew name for the route\tstring\t\t\t
408option\tbcr\tradius\tRadius of our big earth (default 6371000 meters)\tfloat\t6371000\t\t
409file\trw----\tpsp\tpsp\tMS PocketStreets 2002 Pushpin\tpsp
410file\trw----\ttpg\ttpg\tNational Geographic Topo .tpg (waypoints)\ttpg
411option\ttpg\tdatum\tDatum (default=NAD27)\tstring\tN. America 1927 mean\t\t
412file\t--r---\ttpo2\ttpo\tNational Geographic Topo 2.x .tpo\ttpo2
413file\tr-r-r-\ttpo3\ttpo\tNational Geographic Topo 3.x/4.x .tpo\ttpo3
414file\tr-----\tnavicache\t\tNavicache.com XML\tnavicache
415option\tnavicache\tnoretired\tSuppress retired geocaches\tboolean\t\t\t
416file\t----rw\tnmn4\trte\tNavigon Mobile Navigator .rte files\tnmn4
417option\tnmn4\tindex\tIndex of route to write (if more the one in source)\tinteger\t\t1\t
418file\trw----\tdna\tdna\tNavitrak DNA marker format\txcsv
419option\tdna\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
420option\tdna\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
421option\tdna\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
422option\tdna\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
423option\tdna\turlbase\tBasename prepended to URL on output\tstring\t\t\t
424option\tdna\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
425option\tdna\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
426file\tr-----\tnetstumbler\t\tNetStumbler Summary File (text)\tnetstumbler
427option\tnetstumbler\tnseicon\tNon-stealth encrypted icon name\tstring\tRed Square\t\t
428option\tnetstumbler\tnsneicon\tNon-stealth non-encrypted icon name\tstring\tGreen Square\t\t
429option\tnetstumbler\tseicon\tStealth encrypted icon name\tstring\tRed Diamond\t\t
430option\tnetstumbler\tsneicon\tStealth non-encrypted icon name\tstring\tGreen Diamond\t\t
431option\tnetstumbler\tsnmac\tShortname is MAC address\tboolean\t\t\t
432file\trw----\tnima\t\tNIMA/GNIS Geographic Names File\txcsv
433option\tnima\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
434option\tnima\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
435option\tnima\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
436option\tnima\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
437option\tnima\turlbase\tBasename prepended to URL on output\tstring\t\t\t
438option\tnima\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
439option\tnima\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
440file\trwrw--\tnmea\t\tNMEA 0183 sentences\tnmea
441option\tnmea\tsnlen\tMax length of waypoint name to write\tinteger\t6\t1\t64
442option\tnmea\tgprmc\tRead/write GPRMC sentences\tboolean\t1\t\t
443option\tnmea\tgpgga\tRead/write GPGGA sentences\tboolean\t1\t\t
444option\tnmea\tgpvtg\tRead/write GPVTG sentences\tboolean\t1\t\t
445option\tnmea\tgpgsa\tRead/write GPGSA sentences\tboolean\t1\t\t
446option\tnmea\tdate\tComplete date-free tracks with given date (YYYYMMDD).\tinteger\t\t\t
447option\tnmea\tget_posn\tReturn current position as a waypoint\tboolean\t\t\t
448option\tnmea\tpause\tDecimal seconds to pause between groups of strings\tinteger\t\t\t
449option\tnmea\tbaud\tSpeed in bits per second of serial port (baud=4800)\tinteger\t\t\t
450file\trwrwrw\tozi\t\tOziExplorer\tozi
451option\tozi\tsnlen\tMax synthesized shortname length\tinteger\t32\t1\t
452option\tozi\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
453option\tozi\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
454option\tozi\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
455option\tozi\twptfgcolor\tWaypoint foreground color\tstring\tblack\t\t
456option\tozi\twptbgcolor\tWaypoint background color\tstring\tyellow\t\t
457file\t-w----\tpalmdoc\tpdb\tPalmDoc Output\tpalmdoc
458option\tpalmdoc\tnosep\tNo separator lines between waypoints\tboolean\t\t\t
459option\tpalmdoc\tdbname\tDatabase name\tstring\t\t\t
460option\tpalmdoc\tencrypt\tEncrypt hints with ROT13\tboolean\t\t\t
461option\tpalmdoc\tlogs\tInclude groundspeak logs if present\tboolean\t\t\t
462option\tpalmdoc\tbookmarks_short\tInclude short name in bookmarks\tboolean\t\t\t
463file\trwrwrw\tpathaway\tpdb\tPathAway Database for Palm/OS\tpathaway
464option\tpathaway\tdate\tRead/Write date format (i.e. DDMMYYYY)\tstring\t\t\t
465option\tpathaway\tdbname\tDatabase name\tstring\t\t\t
466option\tpathaway\tdeficon\tDefault icon name\tstring\t\t\t
467option\tpathaway\tsnlen\tLength of generated shortnames\tinteger\t10\t1\t
468file\trw----\tquovadis\tpdb\tQuovadis\tquovadis
469option\tquovadis\tdbname\tDatabase name\tstring\t\t\t
470file\trw--rw\traymarine\trwf\tRaymarine Waypoint File (.rwf)\traymarine
471option\traymarine\tlocation\tDefault location\tstring\tNew location\t\t
472file\trw----\tcup\tcup\tSee You flight analysis data\txcsv
473option\tcup\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
474option\tcup\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
475option\tcup\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
476option\tcup\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
477option\tcup\turlbase\tBasename prepended to URL on output\tstring\t\t\t
478option\tcup\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
479option\tcup\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
480file\trw----\tsportsim\ttxt\tSportsim track files (part of zipped .ssz files)\txcsv
481option\tsportsim\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
482option\tsportsim\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
483option\tsportsim\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
484option\tsportsim\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
485option\tsportsim\turlbase\tBasename prepended to URL on output\tstring\t\t\t
486option\tsportsim\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
487option\tsportsim\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
488file\t--rwrw\tstmsdf\tsdf\tSuunto Trek Manager (STM) .sdf files\tstmsdf
489option\tstmsdf\tindex\tIndex of route (if more the one in source)\tinteger\t1\t1\t
490file\trwrwrw\tstmwpp\ttxt\tSuunto Trek Manager (STM) WaypointPlus files\tstmwpp
491option\tstmwpp\tindex\tIndex of route/track to write (if more the one in source)\tinteger\t\t1\t
492file\trw----\topenoffice\t\tTab delimited fields useful for OpenOffice, Ploticus etc.\txcsv
493option\topenoffice\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t
494option\topenoffice\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t
495option\topenoffice\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t
496option\topenoffice\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t
497option\topenoffice\turlbase\tBasename prepended to URL on output\tstring\t\t\t
498option\topenoffice\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t
499option\topenoffice\tdatum\tGPS datum (def. WGS 84)\tstring\t\t\t
500file\t-w----\ttext\ttxt\tTextual Output\ttext
501option\ttext\tnosep\tSuppress separator lines between waypoints\tboolean\t\t\t
502option\ttext\tencrypt\tEncrypt hints using ROT13\tboolean\t\t\t
503option\ttext\tlogs\tInclude groundspeak logs if present\tboolean\t\t\t
504option\ttext\tdegformat\tDegrees output as 'ddd', 'dmm'(default) or 'dms'\tstring\tdmm\t\t
505option\ttext\taltunits\tUnits for altitude (f)eet or (m)etres\tstring\tm\t\t
506file\trw----\ttomtom\tov2\tTomTom POI file\ttomtom
507file\trw----\ttmpro\ttmpro\tTopoMapPro Places File\ttmpro
508file\trwrw--\tdmtlog\ttrl\tTrackLogs digital mapping (.trl)\tdmtlog
509option\tdmtlog\tindex\tIndex of track (if more the one in source)\tinteger\t1\t1\t
510file\trw----\ttiger\t\tU.S. Census Bureau Tiger Mapping Service\ttiger
511option\ttiger\tnolabels\tSuppress labels on generated pins\tboolean\t\t\t
512option\ttiger\tgenurl\tGenerate file with lat/lon for centering map\toutfile\t\t\t
513option\ttiger\tmargin\tMargin for map.  Degrees or percentage\tfloat\t15%\t\t
514option\ttiger\tsnlen\tMax shortname length when used with -s\tinteger\t10\t1\t
515option\ttiger\toldthresh\tDays after which points are considered old\tinteger\t14\t\t
516option\ttiger\toldmarker\tMarker type for old points\tstring\tredpin\t\t
517option\ttiger\tnewmarker\tMarker type for new points\tstring\tgreenpin\t\t
518option\ttiger\tsuppresswhite\tSuppress whitespace in generated shortnames\tboolean\t\t\t
519option\ttiger\tunfoundmarker\tMarker type for unfound points\tstring\tbluepin\t\t
520option\ttiger\txpixels\tWidth in pixels of map\tinteger\t768\t\t
521option\ttiger\typixels\tHeight in pixels of map\tinteger\t768\t\t
522option\ttiger\ticonismarker\tThe icon description is already the marker\tboolean\t\t\t
523file\tr-----\tunicsv\t\tUniversal csv with field structure in first line\tunicsv
524file\t-w----\tvcard\tvcf\tVcard Output (for iPod)\tvcard
525option\tvcard\tencrypt\tEncrypt hints using ROT13\tboolean\t\t\t
526file\trwrwrw\tvitosmt\tsmt\tVito Navigator II tracks\tvitosmt
527file\tr-----\twfff\txml\tWiFiFoFum 2.0 for PocketPC XML\twfff
528option\twfff\taicicon\tInfrastructure closed icon name\tstring\tRed Square\t\t
529option\twfff\taioicon\tInfrastructure open icon name\tstring\tGreen Square\t\t
530option\twfff\tahcicon\tAd-hoc closed icon name\tstring\tRed Diamond\t\t
531option\twfff\tahoicon\tAd-hoc open icon name\tstring\tGreen Diamond\t\t
532option\twfff\tsnmac\tShortname is MAC address\tboolean\t\t\t
533file\t--r---\twbt-bin\t\tWintec WBT-100/200 Binary file format\twbt-bin
534serial\t--r---\twbt\tbin\tWintec WBT-100/200 GPS Download\twbt
535option\twbt\terase\tErase device data after download\tboolean\t0\t\t
536file\tr-----\tyahoo\t\tYahoo Geocode API data\tyahoo
537option\tyahoo\taddrsep\tString to separate concatenated address fields (default=", ")\tstring\t, \t\t
538
539!filters
540
541polygon\tInclude Only Points Inside Polygon
542option\tpolygon\tfile\tFile containing vertices of polygon\tfile\t\t\t
543option\tpolygon\texclude\tExclude points inside the polygon\tboolean\t\t\t
544arc\tInclude Only Points Within Distance of Arc
545option\tarc\tfile\tFile containing vertices of arc\tfile\t\t\t
546option\tarc\tdistance\tMaximum distance from arc\tfloat\t\t\t
547option\tarc\texclude\tExclude points close to the arc\tboolean\t\t\t
548option\tarc\tpoints\tUse distance from vertices not lines\tboolean\t\t\t
549radius\tInclude Only Points Within Radius
550option\tradius\tlat\tLatitude for center point (D.DDDDD)\tfloat\t\t\t
551option\tradius\tlon\tLongitude for center point (D.DDDDD)\tfloat\t\t\t
552option\tradius\tdistance\tMaximum distance from center\tfloat\t\t\t
553option\tradius\texclude\tExclude points close to center\tboolean\t\t\t
554option\tradius\tnosort\tInhibit sort by distance to center\tboolean\t\t\t
555option\tradius\tmaxcount\tOutput no more than this number of points\tinteger\t\t1\t
556option\tradius\tasroute\tPut resulting waypoints in route of this name\tstring\t\t\t
557interpolate\tInterpolate between trackpoints
558option\tinterpolate\ttime\tTime interval in seconds\tinteger\t\t0\t
559option\tinterpolate\tdistance\tDistance interval in miles or kilometers\tstring\t\t\t
560option\tinterpolate\troute\tInterpolate routes instead\tboolean\t\t\t
561track\tManipulate track lists
562option\ttrack\tmove\tCorrect trackpoint timestamps by a delta\tstring\t\t\t
563option\ttrack\tpack\tPack all tracks into one\tboolean\t\t\t
564option\ttrack\tsplit\tSplit by date or time interval (see README)\tstring\t\t\t
565option\ttrack\tsdistance\tSplit by distance\tstring\t\t\t
566option\ttrack\tmerge\tMerge multiple tracks for the same way\tstring\t\t\t
567option\ttrack\tname\tUse only track(s) where title matches given name\tstring\t\t\t
568option\ttrack\tstart\tUse only track points after this timestamp\tinteger\t\t\t
569option\ttrack\tstop\tUse only track points before this timestamp\tinteger\t\t\t
570option\ttrack\ttitle\tBasic title for new track(s)\tstring\t\t\t
571option\ttrack\tfix\tSynthesize GPS fixes (PPS, DGPS, 3D, 2D, NONE)\tstring\t\t\t
572option\ttrack\tcourse\tSynthesize course\tboolean\t\t\t
573option\ttrack\tspeed\tSynthesize speed\tboolean\t\t\t
574sort\tRearrange waypoints by resorting
575option\tsort\tgcid\tSort by numeric geocache ID\tboolean\t\t\t
576option\tsort\tshortname\tSort by waypoint short name\tboolean\t\t\t
577option\tsort\tdescription\tSort by waypoint description\tboolean\t\t\t
578option\tsort\ttime\tSort by time\tboolean\t\t\t
579nuketypes\tRemove all waypoints, tracks, or routes
580option\tnuketypes\twaypoints\tRemove all waypoints from data stream\tboolean\t0\t\t
581option\tnuketypes\ttracks\tRemove all tracks from data stream\tboolean\t0\t\t
582option\tnuketypes\troutes\tRemove all routes from data stream\tboolean\t0\t\t
583duplicate\tRemove Duplicates
584option\tduplicate\tshortname\tSuppress duplicate waypoints based on name\tboolean\t\t\t
585option\tduplicate\tlocation\tSuppress duplicate waypoint based on coords\tboolean\t\t\t
586option\tduplicate\tall\tSuppress all instances of duplicates\tboolean\t\t\t
587option\tduplicate\tcorrect\tUse coords from duplicate points\tboolean\t\t\t
588position\tRemove Points Within Distance
589option\tposition\tdistance\tMaximum positional distance\tfloat\t\t\t
590option\tposition\tall\tSuppress all points close to other points\tboolean\t\t\t
591discard\tRemove unreliable points with high hdop or vdop
592option\tdiscard\thdop\tSuppress waypoints with higher hdop\tfloat\t-1.0\t\t
593option\tdiscard\tvdop\tSuppress waypoints with higher vdop\tfloat\t-1.0\t\t
594option\tdiscard\thdopandvdop\tLink hdop and vdop supression with AND\tboolean\t\t\t
595reverse\tReverse stops within routes
596stack\tSave and restore waypoint lists
597option\tstack\tpush\tPush waypoint list onto stack\tboolean\t\t\t
598option\tstack\tpop\tPop waypoint list from stack\tboolean\t\t\t
599option\tstack\tswap\tSwap waypoint list with <depth> item on stack\tboolean\t\t\t
600option\tstack\tcopy\t(push) Copy waypoint list\tboolean\t\t\t
601option\tstack\tappend\t(pop) Append list\tboolean\t\t\t
602option\tstack\tdiscard\t(pop) Discard top of stack\tboolean\t\t\t
603option\tstack\treplace\t(pop) Replace list (default)\tboolean\t\t\t
604option\tstack\tdepth\t(swap) Item to use (default=1)\tinteger\t\t0\t
605simplify\tSimplify routes
606option\tsimplify\tcount\tMaximum number of points in route\tinteger\t\t1\t
607option\tsimplify\terror\tMaximum error\tstring\t\t0\t
608option\tsimplify\tcrosstrack\tUse cross-track error (default)\tboolean\t\t\t
609option\tsimplify\tlength\tUse arclength error\tboolean\t\t\t
610transform\tTransform waypoints into a route, tracks into routes, ...
611option\ttransform\twpt\tTransform track(s) or route(s) into waypoint(s) [R/T]\tstring\t\t\t
612option\ttransform\trte\tTransform waypoint(s) or track(s) into route(s) [W/T]\tstring\t\t\t
613option\ttransform\ttrk\tTransform waypoint(s) or route(s) into tracks(s) [W/R]\tstring\t\t\t
614option\ttransform\tdel\tDelete source data after transformation\tboolean\tN\t\t
615
616!filters135
617
618polygon	Include Only Points Inside Polygon	http://www.gpsbabel.org/htmldoc-development/fmt_polygon.html
619option	polygon	file	File containing vertices of polygon	file				http://www.gpsbabel.org/htmldoc-development/fmt_polygon.html#fmt_polygon_o_file
620option	polygon	exclude	Exclude points inside the polygon	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_polygon.html#fmt_polygon_o_exclude
621arc	Include Only Points Within Distance of Arc	http://www.gpsbabel.org/htmldoc-development/fmt_arc.html
622option	arc	file	File containing vertices of arc	file				http://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_file
623option	arc	distance	Maximum distance from arc	float				http://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_distance
624option	arc	exclude	Exclude points close to the arc	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_exclude
625option	arc	points	Use distance from vertices not lines	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_points
626radius	Include Only Points Within Radius	http://www.gpsbabel.org/htmldoc-development/fmt_radius.html
627option	radius	lat	Latitude for center point (D.DDDDD)	float				http://www.gpsbabel.org/htmldoc-development/fmt_radius.html#fmt_radius_o_lat
628option	radius	lon	Longitude for center point (D.DDDDD)	float				http://www.gpsbabel.org/htmldoc-development/fmt_radius.html#fmt_radius_o_lon
629option	radius	distance	Maximum distance from center	float				http://www.gpsbabel.org/htmldoc-development/fmt_radius.html#fmt_radius_o_distance
630option	radius	exclude	Exclude points close to center	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_radius.html#fmt_radius_o_exclude
631option	radius	nosort	Inhibit sort by distance to center	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_radius.html#fmt_radius_o_nosort
632option	radius	maxcount	Output no more than this number of points	integer		1		http://www.gpsbabel.org/htmldoc-development/fmt_radius.html#fmt_radius_o_maxcount
633option	radius	asroute	Put resulting waypoints in route of this name	string				http://www.gpsbabel.org/htmldoc-development/fmt_radius.html#fmt_radius_o_asroute
634interpolate	Interpolate between trackpoints	http://www.gpsbabel.org/htmldoc-development/fmt_interpolate.html
635option	interpolate	time	Time interval in seconds	integer		0		http://www.gpsbabel.org/htmldoc-development/fmt_interpolate.html#fmt_interpolate_o_time
636option	interpolate	distance	Distance interval in miles or kilometers	string				http://www.gpsbabel.org/htmldoc-development/fmt_interpolate.html#fmt_interpolate_o_distance
637option	interpolate	route	Interpolate routes instead	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_interpolate.html#fmt_interpolate_o_route
638track	Manipulate track lists	http://www.gpsbabel.org/htmldoc-development/fmt_track.html
639option	track	move	Correct trackpoint timestamps by a delta	string				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_move
640option	track	pack	Pack all tracks into one	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_pack
641option	track	split	Split by date or time interval (see README)	string				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_split
642option	track	sdistance	Split by distance	string				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_sdistance
643option	track	merge	Merge multiple tracks for the same way	string				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_merge
644option	track	name	Use only track(s) where title matches given name	string				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_name
645option	track	start	Use only track points after this timestamp	integer				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_start
646option	track	stop	Use only track points before this timestamp	integer				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_stop
647option	track	title	Basic title for new track(s)	string				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_title
648option	track	fix	Synthesize GPS fixes (PPS, DGPS, 3D, 2D, NONE)	string				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_fix
649option	track	course	Synthesize course	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_course
650option	track	speed	Synthesize speed	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_track.html#fmt_track_o_speed
651sort	Rearrange waypoints by resorting	http://www.gpsbabel.org/htmldoc-development/fmt_sort.html
652option	sort	gcid	Sort by numeric geocache ID	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_sort.html#fmt_sort_o_gcid
653option	sort	shortname	Sort by waypoint short name	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_sort.html#fmt_sort_o_shortname
654option	sort	description	Sort by waypoint description	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_sort.html#fmt_sort_o_description
655option	sort	time	Sort by time	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_sort.html#fmt_sort_o_time
656nuketypes	Remove all waypoints, tracks, or routes	http://www.gpsbabel.org/htmldoc-development/fmt_nuketypes.html
657option	nuketypes	waypoints	Remove all waypoints from data stream	boolean	0			http://www.gpsbabel.org/htmldoc-development/fmt_nuketypes.html#fmt_nuketypes_o_waypoints
658option	nuketypes	tracks	Remove all tracks from data stream	boolean	0			http://www.gpsbabel.org/htmldoc-development/fmt_nuketypes.html#fmt_nuketypes_o_tracks
659option	nuketypes	routes	Remove all routes from data stream	boolean	0			http://www.gpsbabel.org/htmldoc-development/fmt_nuketypes.html#fmt_nuketypes_o_routes
660duplicate	Remove Duplicates	http://www.gpsbabel.org/htmldoc-development/fmt_duplicate.html
661option	duplicate	shortname	Suppress duplicate waypoints based on name	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_duplicate.html#fmt_duplicate_o_shortname
662option	duplicate	location	Suppress duplicate waypoint based on coords	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_duplicate.html#fmt_duplicate_o_location
663option	duplicate	all	Suppress all instances of duplicates	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_duplicate.html#fmt_duplicate_o_all
664option	duplicate	correct	Use coords from duplicate points	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_duplicate.html#fmt_duplicate_o_correct
665position	Remove Points Within Distance	http://www.gpsbabel.org/htmldoc-development/fmt_position.html
666option	position	distance	Maximum positional distance	float				http://www.gpsbabel.org/htmldoc-development/fmt_position.html#fmt_position_o_distance
667option	position	all	Suppress all points close to other points	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_position.html#fmt_position_o_all
668discard	Remove unreliable points with high hdop or vdop	http://www.gpsbabel.org/htmldoc-development/fmt_discard.html
669option	discard	hdop	Suppress waypoints with higher hdop	float	-1.0			http://www.gpsbabel.org/htmldoc-development/fmt_discard.html#fmt_discard_o_hdop
670option	discard	vdop	Suppress waypoints with higher vdop	float	-1.0			http://www.gpsbabel.org/htmldoc-development/fmt_discard.html#fmt_discard_o_vdop
671option	discard	hdopandvdop	Link hdop and vdop supression with AND	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_discard.html#fmt_discard_o_hdopandvdop
672reverse	Reverse stops within routes	http://www.gpsbabel.org/htmldoc-development/fmt_reverse.html
673stack	Save and restore waypoint lists	http://www.gpsbabel.org/htmldoc-development/fmt_stack.html
674option	stack	push	Push waypoint list onto stack	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_push
675option	stack	pop	Pop waypoint list from stack	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_pop
676option	stack	swap	Swap waypoint list with <depth> item on stack	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_swap
677option	stack	copy	(push) Copy waypoint list	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_copy
678option	stack	append	(pop) Append list	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_append
679option	stack	discard	(pop) Discard top of stack	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_discard
680option	stack	replace	(pop) Replace list (default)	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_replace
681option	stack	depth	(swap) Item to use (default=1)	integer		0		http://www.gpsbabel.org/htmldoc-development/fmt_stack.html#fmt_stack_o_depth
682simplify	Simplify routes	http://www.gpsbabel.org/htmldoc-development/fmt_simplify.html
683option	simplify	count	Maximum number of points in route	integer		1		http://www.gpsbabel.org/htmldoc-development/fmt_simplify.html#fmt_simplify_o_count
684option	simplify	error	Maximum error	string		0		http://www.gpsbabel.org/htmldoc-development/fmt_simplify.html#fmt_simplify_o_error
685option	simplify	crosstrack	Use cross-track error (default)	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_simplify.html#fmt_simplify_o_crosstrack
686option	simplify	length	Use arclength error	boolean				http://www.gpsbabel.org/htmldoc-development/fmt_simplify.html#fmt_simplify_o_length
687transform	Transform waypoints into a route, tracks into routes, ...	http://www.gpsbabel.org/htmldoc-development/fmt_transform.html
688option	transform	wpt	Transform track(s) or route(s) into waypoint(s) [R/T]	string				http://www.gpsbabel.org/htmldoc-development/fmt_transform.html#fmt_transform_o_wpt
689option	transform	rte	Transform waypoint(s) or track(s) into route(s) [W/T]	string				http://www.gpsbabel.org/htmldoc-development/fmt_transform.html#fmt_transform_o_rte
690option	transform	trk	Transform waypoint(s) or route(s) into tracks(s) [W/R]	string				http://www.gpsbabel.org/htmldoc-development/fmt_transform.html#fmt_transform_o_trk
691option	transform	del	Delete source data after transformation	boolean	N			http://www.gpsbabel.org/htmldoc-development/fmt_transform.html#fmt_transform_o_del
692
693!formats135
694
695internal\trw----\txcsv\t\t? Character Separated Values\txcsv
696\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html
697option\txcsv\tstyle\tFull path to XCSV style file\tfile\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_style
698
699option\txcsv\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_snlen
700
701option\txcsv\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_snwhite
702
703option\txcsv\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_snupper
704
705option\txcsv\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_snunique
706
707option\txcsv\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_urlbase
708
709option\txcsv\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_prefer_shortnames
710
711option\txcsv\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xcsv.html#fmt_xcsv_o_datum
712
713file\t--rw--\talantrl\ttrl\tAlan Map500 tracklogs (.trl)\talantrl
714\thttp://www.gpsbabel.org/htmldoc-development/fmt_alantrl.html
715file\trw--rw\talanwpr\twpr\tAlan Map500 waypoints and routes (.wpr)\talanwpr
716\thttp://www.gpsbabel.org/htmldoc-development/fmt_alanwpr.html
717internal\trw----\ttabsep\t\tAll database fields on one tab-separated line\txcsv
718\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html
719option\ttabsep\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html#fmt_tabsep_o_snlen
720
721option\ttabsep\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html#fmt_tabsep_o_snwhite
722
723option\ttabsep\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html#fmt_tabsep_o_snupper
724
725option\ttabsep\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html#fmt_tabsep_o_snunique
726
727option\ttabsep\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html#fmt_tabsep_o_urlbase
728
729option\ttabsep\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html#fmt_tabsep_o_prefer_shortnames
730
731option\ttabsep\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tabsep.html#fmt_tabsep_o_datum
732
733serial\t--r---\tbaroiq\t\tBrauniger IQ Series Barograph Download\tbaroiq
734\thttp://www.gpsbabel.org/htmldoc-development/fmt_baroiq.html
735file\trw----\tcambridge\tdat\tCambridge/Winpilot glider software\txcsv
736\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html
737option\tcambridge\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html#fmt_cambridge_o_snlen
738
739option\tcambridge\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html#fmt_cambridge_o_snwhite
740
741option\tcambridge\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html#fmt_cambridge_o_snupper
742
743option\tcambridge\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html#fmt_cambridge_o_snunique
744
745option\tcambridge\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html#fmt_cambridge_o_urlbase
746
747option\tcambridge\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html#fmt_cambridge_o_prefer_shortnames
748
749option\tcambridge\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cambridge.html#fmt_cambridge_o_datum
750
751file\tr-r-r-\tcst\tcst\tCarteSurTable data file\tcst
752\thttp://www.gpsbabel.org/htmldoc-development/fmt_cst.html
753file\trwr---\tcetus\tpdb\tCetus for Palm/OS\tcetus
754\thttp://www.gpsbabel.org/htmldoc-development/fmt_cetus.html
755option\tcetus\tdbname\tDatabase name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cetus.html#fmt_cetus_o_dbname
756
757option\tcetus\tappendicon\tAppend icon_descr to description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cetus.html#fmt_cetus_o_appendicon
758
759file\trw--rw\tcoastexp\t\tCoastalExplorer XML\tcoastexp
760\thttp://www.gpsbabel.org/htmldoc-development/fmt_coastexp.html
761file\trw----\tcsv\t\tComma separated values\txcsv
762\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html
763option\tcsv\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html#fmt_csv_o_snlen
764
765option\tcsv\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html#fmt_csv_o_snwhite
766
767option\tcsv\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html#fmt_csv_o_snupper
768
769option\tcsv\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html#fmt_csv_o_snunique
770
771option\tcsv\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html#fmt_csv_o_urlbase
772
773option\tcsv\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html#fmt_csv_o_prefer_shortnames
774
775option\tcsv\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_csv.html#fmt_csv_o_datum
776
777file\trwrwrw\tcompegps\t\tCompeGPS data files (.wpt/.trk/.rte)\tcompegps
778\thttp://www.gpsbabel.org/htmldoc-development/fmt_compegps.html
779option\tcompegps\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_compegps.html#fmt_compegps_o_deficon
780
781option\tcompegps\tindex\tIndex of route/track to write (if more the one in source)\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_compegps.html#fmt_compegps_o_index
782
783option\tcompegps\tradius\tGive points (waypoints/route points) a default radius (proximity)\tfloat\t\t0\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_compegps.html#fmt_compegps_o_radius
784
785option\tcompegps\tsnlen\tLength of generated shortnames (default 16)\tinteger\t16\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_compegps.html#fmt_compegps_o_snlen
786
787file\trw----\tcopilot\tpdb\tCoPilot Flight Planner for Palm/OS\tcopilot
788\thttp://www.gpsbabel.org/htmldoc-development/fmt_copilot.html
789file\trwr---\tcoto\tpdb\tcotoGPS for Palm/OS\tcoto
790\thttp://www.gpsbabel.org/htmldoc-development/fmt_coto.html
791option\tcoto\tzerocat\tName of the 'unassigned' category\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_coto.html#fmt_coto_o_zerocat
792
793\thttp://www.gpsbabel.org/htmldoc-development/fmt_coto.html#fmt_coto_o_internals
794
795internal\trw----\tcustom\t\tCustom "Everything" Style\txcsv
796\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html
797option\tcustom\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html#fmt_custom_o_snlen
798
799option\tcustom\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html#fmt_custom_o_snwhite
800
801option\tcustom\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html#fmt_custom_o_snupper
802
803option\tcustom\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html#fmt_custom_o_snunique
804
805option\tcustom\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html#fmt_custom_o_urlbase
806
807option\tcustom\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html#fmt_custom_o_prefer_shortnames
808
809option\tcustom\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_custom.html#fmt_custom_o_datum
810
811file\t--r---\taxim_gpb\tgpb\tDell Axim Navigation System (.gpb) file format\taxim_gpb
812\thttp://www.gpsbabel.org/htmldoc-development/fmt_axim_gpb.html
813file\trw-wrw\tan1\tan1\tDeLorme .an1 (drawing) file\tan1
814\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html
815option\tan1\ttype\tType of .an1 file\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_type
816
817option\tan1\troad\tRoad type changes\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_road
818
819option\tan1\tnogc\tDo not add geocache data to description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_nogc
820
821option\tan1\tnourl\tDo not add URLs to description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_nourl
822
823option\tan1\tdeficon\tSymbol to use for point data\tstring\tRed Flag\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_deficon
824
825option\tan1\tcolor\tColor for lines or mapnotes\tstring\tred\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_color
826
827option\tan1\tzoom\tZoom level to reduce points\tinteger\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_zoom
828
829option\tan1\twpt_type\tWaypoint type\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_wpt_type
830
831option\tan1\tradius\tRadius for circles\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_an1.html#fmt_an1_o_radius
832
833file\t--rw--\tgpl\tgpl\tDeLorme GPL\tgpl
834\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpl.html
835file\trw----\tsaplus\t\tDeLorme Street Atlas Plus\txcsv
836\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html
837option\tsaplus\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html#fmt_saplus_o_snlen
838
839option\tsaplus\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html#fmt_saplus_o_snwhite
840
841option\tsaplus\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html#fmt_saplus_o_snupper
842
843option\tsaplus\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html#fmt_saplus_o_snunique
844
845option\tsaplus\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html#fmt_saplus_o_urlbase
846
847option\tsaplus\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html#fmt_saplus_o_prefer_shortnames
848
849option\tsaplus\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saplus.html#fmt_saplus_o_datum
850
851file\t--r---\tsaroute\tanr\tDeLorme Street Atlas Route\tsaroute
852\thttp://www.gpsbabel.org/htmldoc-development/fmt_saroute.html
853option\tsaroute\tturns_important\tKeep turns if simplify filter is used\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saroute.html#fmt_saroute_o_turns_important
854
855option\tsaroute\tturns_only\tOnly read turns; skip all other points\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saroute.html#fmt_saroute_o_turns_only
856
857option\tsaroute\tsplit\tSplit into multiple routes at turns\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saroute.html#fmt_saroute_o_split
858
859option\tsaroute\tcontrols\tRead control points as waypoint/route/none\tstring\tnone\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saroute.html#fmt_saroute_o_controls
860
861option\tsaroute\ttimes\tSynthesize track times\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_saroute.html#fmt_saroute_o_times
862
863file\trw----\txmap\twpt\tDeLorme XMap HH Native .WPT\txcsv
864\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html
865option\txmap\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html#fmt_xmap_o_snlen
866
867option\txmap\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html#fmt_xmap_o_snwhite
868
869option\txmap\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html#fmt_xmap_o_snupper
870
871option\txmap\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html#fmt_xmap_o_snunique
872
873option\txmap\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html#fmt_xmap_o_urlbase
874
875option\txmap\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html#fmt_xmap_o_prefer_shortnames
876
877option\txmap\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap.html#fmt_xmap_o_datum
878
879file\trw----\txmap2006\ttxt\tDeLorme XMap/SAHH 2006 Native .TXT\txcsv
880\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html
881option\txmap2006\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html#fmt_xmap2006_o_snlen
882
883option\txmap2006\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html#fmt_xmap2006_o_snwhite
884
885option\txmap2006\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html#fmt_xmap2006_o_snupper
886
887option\txmap2006\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html#fmt_xmap2006_o_snunique
888
889option\txmap2006\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html#fmt_xmap2006_o_urlbase
890
891option\txmap2006\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html#fmt_xmap2006_o_prefer_shortnames
892
893option\txmap2006\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmap2006.html#fmt_xmap2006_o_datum
894
895file\trw----\txmapwpt\t\tDeLorme XMat HH Street Atlas USA .WPT (PPC)\txcsv
896\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html
897option\txmapwpt\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html#fmt_xmapwpt_o_snlen
898
899option\txmapwpt\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html#fmt_xmapwpt_o_snwhite
900
901option\txmapwpt\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html#fmt_xmapwpt_o_snupper
902
903option\txmapwpt\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html#fmt_xmapwpt_o_snunique
904
905option\txmapwpt\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html#fmt_xmapwpt_o_urlbase
906
907option\txmapwpt\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html#fmt_xmapwpt_o_prefer_shortnames
908
909option\txmapwpt\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_xmapwpt.html#fmt_xmapwpt_o_datum
910
911file\trw----\teasygps\t.loc\tEasyGPS binary format\teasygps
912\thttp://www.gpsbabel.org/htmldoc-development/fmt_easygps.html
913internal\trwrwrw\tshape\tshp\tESRI shapefile\tshape
914\thttp://www.gpsbabel.org/htmldoc-development/fmt_shape.html
915option\tshape\tname\tIndex of name field in .dbf\tstring\t\t0\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_shape.html#fmt_shape_o_name
916
917option\tshape\turl\tIndex of URL field in .dbf\tinteger\t\t0\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_shape.html#fmt_shape_o_url
918
919file\t--rwrw\tigc\t\tFAI/IGC Flight Recorder Data Format\tigc
920\thttp://www.gpsbabel.org/htmldoc-development/fmt_igc.html
921option\tigc\ttimeadj\t(integer sec or 'auto') Barograph to GPS time diff\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_igc.html#fmt_igc_o_timeadj
922
923file\t-w-w-w\tgpssim\tgpssim\tFranson GPSGate Simulation\tgpssim
924\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpssim.html
925option\tgpssim\twayptspd\tDefault speed for waypoints (knots/hr)\tfloat\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpssim.html#fmt_gpssim_o_wayptspd
926
927option\tgpssim\tsplit\tSplit input into separate files\tboolean\t0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpssim.html#fmt_gpssim_o_split
928
929file\trw----\tfugawi\ttxt\tFugawi\txcsv
930\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html
931option\tfugawi\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html#fmt_fugawi_o_snlen
932
933option\tfugawi\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html#fmt_fugawi_o_snwhite
934
935option\tfugawi\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html#fmt_fugawi_o_snupper
936
937option\tfugawi\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html#fmt_fugawi_o_snunique
938
939option\tfugawi\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html#fmt_fugawi_o_urlbase
940
941option\tfugawi\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html#fmt_fugawi_o_prefer_shortnames
942
943option\tfugawi\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_fugawi.html#fmt_fugawi_o_datum
944
945file\tr-r-r-\tg7towin\tg7t\tG7ToWin data files (.g7t)\tg7towin
946\thttp://www.gpsbabel.org/htmldoc-development/fmt_g7towin.html
947file\trw----\tgarmin301\t\tGarmin 301 Custom position and heartrate\txcsv
948\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html
949option\tgarmin301\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html#fmt_garmin301_o_snlen
950
951option\tgarmin301\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html#fmt_garmin301_o_snwhite
952
953option\tgarmin301\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html#fmt_garmin301_o_snupper
954
955option\tgarmin301\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html#fmt_garmin301_o_snunique
956
957option\tgarmin301\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html#fmt_garmin301_o_urlbase
958
959option\tgarmin301\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html#fmt_garmin301_o_prefer_shortnames
960
961option\tgarmin301\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin301.html#fmt_garmin301_o_datum
962
963file\t--rw--\tglogbook\txml\tGarmin Logbook XML\tglogbook
964\thttp://www.gpsbabel.org/htmldoc-development/fmt_glogbook.html
965file\trwrwrw\tgdb\tgdb\tGarmin MapSource - gdb\tgdb
966\thttp://www.gpsbabel.org/htmldoc-development/fmt_gdb.html
967option\tgdb\tcat\tDefault category on output (1..16)\tinteger\t\t1\t16\thttp://www.gpsbabel.org/htmldoc-development/fmt_gdb.html#fmt_gdb_o_cat
968
969option\tgdb\tver\tVersion of gdb file to generate (1..3)\tinteger\t2\t1\t3\thttp://www.gpsbabel.org/htmldoc-development/fmt_gdb.html#fmt_gdb_o_ver
970
971option\tgdb\tvia\tDrop route points that do not have an equivalent waypoint (hidden points)\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gdb.html#fmt_gdb_o_via
972
973option\tgdb\troadbook\tInclude major turn points (with description) from calculated route\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gdb.html#fmt_gdb_o_roadbook
974
975file\trwrwrw\tmapsource\tmps\tGarmin MapSource - mps\tmapsource
976\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsource.html
977option\tmapsource\tsnlen\tLength of generated shortnames\tinteger\t10\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsource.html#fmt_mapsource_o_snlen
978
979option\tmapsource\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsource.html#fmt_mapsource_o_snwhite
980
981option\tmapsource\tmpsverout\tVersion of mapsource file to generate (3,4,5)\tinteger\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsource.html#fmt_mapsource_o_mpsverout
982
983option\tmapsource\tmpsmergeout\tMerge output with existing file\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsource.html#fmt_mapsource_o_mpsmergeout
984
985option\tmapsource\tmpsusedepth\tUse depth values on output (default is ignore)\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsource.html#fmt_mapsource_o_mpsusedepth
986
987option\tmapsource\tmpsuseprox\tUse proximity values on output (default is ignore)\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsource.html#fmt_mapsource_o_mpsuseprox
988
989file\trwrwrw\tgarmin_txt\ttxt\tGarmin MapSource - txt (tab delimited)\tgarmin_txt
990\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html
991option\tgarmin_txt\tdate\tRead/Write date format (i.e. yyyy/mm/dd)\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_date
992
993option\tgarmin_txt\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_datum
994
995option\tgarmin_txt\tdist\tDistance unit [m=metric, s=statute]\tstring\tm\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_dist
996
997option\tgarmin_txt\tgrid\tWrite position using this grid.\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_grid
998
999option\tgarmin_txt\tprec\tPrecision of coordinates\tinteger\t3\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_prec
1000
1001option\tgarmin_txt\ttemp\tTemperature unit [c=Celsius, f=Fahrenheit]\tstring\tc\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_temp
1002
1003option\tgarmin_txt\ttime\tRead/Write time format (i.e. HH:mm:ss xx)\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_time
1004
1005option\tgarmin_txt\tutc\tWrite timestamps with offset x to UTC time\tinteger\t\t-23\t+23\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_txt.html#fmt_garmin_txt_o_utc
1006
1007file\trwrwrw\tpcx\tpcx\tGarmin PCX5\tpcx
1008\thttp://www.gpsbabel.org/htmldoc-development/fmt_pcx.html
1009option\tpcx\tdeficon\tDefault icon name\tstring\tWaypoint\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_pcx.html#fmt_pcx_o_deficon
1010
1011option\tpcx\tcartoexploreur\tWrite tracks compatible with Carto Exploreur\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_pcx.html#fmt_pcx_o_cartoexploreur
1012
1013file\trw----\tgarmin_poi\t\tGarmin POI database\txcsv
1014\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html
1015option\tgarmin_poi\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html#fmt_garmin_poi_o_snlen
1016
1017option\tgarmin_poi\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html#fmt_garmin_poi_o_snwhite
1018
1019option\tgarmin_poi\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html#fmt_garmin_poi_o_snupper
1020
1021option\tgarmin_poi\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html#fmt_garmin_poi_o_snunique
1022
1023option\tgarmin_poi\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html#fmt_garmin_poi_o_urlbase
1024
1025option\tgarmin_poi\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html#fmt_garmin_poi_o_prefer_shortnames
1026
1027option\tgarmin_poi\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_poi.html#fmt_garmin_poi_o_datum
1028
1029file\trw----\tgarmin_gpi\tgpi\tGarmin Points of Interest (.gpi)\tgarmin_gpi
1030\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_gpi.html
1031option\tgarmin_gpi\tbitmap\tUse specified bitmap on output\tfile\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_gpi.html#fmt_garmin_gpi_o_bitmap
1032
1033option\tgarmin_gpi\tcategory\tDefault category on output\tstring\tMy points\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_gpi.html#fmt_garmin_gpi_o_category
1034
1035option\tgarmin_gpi\thide\tDon't show gpi bitmap on device\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_gpi.html#fmt_garmin_gpi_o_hide
1036
1037option\tgarmin_gpi\tdescr\tWrite description to address field\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_gpi.html#fmt_garmin_gpi_o_descr
1038
1039option\tgarmin_gpi\tnotes\tWrite notes to address field\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_gpi.html#fmt_garmin_gpi_o_notes
1040
1041option\tgarmin_gpi\tposition\tWrite position to address field\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin_gpi.html#fmt_garmin_gpi_o_position
1042
1043serial\trwrwrw\tgarmin\t\tGarmin serial/USB protocol\tgarmin
1044\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin.html
1045option\tgarmin\tsnlen\tLength of generated shortnames\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin.html#fmt_garmin_o_snlen
1046
1047option\tgarmin\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin.html#fmt_garmin_o_snwhite
1048
1049option\tgarmin\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin.html#fmt_garmin_o_deficon
1050
1051option\tgarmin\tget_posn\tReturn current position as a waypoint\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin.html#fmt_garmin_o_get_posn
1052
1053option\tgarmin\tpower_off\tCommand unit to power itself down\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin.html#fmt_garmin_o_power_off
1054
1055option\tgarmin\tcategory\tCategory number to use for written waypoints\tinteger\t\t1\t16\thttp://www.gpsbabel.org/htmldoc-development/fmt_garmin.html#fmt_garmin_o_category
1056
1057file\t---w--\tgtrnctr\t\tGarmin Training Centerxml\tgtrnctr
1058\thttp://www.gpsbabel.org/htmldoc-development/fmt_gtrnctr.html
1059file\trw----\tgeo\tloc\tGeocaching.com .loc\tgeo
1060\thttp://www.gpsbabel.org/htmldoc-development/fmt_geo.html
1061option\tgeo\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geo.html#fmt_geo_o_deficon
1062
1063option\tgeo\tnuke_placer\tOmit Placer name\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geo.html#fmt_geo_o_nuke_placer
1064
1065file\trw----\tgcdb\tpdb\tGeocachingDB for Palm/OS\tgcdb
1066\thttp://www.gpsbabel.org/htmldoc-development/fmt_gcdb.html
1067file\t--rw--\tggv_log\tlog\tGeogrid Viewer tracklogs (.log)\tggv_log
1068\thttp://www.gpsbabel.org/htmldoc-development/fmt_ggv_log.html
1069file\trw----\tgeonet\ttxt\tGEOnet Names Server (GNS)\txcsv
1070\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html
1071option\tgeonet\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html#fmt_geonet_o_snlen
1072
1073option\tgeonet\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html#fmt_geonet_o_snwhite
1074
1075option\tgeonet\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html#fmt_geonet_o_snupper
1076
1077option\tgeonet\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html#fmt_geonet_o_snunique
1078
1079option\tgeonet\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html#fmt_geonet_o_urlbase
1080
1081option\tgeonet\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html#fmt_geonet_o_prefer_shortnames
1082
1083option\tgeonet\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geonet.html#fmt_geonet_o_datum
1084
1085file\trw----\tgeoniche\tpdb\tGeoNiche .pdb\tgeoniche
1086\thttp://www.gpsbabel.org/htmldoc-development/fmt_geoniche.html
1087option\tgeoniche\tdbname\tDatabase name (filename)\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geoniche.html#fmt_geoniche_o_dbname
1088
1089option\tgeoniche\tcategory\tCategory name (Cache)\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_geoniche.html#fmt_geoniche_o_category
1090
1091serial\t--r---\tdg-100\t\tGlobalSat DG-100/BT-335 Download\tdg-100
1092\thttp://www.gpsbabel.org/htmldoc-development/fmt_dg-100.html
1093option\tdg-100\terase\tErase device data after download\tboolean\t0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dg-100.html#fmt_dg-100_o_erase
1094
1095file\trwrwrw\tkml\tkml\tGoogle Earth (Keyhole) Markup Language\tkml
1096\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html
1097option\tkml\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_deficon
1098
1099option\tkml\tlines\tExport linestrings for tracks and routes\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_lines
1100
1101option\tkml\tpoints\tExport placemarks for tracks and routes\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_points
1102
1103option\tkml\tline_width\tWidth of lines, in pixels\tinteger\t6\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_line_width
1104
1105option\tkml\tline_color\tLine color, specified in hex AABBGGRR\tstring\t64eeee17\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_line_color
1106
1107option\tkml\tfloating\tAltitudes are absolute and not clamped to ground\tboolean\t0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_floating
1108
1109option\tkml\textrude\tDraw extrusion line from trackpoint to ground\tboolean\t0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_extrude
1110
1111option\tkml\ttrackdata\tInclude extended data for trackpoints (default = 1)\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_trackdata
1112
1113option\tkml\tunits\tUnits used when writing comments ('s'tatute or 'm'etric)\tstring\ts\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_units
1114
1115option\tkml\tlabels\tDisplay labels on track and routepoints  (default = 1)\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_labels
1116
1117option\tkml\tmax_position_points\tRetain at most this number of position points  (0 = unlimited)\tinteger\t0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kml.html#fmt_kml_o_max_position_points
1118
1119file\t--r---\tgoogle\txml\tGoogle Maps XML\tgoogle
1120\thttp://www.gpsbabel.org/htmldoc-development/fmt_google.html
1121file\trw----\tgpilots\tpdb\tGpilotS\tgpilots
1122\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpilots.html
1123option\tgpilots\tdbname\tDatabase name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpilots.html#fmt_gpilots_o_dbname
1124
1125file\trwrwrw\tgtm\tgtm\tGPS TrackMaker\tgtm
1126\thttp://www.gpsbabel.org/htmldoc-development/fmt_gtm.html
1127file\trw----\tarc\ttxt\tGPSBabel arc filter file\txcsv
1128\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html
1129option\tarc\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_snlen
1130
1131option\tarc\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_snwhite
1132
1133option\tarc\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_snupper
1134
1135option\tarc\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_snunique
1136
1137option\tarc\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_urlbase
1138
1139option\tarc\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_prefer_shortnames
1140
1141option\tarc\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_arc.html#fmt_arc_o_datum
1142
1143file\trw----\tgpsdrive\t\tGpsDrive Format\txcsv
1144\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html
1145option\tgpsdrive\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html#fmt_gpsdrive_o_snlen
1146
1147option\tgpsdrive\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html#fmt_gpsdrive_o_snwhite
1148
1149option\tgpsdrive\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html#fmt_gpsdrive_o_snupper
1150
1151option\tgpsdrive\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html#fmt_gpsdrive_o_snunique
1152
1153option\tgpsdrive\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html#fmt_gpsdrive_o_urlbase
1154
1155option\tgpsdrive\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html#fmt_gpsdrive_o_prefer_shortnames
1156
1157option\tgpsdrive\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrive.html#fmt_gpsdrive_o_datum
1158
1159file\trw----\tgpsdrivetrack\t\tGpsDrive Format for Tracks\txcsv
1160\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html
1161option\tgpsdrivetrack\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_snlen
1162
1163option\tgpsdrivetrack\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_snwhite
1164
1165option\tgpsdrivetrack\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_snupper
1166
1167option\tgpsdrivetrack\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_snunique
1168
1169option\tgpsdrivetrack\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_urlbase
1170
1171option\tgpsdrivetrack\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_prefer_shortnames
1172
1173option\tgpsdrivetrack\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_datum
1174
1175file\trw----\tgpsman\t\tGPSman\txcsv
1176\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html
1177option\tgpsman\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html#fmt_gpsman_o_snlen
1178
1179option\tgpsman\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html#fmt_gpsman_o_snwhite
1180
1181option\tgpsman\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html#fmt_gpsman_o_snupper
1182
1183option\tgpsman\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html#fmt_gpsman_o_snunique
1184
1185option\tgpsman\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html#fmt_gpsman_o_urlbase
1186
1187option\tgpsman\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html#fmt_gpsman_o_prefer_shortnames
1188
1189option\tgpsman\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsman.html#fmt_gpsman_o_datum
1190
1191file\trw----\tgpspilot\tpdb\tGPSPilot Tracker for Palm/OS\tgpspilot
1192\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpspilot.html
1193option\tgpspilot\tdbname\tDatabase name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpspilot.html#fmt_gpspilot_o_dbname
1194
1195file\trw----\tgpsutil\t\tgpsutil\tgpsutil
1196\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpsutil.html
1197file\trwrwrw\tgpx\tgpx\tGPX XML\tgpx
1198\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpx.html
1199option\tgpx\tsnlen\tLength of generated shortnames\tinteger\t32\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpx.html#fmt_gpx_o_snlen
1200
1201option\tgpx\tsuppresswhite\tNo whitespace in generated shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpx.html#fmt_gpx_o_suppresswhite
1202
1203option\tgpx\tlogpoint\tCreate waypoints from geocache log entries\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpx.html#fmt_gpx_o_logpoint
1204
1205option\tgpx\turlbase\tBase URL for link tag in output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpx.html#fmt_gpx_o_urlbase
1206
1207option\tgpx\tgpxver\tTarget GPX version for output\tstring\t1.0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_gpx.html#fmt_gpx_o_gpxver
1208
1209file\trwrw--\thiketech\tgps\tHikeTech\thiketech
1210\thttp://www.gpsbabel.org/htmldoc-development/fmt_hiketech.html
1211file\trw----\tholux\twpo\tHolux (gm-100) .wpo Format\tholux
1212\thttp://www.gpsbabel.org/htmldoc-development/fmt_holux.html
1213file\trw----\thsandv\t\tHSA Endeavour Navigator export File\thsandv
1214\thttp://www.gpsbabel.org/htmldoc-development/fmt_hsandv.html
1215file\t-w----\thtml\thtml\tHTML Output\thtml
1216\thttp://www.gpsbabel.org/htmldoc-development/fmt_html.html
1217option\thtml\tstylesheet\tPath to HTML style sheet\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_html.html#fmt_html_o_stylesheet
1218
1219option\thtml\tencrypt\tEncrypt hints using ROT13\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_html.html#fmt_html_o_encrypt
1220
1221option\thtml\tlogs\tInclude groundspeak logs if present\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_html.html#fmt_html_o_logs
1222
1223option\thtml\tdegformat\tDegrees output as 'ddd', 'dmm'(default) or 'dms'\tstring\tdmm\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_html.html#fmt_html_o_degformat
1224
1225option\thtml\taltunits\tUnits for altitude (f)eet or (m)etres\tstring\tm\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_html.html#fmt_html_o_altunits
1226
1227file\t--rw--\tignrando\trdn\tIGN Rando track files\tignrando
1228\thttp://www.gpsbabel.org/htmldoc-development/fmt_ignrando.html
1229option\tignrando\tindex\tIndex of track to write (if more the one in source)\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ignrando.html#fmt_ignrando_o_index
1230
1231internal\tr-r-r-\trandom\t\tInternal GPS data generator\trandom
1232\thttp://www.gpsbabel.org/htmldoc-development/fmt_random.html
1233option\trandom\tpoints\tGenerate # points\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_random.html#fmt_random_o_points
1234
1235option\trandom\tseed\tStarting seed of the internal number generator\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_random.html#fmt_random_o_seed
1236
1237file\trw----\tktf2\tktf\tKartex 5 Track File\txcsv
1238\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html
1239option\tktf2\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html#fmt_ktf2_o_snlen
1240
1241option\tktf2\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html#fmt_ktf2_o_snwhite
1242
1243option\tktf2\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html#fmt_ktf2_o_snupper
1244
1245option\tktf2\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html#fmt_ktf2_o_snunique
1246
1247option\tktf2\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html#fmt_ktf2_o_urlbase
1248
1249option\tktf2\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html#fmt_ktf2_o_prefer_shortnames
1250
1251option\tktf2\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ktf2.html#fmt_ktf2_o_datum
1252
1253file\trw----\tkwf2\tkwf\tKartex 5 Waypoint File\txcsv
1254\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html
1255option\tkwf2\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html#fmt_kwf2_o_snlen
1256
1257option\tkwf2\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html#fmt_kwf2_o_snwhite
1258
1259option\tkwf2\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html#fmt_kwf2_o_snupper
1260
1261option\tkwf2\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html#fmt_kwf2_o_snunique
1262
1263option\tkwf2\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html#fmt_kwf2_o_urlbase
1264
1265option\tkwf2\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html#fmt_kwf2_o_prefer_shortnames
1266
1267option\tkwf2\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kwf2.html#fmt_kwf2_o_datum
1268
1269file\t--rw--\tkompass_tk\twp\tKompass (DAV) Track (.tk)\txcsv
1270\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html
1271option\tkompass_tk\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html#fmt_kompass_tk_o_snlen
1272
1273option\tkompass_tk\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html#fmt_kompass_tk_o_snwhite
1274
1275option\tkompass_tk\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html#fmt_kompass_tk_o_snupper
1276
1277option\tkompass_tk\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html#fmt_kompass_tk_o_snunique
1278
1279option\tkompass_tk\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html#fmt_kompass_tk_o_urlbase
1280
1281option\tkompass_tk\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html#fmt_kompass_tk_o_prefer_shortnames
1282
1283option\tkompass_tk\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_tk.html#fmt_kompass_tk_o_datum
1284
1285file\trw----\tkompass_wp\twp\tKompass (DAV) Waypoints (.wp)\txcsv
1286\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html
1287option\tkompass_wp\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html#fmt_kompass_wp_o_snlen
1288
1289option\tkompass_wp\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html#fmt_kompass_wp_o_snwhite
1290
1291option\tkompass_wp\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html#fmt_kompass_wp_o_snupper
1292
1293option\tkompass_wp\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html#fmt_kompass_wp_o_snunique
1294
1295option\tkompass_wp\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html#fmt_kompass_wp_o_urlbase
1296
1297option\tkompass_wp\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html#fmt_kompass_wp_o_prefer_shortnames
1298
1299option\tkompass_wp\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_kompass_wp.html#fmt_kompass_wp_o_datum
1300
1301file\trwrwrw\tpsitrex\t\tKuDaTa PsiTrex text\tpsitrex
1302\thttp://www.gpsbabel.org/htmldoc-development/fmt_psitrex.html
1303file\trwrwrw\tlowranceusr\tusr\tLowrance USR\tlowranceusr
1304\thttp://www.gpsbabel.org/htmldoc-development/fmt_lowranceusr.html
1305option\tlowranceusr\tignoreicons\tIgnore event marker icons on read\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_lowranceusr.html#fmt_lowranceusr_o_ignoreicons
1306
1307option\tlowranceusr\twriteasicons\tTreat waypoints as icons on write\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_lowranceusr.html#fmt_lowranceusr_o_writeasicons
1308
1309option\tlowranceusr\tmerge\t(USR output) Merge into one segmented track\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_lowranceusr.html#fmt_lowranceusr_o_merge
1310
1311option\tlowranceusr\tbreak\t(USR input) Break segments into separate tracks\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_lowranceusr.html#fmt_lowranceusr_o_break
1312
1313file\t-w----\tmaggeo\tgs\tMagellan Explorist Geocaching\tmaggeo
1314\thttp://www.gpsbabel.org/htmldoc-development/fmt_maggeo.html
1315file\trwrwrw\tmapsend\t\tMagellan Mapsend\tmapsend
1316\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsend.html
1317option\tmapsend\ttrkver\tMapSend version TRK file to generate (3,4)\tinteger\t4\t3\t4\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapsend.html#fmt_mapsend_o_trkver
1318
1319file\trw----\tmagnav\tpdb\tMagellan NAV Companion for Palm/OS\tmagnav
1320\thttp://www.gpsbabel.org/htmldoc-development/fmt_magnav.html
1321file\trwrwrw\tmagellanx\tupt\tMagellan SD files (as for eXplorist)\tmagellanx
1322\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellanx.html
1323option\tmagellanx\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellanx.html#fmt_magellanx_o_deficon
1324
1325option\tmagellanx\tmaxcmts\tMax number of comments to write (maxcmts=200)\tinteger\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellanx.html#fmt_magellanx_o_maxcmts
1326
1327file\trwrwrw\tmagellan\t\tMagellan SD files (as for Meridian)\tmagellan
1328\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html
1329option\tmagellan\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html#fmt_magellan_o_deficon
1330
1331option\tmagellan\tmaxcmts\tMax number of comments to write (maxcmts=200)\tinteger\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html#fmt_magellan_o_maxcmts
1332
1333serial\trwrwrw\tmagellan\t\tMagellan serial protocol\tmagellan
1334\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html
1335option\tmagellan\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html#fmt_magellan_o_deficon
1336
1337option\tmagellan\tmaxcmts\tMax number of comments to write (maxcmts=200)\tinteger\t200\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html#fmt_magellan_o_maxcmts
1338
1339option\tmagellan\tbaud\tNumeric value of bitrate (baud=4800)\tinteger\t4800\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html#fmt_magellan_o_baud
1340
1341option\tmagellan\tnoack\tSuppress use of handshaking in name of speed\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html#fmt_magellan_o_noack
1342
1343option\tmagellan\tnukewpt\tDelete all waypoints\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_magellan.html#fmt_magellan_o_nukewpt
1344
1345file\t----r-\ttef\txml\tMap&Guide 'TourExchangeFormat' XML\ttef
1346\thttp://www.gpsbabel.org/htmldoc-development/fmt_tef.html
1347option\ttef\troutevia\tInclude only via stations in route\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tef.html#fmt_tef_o_routevia
1348
1349file\tr---r-\tmag_pdb\tpdb\tMap&Guide to Palm/OS exported files (.pdb)\tmag_pdb
1350\thttp://www.gpsbabel.org/htmldoc-development/fmt_mag_pdb.html
1351file\trw----\tmapconverter\ttxt\tMapopolis.com Mapconverter CSV\txcsv
1352\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html
1353option\tmapconverter\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html#fmt_mapconverter_o_snlen
1354
1355option\tmapconverter\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html#fmt_mapconverter_o_snwhite
1356
1357option\tmapconverter\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html#fmt_mapconverter_o_snupper
1358
1359option\tmapconverter\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html#fmt_mapconverter_o_snunique
1360
1361option\tmapconverter\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html#fmt_mapconverter_o_urlbase
1362
1363option\tmapconverter\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html#fmt_mapconverter_o_prefer_shortnames
1364
1365option\tmapconverter\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mapconverter.html#fmt_mapconverter_o_datum
1366
1367file\trw----\tmxf\tmxf\tMapTech Exchange Format\txcsv
1368\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html
1369option\tmxf\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html#fmt_mxf_o_snlen
1370
1371option\tmxf\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html#fmt_mxf_o_snwhite
1372
1373option\tmxf\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html#fmt_mxf_o_snupper
1374
1375option\tmxf\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html#fmt_mxf_o_snunique
1376
1377option\tmxf\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html#fmt_mxf_o_urlbase
1378
1379option\tmxf\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html#fmt_mxf_o_prefer_shortnames
1380
1381option\tmxf\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_mxf.html#fmt_mxf_o_datum
1382
1383file\t----r-\tmsroute\taxe\tMicrosoft AutoRoute 2002 (pin/route reader)\tmsroute
1384\thttp://www.gpsbabel.org/htmldoc-development/fmt_msroute.html
1385file\t----r-\tmsroute\test\tMicrosoft Streets and Trips (pin/route reader)\tmsroute
1386\thttp://www.gpsbabel.org/htmldoc-development/fmt_msroute.html
1387file\trw----\ts_and_t\ttxt\tMicrosoft Streets and Trips 2002-2006\txcsv
1388\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html
1389option\ts_and_t\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html#fmt_s_and_t_o_snlen
1390
1391option\ts_and_t\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html#fmt_s_and_t_o_snwhite
1392
1393option\ts_and_t\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html#fmt_s_and_t_o_snupper
1394
1395option\ts_and_t\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html#fmt_s_and_t_o_snunique
1396
1397option\ts_and_t\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html#fmt_s_and_t_o_urlbase
1398
1399option\ts_and_t\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html#fmt_s_and_t_o_prefer_shortnames
1400
1401option\ts_and_t\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_s_and_t.html#fmt_s_and_t_o_datum
1402
1403file\t----rw\tbcr\tbcr\tMotorrad Routenplaner (Map&Guide) .bcr files\tbcr
1404\thttp://www.gpsbabel.org/htmldoc-development/fmt_bcr.html
1405option\tbcr\tindex\tIndex of route to write (if more the one in source)\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_bcr.html#fmt_bcr_o_index
1406
1407option\tbcr\tname\tNew name for the route\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_bcr.html#fmt_bcr_o_name
1408
1409option\tbcr\tradius\tRadius of our big earth (default 6371000 meters)\tfloat\t6371000\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_bcr.html#fmt_bcr_o_radius
1410
1411option\tbcr\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_bcr.html#fmt_bcr_o_prefer_shortnames
1412
1413file\trw----\tpsp\tpsp\tMS PocketStreets 2002 Pushpin\tpsp
1414\thttp://www.gpsbabel.org/htmldoc-development/fmt_psp.html
1415file\trw----\ttpg\ttpg\tNational Geographic Topo .tpg (waypoints)\ttpg
1416\thttp://www.gpsbabel.org/htmldoc-development/fmt_tpg.html
1417option\ttpg\tdatum\tDatum (default=NAD27)\tstring\tN. America 1927 mean\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tpg.html#fmt_tpg_o_datum
1418
1419file\t--r---\ttpo2\ttpo\tNational Geographic Topo 2.x .tpo\ttpo2
1420\thttp://www.gpsbabel.org/htmldoc-development/fmt_tpo2.html
1421file\tr-r-r-\ttpo3\ttpo\tNational Geographic Topo 3.x/4.x .tpo\ttpo3
1422\thttp://www.gpsbabel.org/htmldoc-development/fmt_tpo3.html
1423file\tr-----\tnavicache\t\tNavicache.com XML\tnavicache
1424\thttp://www.gpsbabel.org/htmldoc-development/fmt_navicache.html
1425option\tnavicache\tnoretired\tSuppress retired geocaches\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_navicache.html#fmt_navicache_o_noretired
1426
1427file\t----rw\tnmn4\trte\tNavigon Mobile Navigator .rte files\tnmn4
1428\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmn4.html
1429option\tnmn4\tindex\tIndex of route to write (if more the one in source)\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmn4.html#fmt_nmn4_o_index
1430
1431file\trw----\tdna\tdna\tNavitrak DNA marker format\txcsv
1432\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html
1433option\tdna\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html#fmt_dna_o_snlen
1434
1435option\tdna\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html#fmt_dna_o_snwhite
1436
1437option\tdna\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html#fmt_dna_o_snupper
1438
1439option\tdna\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html#fmt_dna_o_snunique
1440
1441option\tdna\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html#fmt_dna_o_urlbase
1442
1443option\tdna\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html#fmt_dna_o_prefer_shortnames
1444
1445option\tdna\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dna.html#fmt_dna_o_datum
1446
1447file\tr-----\tnetstumbler\t\tNetStumbler Summary File (text)\tnetstumbler
1448\thttp://www.gpsbabel.org/htmldoc-development/fmt_netstumbler.html
1449option\tnetstumbler\tnseicon\tNon-stealth encrypted icon name\tstring\tRed Square\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_netstumbler.html#fmt_netstumbler_o_nseicon
1450
1451option\tnetstumbler\tnsneicon\tNon-stealth non-encrypted icon name\tstring\tGreen Square\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_netstumbler.html#fmt_netstumbler_o_nsneicon
1452
1453option\tnetstumbler\tseicon\tStealth encrypted icon name\tstring\tRed Diamond\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_netstumbler.html#fmt_netstumbler_o_seicon
1454
1455option\tnetstumbler\tsneicon\tStealth non-encrypted icon name\tstring\tGreen Diamond\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_netstumbler.html#fmt_netstumbler_o_sneicon
1456
1457option\tnetstumbler\tsnmac\tShortname is MAC address\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_netstumbler.html#fmt_netstumbler_o_snmac
1458
1459file\trw----\tnima\t\tNIMA/GNIS Geographic Names File\txcsv
1460\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html
1461option\tnima\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html#fmt_nima_o_snlen
1462
1463option\tnima\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html#fmt_nima_o_snwhite
1464
1465option\tnima\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html#fmt_nima_o_snupper
1466
1467option\tnima\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html#fmt_nima_o_snunique
1468
1469option\tnima\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html#fmt_nima_o_urlbase
1470
1471option\tnima\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html#fmt_nima_o_prefer_shortnames
1472
1473option\tnima\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nima.html#fmt_nima_o_datum
1474
1475file\trwrw--\tnmea\t\tNMEA 0183 sentences\tnmea
1476\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html
1477option\tnmea\tsnlen\tMax length of waypoint name to write\tinteger\t6\t1\t64\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_snlen
1478
1479option\tnmea\tgprmc\tRead/write GPRMC sentences\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_gprmc
1480
1481option\tnmea\tgpgga\tRead/write GPGGA sentences\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_gpgga
1482
1483option\tnmea\tgpvtg\tRead/write GPVTG sentences\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_gpvtg
1484
1485option\tnmea\tgpgsa\tRead/write GPGSA sentences\tboolean\t1\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_gpgsa
1486
1487option\tnmea\tdate\tComplete date-free tracks with given date (YYYYMMDD).\tinteger\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_date
1488
1489option\tnmea\tget_posn\tReturn current position as a waypoint\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_get_posn
1490
1491option\tnmea\tpause\tDecimal seconds to pause between groups of strings\tinteger\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_pause
1492
1493option\tnmea\tappend_positioning\tAppend realtime positioning data to the output file instead of truncating\tboolean\t0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_append_positioning
1494
1495option\tnmea\tbaud\tSpeed in bits per second of serial port (baud=4800)\tinteger\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_nmea.html#fmt_nmea_o_baud
1496
1497file\trw----\tlmx\t\tNokia Landmark Exchange\tlmx
1498\thttp://www.gpsbabel.org/htmldoc-development/fmt_lmx.html
1499file\trwrwrw\tozi\t\tOziExplorer\tozi
1500\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html
1501option\tozi\tpack\tWrite all tracks into one file\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html#fmt_ozi_o_pack
1502
1503option\tozi\tsnlen\tMax synthesized shortname length\tinteger\t32\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html#fmt_ozi_o_snlen
1504
1505option\tozi\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html#fmt_ozi_o_snwhite
1506
1507option\tozi\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html#fmt_ozi_o_snupper
1508
1509option\tozi\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html#fmt_ozi_o_snunique
1510
1511option\tozi\twptfgcolor\tWaypoint foreground color\tstring\tblack\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html#fmt_ozi_o_wptfgcolor
1512
1513option\tozi\twptbgcolor\tWaypoint background color\tstring\tyellow\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_ozi.html#fmt_ozi_o_wptbgcolor
1514
1515file\t-w----\tpalmdoc\tpdb\tPalmDoc Output\tpalmdoc
1516\thttp://www.gpsbabel.org/htmldoc-development/fmt_palmdoc.html
1517option\tpalmdoc\tnosep\tNo separator lines between waypoints\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_palmdoc.html#fmt_palmdoc_o_nosep
1518
1519option\tpalmdoc\tdbname\tDatabase name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_palmdoc.html#fmt_palmdoc_o_dbname
1520
1521option\tpalmdoc\tencrypt\tEncrypt hints with ROT13\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_palmdoc.html#fmt_palmdoc_o_encrypt
1522
1523option\tpalmdoc\tlogs\tInclude groundspeak logs if present\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_palmdoc.html#fmt_palmdoc_o_logs
1524
1525option\tpalmdoc\tbookmarks_short\tInclude short name in bookmarks\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_palmdoc.html#fmt_palmdoc_o_bookmarks_short
1526
1527file\trwrwrw\tpathaway\tpdb\tPathAway Database for Palm/OS\tpathaway
1528\thttp://www.gpsbabel.org/htmldoc-development/fmt_pathaway.html
1529option\tpathaway\tdate\tRead/Write date format (i.e. DDMMYYYY)\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_pathaway.html#fmt_pathaway_o_date
1530
1531option\tpathaway\tdbname\tDatabase name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_pathaway.html#fmt_pathaway_o_dbname
1532
1533option\tpathaway\tdeficon\tDefault icon name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_pathaway.html#fmt_pathaway_o_deficon
1534
1535option\tpathaway\tsnlen\tLength of generated shortnames\tinteger\t10\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_pathaway.html#fmt_pathaway_o_snlen
1536
1537file\trw----\tquovadis\tpdb\tQuovadis\tquovadis
1538\thttp://www.gpsbabel.org/htmldoc-development/fmt_quovadis.html
1539option\tquovadis\tdbname\tDatabase name\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_quovadis.html#fmt_quovadis_o_dbname
1540
1541file\trw--rw\traymarine\trwf\tRaymarine Waypoint File (.rwf)\traymarine
1542\thttp://www.gpsbabel.org/htmldoc-development/fmt_raymarine.html
1543option\traymarine\tlocation\tDefault location\tstring\tMy Waypoints\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_raymarine.html#fmt_raymarine_o_location
1544
1545file\trw----\tcup\tcup\tSee You flight analysis data\txcsv
1546\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html
1547option\tcup\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html#fmt_cup_o_snlen
1548
1549option\tcup\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html#fmt_cup_o_snwhite
1550
1551option\tcup\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html#fmt_cup_o_snupper
1552
1553option\tcup\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html#fmt_cup_o_snunique
1554
1555option\tcup\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html#fmt_cup_o_urlbase
1556
1557option\tcup\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html#fmt_cup_o_prefer_shortnames
1558
1559option\tcup\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_cup.html#fmt_cup_o_datum
1560
1561file\trw----\tsportsim\ttxt\tSportsim track files (part of zipped .ssz files)\txcsv
1562\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html
1563option\tsportsim\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html#fmt_sportsim_o_snlen
1564
1565option\tsportsim\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html#fmt_sportsim_o_snwhite
1566
1567option\tsportsim\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html#fmt_sportsim_o_snupper
1568
1569option\tsportsim\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html#fmt_sportsim_o_snunique
1570
1571option\tsportsim\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html#fmt_sportsim_o_urlbase
1572
1573option\tsportsim\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html#fmt_sportsim_o_prefer_shortnames
1574
1575option\tsportsim\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_sportsim.html#fmt_sportsim_o_datum
1576
1577file\t--rwrw\tstmsdf\tsdf\tSuunto Trek Manager (STM) .sdf files\tstmsdf
1578\thttp://www.gpsbabel.org/htmldoc-development/fmt_stmsdf.html
1579option\tstmsdf\tindex\tIndex of route (if more the one in source)\tinteger\t1\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_stmsdf.html#fmt_stmsdf_o_index
1580
1581file\trwrwrw\tstmwpp\ttxt\tSuunto Trek Manager (STM) WaypointPlus files\tstmwpp
1582\thttp://www.gpsbabel.org/htmldoc-development/fmt_stmwpp.html
1583option\tstmwpp\tindex\tIndex of route/track to write (if more the one in source)\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_stmwpp.html#fmt_stmwpp_o_index
1584
1585file\trwrw--\txol\txol\tSwiss Map # (.xol) format\txol
1586\thttp://www.gpsbabel.org/htmldoc-development/fmt_xol.html
1587file\trw----\topenoffice\t\tTab delimited fields useful for OpenOffice, Ploticus etc.\txcsv
1588\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html
1589option\topenoffice\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html#fmt_openoffice_o_snlen
1590
1591option\topenoffice\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html#fmt_openoffice_o_snwhite
1592
1593option\topenoffice\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html#fmt_openoffice_o_snupper
1594
1595option\topenoffice\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html#fmt_openoffice_o_snunique
1596
1597option\topenoffice\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html#fmt_openoffice_o_urlbase
1598
1599option\topenoffice\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html#fmt_openoffice_o_prefer_shortnames
1600
1601option\topenoffice\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_openoffice.html#fmt_openoffice_o_datum
1602
1603file\t-w----\ttext\ttxt\tTextual Output\ttext
1604\thttp://www.gpsbabel.org/htmldoc-development/fmt_text.html
1605option\ttext\tnosep\tSuppress separator lines between waypoints\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_text.html#fmt_text_o_nosep
1606
1607option\ttext\tencrypt\tEncrypt hints using ROT13\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_text.html#fmt_text_o_encrypt
1608
1609option\ttext\tlogs\tInclude groundspeak logs if present\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_text.html#fmt_text_o_logs
1610
1611option\ttext\tdegformat\tDegrees output as 'ddd', 'dmm'(default) or 'dms'\tstring\tdmm\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_text.html#fmt_text_o_degformat
1612
1613option\ttext\taltunits\tUnits for altitude (f)eet or (m)etres\tstring\tm\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_text.html#fmt_text_o_altunits
1614
1615option\ttext\tsplitoutput\tWrite each waypoint in a separate file\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_text.html#fmt_text_o_splitoutput
1616
1617file\t----rw\ttomtom_itn\titn\tTomTom Itineraries (.itn)\txcsv
1618\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html
1619option\ttomtom_itn\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html#fmt_tomtom_itn_o_snlen
1620
1621option\ttomtom_itn\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html#fmt_tomtom_itn_o_snwhite
1622
1623option\ttomtom_itn\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html#fmt_tomtom_itn_o_snupper
1624
1625option\ttomtom_itn\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html#fmt_tomtom_itn_o_snunique
1626
1627option\ttomtom_itn\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html#fmt_tomtom_itn_o_urlbase
1628
1629option\ttomtom_itn\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html#fmt_tomtom_itn_o_prefer_shortnames
1630
1631option\ttomtom_itn\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_itn.html#fmt_tomtom_itn_o_datum
1632
1633file\trw----\ttomtom_asc\tasc\tTomTom POI file (.asc)\txcsv
1634\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html
1635option\ttomtom_asc\tsnlen\tMax synthesized shortname length\tinteger\t\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html#fmt_tomtom_asc_o_snlen
1636
1637option\ttomtom_asc\tsnwhite\tAllow whitespace synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html#fmt_tomtom_asc_o_snwhite
1638
1639option\ttomtom_asc\tsnupper\tUPPERCASE synth. shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html#fmt_tomtom_asc_o_snupper
1640
1641option\ttomtom_asc\tsnunique\tMake synth. shortnames unique\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html#fmt_tomtom_asc_o_snunique
1642
1643option\ttomtom_asc\turlbase\tBasename prepended to URL on output\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html#fmt_tomtom_asc_o_urlbase
1644
1645option\ttomtom_asc\tprefer_shortnames\tUse shortname instead of description\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html#fmt_tomtom_asc_o_prefer_shortnames
1646
1647option\ttomtom_asc\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom_asc.html#fmt_tomtom_asc_o_datum
1648
1649file\trw----\ttomtom\tov2\tTomTom POI file (.ov2)\ttomtom
1650\thttp://www.gpsbabel.org/htmldoc-development/fmt_tomtom.html
1651file\trw----\ttmpro\ttmpro\tTopoMapPro Places File\ttmpro
1652\thttp://www.gpsbabel.org/htmldoc-development/fmt_tmpro.html
1653file\trwrw--\tdmtlog\ttrl\tTrackLogs digital mapping (.trl)\tdmtlog
1654\thttp://www.gpsbabel.org/htmldoc-development/fmt_dmtlog.html
1655option\tdmtlog\tindex\tIndex of track (if more the one in source)\tinteger\t1\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_dmtlog.html#fmt_dmtlog_o_index
1656
1657file\trw----\ttiger\t\tU.S. Census Bureau Tiger Mapping Service\ttiger
1658\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html
1659option\ttiger\tnolabels\tSuppress labels on generated pins\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_nolabels
1660
1661option\ttiger\tgenurl\tGenerate file with lat/lon for centering map\toutfile\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_genurl
1662
1663option\ttiger\tmargin\tMargin for map.  Degrees or percentage\tfloat\t15%\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_margin
1664
1665option\ttiger\tsnlen\tMax shortname length when used with -s\tinteger\t10\t1\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_snlen
1666
1667option\ttiger\toldthresh\tDays after which points are considered old\tinteger\t14\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_oldthresh
1668
1669option\ttiger\toldmarker\tMarker type for old points\tstring\tredpin\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_oldmarker
1670
1671option\ttiger\tnewmarker\tMarker type for new points\tstring\tgreenpin\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_newmarker
1672
1673option\ttiger\tsuppresswhite\tSuppress whitespace in generated shortnames\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_suppresswhite
1674
1675option\ttiger\tunfoundmarker\tMarker type for unfound points\tstring\tbluepin\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_unfoundmarker
1676
1677option\ttiger\txpixels\tWidth in pixels of map\tinteger\t768\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_xpixels
1678
1679option\ttiger\typixels\tHeight in pixels of map\tinteger\t768\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_ypixels
1680
1681option\ttiger\ticonismarker\tThe icon description is already the marker\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_tiger.html#fmt_tiger_o_iconismarker
1682
1683file\trwrwrw\tunicsv\t\tUniversal csv with field structure in first line\tunicsv
1684\thttp://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html
1685option\tunicsv\tdatum\tGPS datum (def. WGS 84)\tstring\tWGS 84\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html#fmt_unicsv_o_datum
1686
1687option\tunicsv\tgrid\tWrite position using this grid.\tstring\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html#fmt_unicsv_o_grid
1688
1689option\tunicsv\tutc\tWrite timestamps with offset x to UTC time\tinteger\t\t-23\t+23\thttp://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html#fmt_unicsv_o_utc
1690
1691file\t-w----\tvcard\tvcf\tVcard Output (for iPod)\tvcard
1692\thttp://www.gpsbabel.org/htmldoc-development/fmt_vcard.html
1693option\tvcard\tencrypt\tEncrypt hints using ROT13\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_vcard.html#fmt_vcard_o_encrypt
1694
1695file\trwrwrw\tvitosmt\tsmt\tVito Navigator II tracks\tvitosmt
1696\thttp://www.gpsbabel.org/htmldoc-development/fmt_vitosmt.html
1697file\t--r---\tvitovtt\tvtt\tVito SmartMap tracks (.vtt)\tvitovtt
1698\thttp://www.gpsbabel.org/htmldoc-development/fmt_vitovtt.html
1699file\tr-----\twfff\txml\tWiFiFoFum 2.0 for PocketPC XML\twfff
1700\thttp://www.gpsbabel.org/htmldoc-development/fmt_wfff.html
1701option\twfff\taicicon\tInfrastructure closed icon name\tstring\tRed Square\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_wfff.html#fmt_wfff_o_aicicon
1702
1703option\twfff\taioicon\tInfrastructure open icon name\tstring\tGreen Square\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_wfff.html#fmt_wfff_o_aioicon
1704
1705option\twfff\tahcicon\tAd-hoc closed icon name\tstring\tRed Diamond\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_wfff.html#fmt_wfff_o_ahcicon
1706
1707option\twfff\tahoicon\tAd-hoc open icon name\tstring\tGreen Diamond\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_wfff.html#fmt_wfff_o_ahoicon
1708
1709option\twfff\tsnmac\tShortname is MAC address\tboolean\t\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_wfff.html#fmt_wfff_o_snmac
1710
1711file\t--r---\twbt-bin\tbin\tWintec WBT-100/200 Binary File Format\twbt-bin
1712\thttp://www.gpsbabel.org/htmldoc-development/fmt_wbt-bin.html
1713serial\tr-r---\twbt\t\tWintec WBT-100/200 GPS Download\twbt
1714\thttp://www.gpsbabel.org/htmldoc-development/fmt_wbt.html
1715option\twbt\terase\tErase device data after download\tboolean\t0\t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_wbt.html#fmt_wbt_o_erase
1716
1717file\t--r---\twbt-tk1\ttk1\tWintec WBT-201/G-Rays 2 Binary File Format\twbt-tk1
1718\thttp://www.gpsbabel.org/htmldoc-development/fmt_wbt-tk1.html
1719file\tr-----\tyahoo\t\tYahoo Geocode API data\tyahoo
1720\thttp://www.gpsbabel.org/htmldoc-development/fmt_yahoo.html
1721option\tyahoo\taddrsep\tString to separate concatenated address fields (default=", ")\tstring\t, \t\t\thttp://www.gpsbabel.org/htmldoc-development/fmt_yahoo.html#fmt_yahoo_o_addrsep
1722
1723