1v.in.garmin(1)                Grass User's Manual               v.in.garmin(1)
2
3
4

NAME

6       v.in.garmin  - Download waypoints, routes, and tracks from a Garmin GPS
7       receiver into a vector map.
8

KEYWORDS

10       vector, import, GPS
11

SYNOPSIS

13       v.in.garmin
14       v.in.garmin help
15       v.in.garmin  [-vwrtpuzk]   [output=string]    [port=string]    [--over‐
16       write]  [--verbose]  [--quiet]
17
18   Flags:
19       -v
20           Verbose mode
21
22       -w
23           Download Waypoints from GPS
24
25       -r
26           Download Routes from GPS
27
28       -t
29           Download Track from GPS
30
31       -p
32           Force import of track or route data as points
33
34       -u
35           Use gardump instead of gpstrans as the download program
36
37       -z
38           Import track in 3D (gardump only)
39
40       -k
41           Do not attempt projection transform from WGS84
42
43       --overwrite
44           Allow output files to overwrite existing files
45
46       --verbose
47           Verbose module output
48
49       --quiet
50           Quiet module output
51
52   Parameters:
53       output=string
54           Name for output vector map (omit for display to stdout)
55
56       port=string
57           Port Garmin receiver is connected to
58           Default: /dev/gps
59

DESCRIPTION

61       v.in.garmin  allows  the user to import waypoint, route, and track data
62       from a locally connected Garmin GPS receiver via the  gpstrans  program
63       by Carsten Tschach or the gardump program by Marc Hyman.
64
65       Use at your own risk. This software comes with absolutely no warranty.
66

NOTES

68       If  the GPS is set up to output WGS84 Lat/Lon, v.in.garmin will attempt
69       to automatically transform the coordinates to the  current  projection.
70       In  all  other cases, no checks are performed for datum, projection and
71       format of data.  You  must  check  for  yourself  that  your  receiver,
72       gpstrans  and  GRASS  use the same map datum and projection.  The auto‐
73       matic transform may be skipped by using the -k flag.
74
75       Route and Track data may be uploaded as points by using  the  -p  flag,
76       otherwise they will be imported as a line. You can run v.in.garmin mul‐
77       tiple times and merge the line and point vectors with the v.patch  com‐
78       mand  if  you  want,  but  take  care when merging dissimilar attribute
79       tables.
80
81       Future versions of GRASS will use gardump as the default download  pro‐
82       gram.  It  can  talk  to  newer Garmin GPSs, while gpstrans seems to be
83       mostly abandoned these days and only works with older GPSs. The current
84       version  of  gardump  (ver 2.5) will not yet talk to USB-only GPSs, but
85       you can try the v.in.gpsbabel module for those. The  gardump  code  has
86       been  tested  with  an  older  Garmin  GPS  45 and a newer GPS V and is
87       expected to work with everything in between.
88
89       Before running v.in.garmin, gpstrans should be set up to  output  WGS84
90       latitude-longitude, as follows:
91       $ gpstrans -s
92       datum:  100 (WGS84)
93       format: 2 - lat/lon  ddd.ddddd
94

SEE ALSO

96        db.execute
97       v.in.ascii
98       v.in.gpsbabel
99       v.db.connect
100       v.patch
101       gpstrans manual
102       gardump from the "garmin-utils" package
103       cs2cs from PROJ.4
104       The awk user manual
105

AUTHORS

107       Based on v.in.garmin.sh for GRASS 5.0 by Andreas Lange
108
109       with bug fixes by Glynn Clements and Markus Neteler
110       Rewritten for GRASS 5.3 and 5.7 by Hamish Bowman
111       gardump and 3D track support by Hamish Bowman
112
113       gpstrans was written by Carsten Tschach
114       gardump was written by Marc Hyman
115
116       Last changed: $Date: 2007-06-07 11:25:44 +0200 (Thu, 07 Jun 2007) $
117
118       Full index
119
120       © 2003-2008 GRASS Development Team
121
122
123
124GRASS 6.3.0                                                     v.in.garmin(1)
Impressum