
The
For-
mats
67
Tab seperated export-all (except geocaching data) file format. Intended to serve as source for number-pro-
cessing applications like OpenOffice, Ploticus and others. Tab was chosen as delimiter because it is a)
supported by both OpenOffice and Ploticus and b) is not ',', so you can use
sed -i "s/./,/g" <x>.csv'
to adapt it to locales where ',' is used as decimal seperator. Contributed by Tobias Minich.
Textual Output (text)
This format can...
• write waypoints
This is a simple human readable version of the data file, handy for listings of any type of waypoint files.
The following command line reads a GPX file with Groundspeak extensions and writes a text file with
encrypted hints:
gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt
nosep option
Suppress separator lines between waypoints.
To suppress the dashed lines between waypoints, use this option.
encrypt option
Encrypt hints using ROT13.
Use this option to encrypt hints from Groundspeak GPX files.
logs option
Include groundspeak logs if present.
Use this option to include Groundspeak cache logs in the created document.
degformat option
Degrees output as 'ddd', 'dmm'(default) or 'dms'.
When GPSBabel writes coordinates, this option is consulted to see if it should write decimal degrees ('ddd')
decimal minutes ('dmm') or degrees, minutes, seconds ('dms'). The default is 'dmm'.
altunits option
Units for altitude (f)eet or (m)etres.
This option should be 'f' if you want the altitude expressed in feet and 'm' for meters. The default is 'f'.
Komentarze do niniejszej Instrukcji