Note: A new GRASS GIS stable version has been released: GRASS GIS 7. Go directly to the new manual page here
Do not use as a primary means of navigation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License (GPL) for more details.
GPX format is used for data interchange between GRASS and GpsBabel. If the requested output is GPX, then gpsbabel is never run.
OGR's GPX driver knows a number of standard field names. If an attribute column matches the name it will be used in that field. Otherwise the attribute will be placed within the <extensions> metadata section of the record. Not all fields names are used with all feature types (e.g. DOP fix error is not meaningful for route lines). You can use the v.db.renamecol module to rename columns.
These are the standard GPX data fields known to OGR:
ageofdgpsdata cmt: Comment course desc dgpsid: DGPS station type ele: Elevation fix geoidheight hdop: Horizontal dillution of precision (estimated fix error) magvar: Magnetic variation name number pdop: Positional dillution of precision (estimated fix error) route_fid route_point_id sat speed src sym time track_fid track_seg_id track_seg_point_id type url urlname vdop: Vertical dillution of precision (estimated fix error)
v.out.gpsbabel -t input=trail output=trail.gpx
v.out.gpsbabel -w input=waypoints format=garmin output=/dev/ttyUSB0 v.out.gpsbabel -t input=tracks format=garmin output=/dev/ttyUSB0 v.out.gpsbabel -r input=routes format=garmin output=/dev/ttyUSB0
Last changed: $Date: 2016-05-16 03:36:25 -0700 (Mon, 16 May 2016) $
Main index - vector index - Full index
© 2003-2016 GRASS Development Team