NAME

s.in.garmin.sh - Import gps data from garmin receiver into GRASS sites file
(GRASS Script)

SYNOPSIS

s.in.garmin.sh
s.in.garmin.sh -h
s.in.garmin.sh name=sitesfile port=/dev/gps -v -w -r -t

DESCRIPTION

s.in.garmin.sh allows to import waypoint, route and track data from a locally connected garmin gps receiver via the gpstrans program of Carsten Tschach.

Use at your own risk. This software comes with absolutely no warranty.

No checks are performed for datum, projection and format of data. You must check by yourself that your receiver, gpstrans and GRASS use the same map datum and projection (this means as it is now that you can only use a GRASS database in lat/lon projection and in wgs84 datum).

Parameters:

name=sitesfile
name for new sites file
port=/dev/gps
port garmin receiver is connected to
-v
verbose output
-w
upload Waypoints
-r
upload Routes
-t
upload Track
-h
print this message

SEE ALSO

v.in.garmin.sh
gpstrans manual

AUTHOR

Andreas Lange, Andreas.Lange@Rhein-Main.de
gpstrans was written by Carsten Tschach
gpstrans is found at http://www.metalab.unc.edu/pub/Linux/science/cartography/

Last changed: $Date$