Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LOG2GPX(1)		     General Commands Manual		      LOG2GPX(1)

NAME
     log2gpx - Convert Dire Wolf log files to GPX format.

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.

DESCRIPTION
     log2gpx  converts Dire Wolf log files to the GPX format used by  many  map-
     ping applications.

     Stationary  entities  are converted to waypoints.	Moving entities are con-
     verted to tracks.

OPTIONS
     None.

EXAMPLES
     direwolf -l logdir

     log2gpx logdir/* > everybody.gpx

     egrep -e '^[^,]+,[^,]+,[^,]+,WB2OSZ,' logdir/* | log2gpx > justme.gpx

SEE ALSO
     More detailed information is in the pdf files in /usr/local/share/doc/dire-
     wolf, or possibly /usr/share/doc/direwolf, depending on installation  loca-
     tion.

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

								      LOG2GPX(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=log2gpx&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help