[GRASS-SVN] r34199 - grass/branches/develbranch_6/scripts/v.out.gpsbabel

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 9 01:56:40 EST 2008


Author: hamish
Date: 2008-11-09 01:56:40 -0500 (Sun, 09 Nov 2008)
New Revision: 34199

Modified:
   grass/branches/develbranch_6/scripts/v.out.gpsbabel/description.html
Log:
ogr std gpx fields

Modified: grass/branches/develbranch_6/scripts/v.out.gpsbabel/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/v.out.gpsbabel/description.html	2008-11-09 01:49:27 UTC (rev 34198)
+++ grass/branches/develbranch_6/scripts/v.out.gpsbabel/description.html	2008-11-09 06:56:40 UTC (rev 34199)
@@ -7,8 +7,11 @@
 
 <P>
 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.
 
-
 <H2>NOTES</H2>
 
 <em>v.out.gpsbabel</em> automatically reprojects data from the 
@@ -16,9 +19,44 @@
 <p>
 GPX format is used for data interchange between GRASS and GpsBabel.
 If the requested output is GPX, then <tt>gpsbabel</tt> is never run.
+<p>
+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 <tt>&lt;extensions&gt;</tt> 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 <em>v.db.renamecol</em> module to rename columns.
 <P>
-The <b>layer</b> option is only used in conjunction with the
-<b>where</b> SQL query option.
+These are the standard GPX data fields known to OGR:
+<div class="code"><pre>
+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)
+</pre></div>
 
 
 <H2>EXAMPLES</H2>
@@ -43,13 +81,17 @@
 
 
 <H2>SEE ALSO</H2>
-<EM><A HREF="m.proj.html">m.proj</A></EM><BR>
-<EM><A HREF="v.in.ascii.html">v.in.ascii</A></EM><BR>
-<EM><A HREF="v.out.ascii.html">v.out.ascii</A></EM><BR>
-<EM><A HREF="v.in.garmin.html">v.in.garmin</A></EM><BR>
-<EM><A HREF="v.in.gpsbabel.html">v.in.gpsbabel</A></EM><BR>
-<EM><A HREF="v.extract.html">v.extract</A></EM><BR>
+<EM>
+<A HREF="m.proj.html">m.proj</A><BR>
+<A HREF="v.in.ascii.html">v.in.ascii</A><BR>
+<A HREF="v.out.ascii.html">v.out.ascii</A><BR>
+<A HREF="v.in.garmin.html">v.in.garmin</A><BR>
+<A HREF="v.in.gpsbabel.html">v.in.gpsbabel</A><BR>
+<A HREF="v.db.renamecol.html">v.db.renamecol</A><BR>
+<A HREF="v.extract.html">v.extract</A>
+</EM>
 <BR>
+<BR>
 
 <A HREF="http://www.gpsbabel.org">GpsBabel.org</a><BR>
 The <A HREF="http://www.gdal.org/ogr/drv_gpx.html">GDAL/OGR GPX format page</a><BR>



More information about the grass-commit mailing list