1LOG2GPX(1) General Commands Manual LOG2GPX(1)
2
3
4
6 log2gpx - Convert Dire Wolf log files to GPX format.
7
8
9
11 log2gpx [ file ... ]
12
13 The command line can contain one or more log file names. If no files
14 are specified, stdin is used.
15
16 The result is always written to stdout. Redirect stdout to save
17 results to a file.
18
19
20
22 log2gpx converts Dire Wolf log files to the GPX format used by many
23 mapping applications.
24
25 Stationary entities are converted to waypoints. Moving entities are
26 converted to tracks.
27
28
30 None.
31
32
33
35 direwolf -l logdir
36
37 log2gpx logdir/* > everybody.gpx
38
39 egrep -e '^[^,]+,[^,]+,[^,]+,WB2OSZ,' logdir/* | log2gpx > justme.gpx
40
42 More detailed information is in the pdf files in
43 /usr/local/share/doc/direwolf, or possibly /usr/share/doc/direwolf,
44 depending on installation location.
45
46 Applications in this package: aclients, atest, decode_aprs, direwolf,
47 gen_packets, kissutil, ll2utm, log2gpx, text2tt, tt2text, utm2ll
48
49
50
51
52 LOG2GPX(1)