3 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
8 .TH "GPST" "1" "$Id$" "" ""
9 .\" disable hyphenation
11 .\" disable justification (adjust text to left margin only)
14 gpst \- Converts between various GPS formats.
17 \fBgpst\fR [\fIoptions\fR] [\fIfile\fR...]
19 \fBgpst\fR {\-S} [\fIoptions\fR] [\fIfile\fR...]
21 \fBgpst\fR {\-u} [\fIoptions\fR] [\fIfile\fR...]
26 Check for broken chronology, warn about entries with an old timestamp. If the
28 option is specified, the result of the scan is written to stdout as usual, and all other output is suppressed. If the
32 used, it is reported as warnings to stderr.
35 \fB\-d\fR, \fB\-\-skip\-dups\fR
37 If succeeding identical coordinates are found, print only the first one and ignore the rest.
40 \fB\-e\fR, \fB\-\-epoch\fR
42 Use seconds since 1970\-01\-01 00:00:00 GMT as date format.
47 Comment out entries which is obviously wrong. Use together with
49 to fix those kind of errors. Does not work with GPX output yet.
52 \fB\-h\fR, \fB\-\-help\fR
54 Send a brief help summary to stdout.
59 Print only trackpoints inside a rectangle specified by
67 Add names of the three closest waypoints to the trackpoint. Unfinished and experimental, needs
71 \fB\-n\fR, \fB\-\-undefined \fR\fB\fIx\fR\fR
78 \fB\-o\fR, \fB\-\-output\-format \fR\fB\fIx\fR\fR
86 TAB\-separated format with longitude, latitude and altitude.
91 TAB\-separated format:
96 Date of trackpoint. Format:
97 \fIyyyy\fR\-\fImm\fR\-\fIdd\fRT\fIhh\fR:\fImm\fR:\fIss\fRZ
100 option is specified. If so, it\(cqs represented as number of seconds since 1970\-01\-01 00:00:00 UTC.
105 Longitude, decimal degrees.
110 Latitude, decimal degrees.
115 Altitude in metres above sea level. Optional. If not present, the corresponding TAB is also printed, to keep the number of columns intact.
120 \fBgpsml\fR (Default)
122 Line\-based XML which makes it easy to edit and grep. In the past, there was this big plan about making this the default storage format, so it was declared as The Honourable Default Output Format. But using GPX is the way to go, so this will probably change in the future. It\(cqs way too
124 and widely used, so storing GPS data in anything else is sheer waste of work. Probably not finished yet.
129 The format generated by
135 Not complete yet, but good enough in most cases.
140 Creates a 3D plot where areas with many trackpoints are higher than areas with less track points.
145 Postscript. Unfinished.
169 Print only trackpoints outside a rectangle specified by
175 \fB\-\-pos1 \fR\fB\fIx\fR\fR, \fB\-\-pos2 \fR\fB\fIx\fR\fR
177 Specifies corners of an area rectangle used by the
185 format (decimal degrees, negative for west or south).
188 \fB\-r\fR, \fB\-\-require \fR\fB\fIx\fR\fR
190 Specify requirements for trackpoints to be written.
192 is a string with the following flags:
197 Print only waypoints which have an elevation.
202 Print only waypoints which have a position.
207 Print only waypoints which have a timestamp.
212 \fB\-R\fR, \fB\-\-round \fR\fB\fIx\fR\fR\fB=\fR\fB\fIy\fR\fR\fB[,\fIx2\fR=\fIy2\fR[...]]\fR
214 Round trackpoint element
221 \fB\-\-round lat=4,lon=5,ele=1\fR
224 \fB\-s\fR, \fB\-\-short\-date\fR
226 Use short date format.
229 \fB\-S\fR, \fB\-\-save\-to\-file \fR\fB\fIx\fR\fR
231 Save the unconverted data to a file with a filename starting with the timestamp of the first trackpoint. The parameter string
233 is added at the end of the filename. For the time being this option will ignore all other options.
236 .nr an-no-space-flag 1
240 If several files are specified on the command line, all data will be saved into only one file. This behaviour may change in the future.
243 \fB\-t\fR, \fB\-\-create\-breaks\fR
245 Create breaks in track between points with a difference more than the number of seconds specified by the
250 \fB\-u\fR, \fB\-\-comment\-out\-dups\fR
252 Comment out following data with identical position values, only print first entry.
255 \fB\-v\fR, \fB\-\-verbose\fR
257 Verbose output, can be repeated.
260 \fB\-w\fR, \fB\-\-strip\-whitespace\fR
262 Strip all unnecessary whitespace.
265 \fB\-x\fR, \fB\-\-xml\fR
271 \fB\-y\fR, \fB\-\-double\-y\-scale\fR
273 Double Y scale (latitude) to get it right in gnuplot.
278 Print version information.
283 Print debugging messages.
287 Pretty incomplete in some areas. Some of the source formats are undocumented and thus incomplete. Some functionality is not working properly, for example the Postscript output.
297 <sunny@sunbase.org>. This is free software; see the file
302 This program is free software; you can redistribute it and/or modify it under the terms of the
303 GNU General Public License
305 Free Software Foundation; either version 2 of the License, or (at your option) any later version.
307 This program is distributed in the hope that it will be useful, but
308 \fIWITHOUT ANY WARRANTY\fR; without even the implied warranty of
309 \fIMERCHANTABILITY\fR
311 \fIFITNESS FOR A PARTICULAR PURPOSE\fR. See the GNU General Public License for more details.
313 You should have received a copy of the GNU General Public License along with this program; if not, write to
317 The Free Software Foundation, Inc.
318 59 Temple Place, Suite 330
319 Boston, MA 02111\-1307