logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

log2gpx - Convert Dire Wolf log files to GPX format.

Description

log2gpx  converts Dire Wolf log files to the GPX format used by many mapping applications.

       Stationary entities are converted to waypoints.  Moving entities are converted to tracks.

Examples

direwolf-llogdirlog2gpxlogdir/*>everybody.gpxegrep-e'^[^,]+,[^,]+,[^,]+,WB2OSZ,'logdir/*|log2gpx>justme.gpx

Name

       log2gpx - Convert Dire Wolf log files to GPX format.

Options

       None.

See Also

       More detailed information is in the PDF files at https://github.com/wb2osz/direwolf/tree/master/doc/.

       Applications  in  this  package:  aclients,  atest, decode_aprs, direwolf, gen_packets, kissutil, ll2utm,
       log2gpx, text2tt, tt2text, utm2ll

                                                                                                      LOG2GPX(1)

Synopsis

log2gpx [ file ... ]

       The command line can contain one or more log file names.  If no files are specified, stdin is used.

       The result is always written to stdout.  Redirect stdout to save results to a file.

See Also