forked from pytrainer/pytrainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytrainer.style
More file actions
36 lines (30 loc) · 707 Bytes
/
pytrainer.style
File metadata and controls
36 lines (30 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# gpsbabel XCSV style file
#
# Format: GPSDrive
# Author: Alex Mottram
# Date: 12/11/2002
#
#
#
DESCRIPTION GpsDrive Format
# FILE LAYOUT DEFINITIIONS:
#
FIELD_DELIMITER WHITESPACE
RECORD_DELIMITER NEWLINE
BADCHARS WHITESPACE
SHORTLEN 20
SHORTWHITE 0
#
# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:
IFIELD SHORTNAME, "", "%s"
IFIELD LAT_DECIMAL, "", "%08.5f"
IFIELD LON_DECIMAL, "", "%08.5f"
IFIELD ALT_METERS, "", "%.0f"
IFIELD GMT_TIME,"","%m/%d/%Y %I:%M:%D %p"
IFIELD ICON_DESCR, "", "%s"
IFIELD HEART_RATE,"","%d"
OFIELD LAT_DECIMAL, "", "%08.5f"
OFIELD LON_DECIMAL, "", "%08.5f"
OFIELD ALT_METERS, "", "%.0f"
OFIELD GMT_TIME,"","%s"
OFIELD HEART_RATE,"","%d"