[GRASS-SVN] r41704 -
grass/branches/releasebranch_6_4/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 4 07:21:23 EDT 2010
Author: neteler
Date: 2010-04-04 07:21:23 -0400 (Sun, 04 Apr 2010)
New Revision: 41704
Modified:
grass/branches/releasebranch_6_4/vector/v.out.ogr/description.html
Log:
+3D faces export
Modified: grass/branches/releasebranch_6_4/vector/v.out.ogr/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.out.ogr/description.html 2010-04-04 11:21:16 UTC (rev 41703)
+++ grass/branches/releasebranch_6_4/vector/v.out.ogr/description.html 2010-04-04 11:21:23 UTC (rev 41704)
@@ -31,9 +31,9 @@
<h3>Export to Shapefile</h3>
-Export lines from GRASS vector map to Shapefile format
+Export lines from GRASS vector map to Shapefile format:
<div class="code"><pre>
-v.out.ogr input=lines type=line dsn=lines.shp
+v.out.ogr input=lines type=line dsn=lines.shp
</pre></div>
<p>
Export areas from GRASS vector map to Shapefile format, preserving islands:
@@ -41,8 +41,7 @@
v.out.ogr -c input=areas_islands type=area dsn=areas_islands.shp
</pre></div>
<p>
-Export 3D lines from GRASS vector map to Shapefile format
- (use <tt>SHPT=POLYGONZ</tt> for 3D faces):
+Export 3D lines from GRASS vector map to Shapefile format:
<div class="code"><pre>
v.out.ogr input=lines_3d type=line dsn=lines_3d.shp lco="SHPT=ARCZ"
</pre></div>
@@ -51,6 +50,11 @@
<div class="code"><pre>
v.out.ogr points_3d type=point dsn=points_3d.shp lco="SHPT=POINTZ"
</pre></div>
+<p>
+Export 3D faces from GRASS vector map to Shapefile format:
+<div class="code"><pre>
+v.out.ogr input=objects_3d type=face dsn=faces_3d.shp lco="SHPT=POLYGONZ"
+</pre></div>
<h3>Export to GML</h3>
More information about the grass-commit
mailing list