"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "gpsdrive-2.10pre6/Documentation/README.gpspoint2gspdrive" of archive gpsdrive-2.10pre6.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 NAME
    2 	gpspoint2gpsdrive.pl
    3 
    4 SYNOPSIS
    5 	gpspoint2gpsdrive -[vhf] [gpspoint-file]
    6 
    7 DESCRIPTION
    8 	Extract track information from a gpspoint file and write in 
    9 	gpsdrive format track files (track*.sav) for viewing tracks.
   10 
   11 	Using this script you can load tracks into gpsdrive and see where
   12 	you have been!  Useful if you have not been carrying your computer
   13 	around with you.
   14 
   15 COMMAND-LINE OPTIONS
   16 	-h	Display usage information.
   17 	
   18 	-v	Be verbose about the extraction.
   19 
   20 	-f 	Specify what file to get the data from.
   21 
   22 NOTES
   23 	Uses the names supplied by the GPS to form the names of the track 
   24 	files, will OVERWRITE any extant track files with the same names.
   25 	Although altitude information is converted, I don't think gpsdrive
   26 	makes any use of it (yet).
   27 
   28 SEE ALSO
   29 	gpspoint
   30 	gpsdrive
   31 
   32 AUTHOR
   33 	Steve Merrony (steve@cygnet.co.uk)
   34 
   35 	Please send bug reports to the above address.
   36 
   37