
GPS-
Ba-
bel
XCSV
Style
Files
113
GPS_HDOP,"","%f"
GPS_SAT
Number of satellites used for determination of the position. Needs integer conversion.
example:
GPS_SAT,"","%d"
GPS_FIX
Type of fix (see GPX spec or track filter). Needs string conversion.
example:
GPS_FIX,"","%s"
TRACK_NAME
The name of the track currently being operated on. Needs string conversion.
example:
TRACK_NAME, "", "%s"
ROUTE_NAME
The name of the route currently being operated on. Needs string conversion.
example:
ROUTE_NAME, "", "%s"
Examples
Here is one example style file from the GPSBabel source.
# gpsbabel XCSV style file
#
# Format: Garmin POI
# Author: Robert Lipe
# Date: 10/07/2005
# Reference: http://forums.groundspeak.com/GC/index.php?showtopic=110641&st=0&#entry1752204
#
DESCRIPTION Garmin POI database
#
#
# FILE LAYOUT DEFINITIIONS:
#
FIELD_DELIMITER COMMA
RECORD_DELIMITER NEWLINE
Comentarios a estos manuales