
GPS-
Ba-
bel
XCSV
Style
Files
112
PATH_DISTANCE_MILES,"","%f"
PATH_DISTANCE_KM
PATH_DISTANCE_KM is like PATH_DISTANCE_MILES except it outputs the length in kilometers.
PATH_SPEED
Speed in meters per second. Gpsbabel does NOT calculate this data by default; it is read from the input
file if present. (If not present, it may be calculated with the track filter.)
example:
PATH_SPEED,"","%f"
PATH_SPEED_KPH
Like PATH_SPEED but means kilometers per hour.
example:
PATH_SPEED_KPH,"","%.1f"
PATH_SPEED_MPH
Like PATH_SPEED but means miles per hour.
example:
PATH_SPEED_MPH,"","%.1f"
PATH_SPEED_KNOTS
Like PATH_SPEED but means knots (nautical).
example:
PATH_SPEED_KNOTS,"","%.1f"
PATH_COURSE
Course in degerees. Gpsbabel does not calculate this data by default; it is read from the input file if present.
(If not present, it may be calculated with the track filter.)
example:
PATH_COURSE,"","%f"
GPS_HDOP / GPS_VDOP / GPS_PDOP
GPS horizontal / vertical / positional dilution of precision parameters. Needs float conversion.
example:
Kommentare zu diesen Handbüchern