[GRASS-SVN] r34260 - grass/trunk/vector/v.in.ascii
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 12 11:20:48 EST 2008
Author: epatton
Date: 2008-11-12 11:20:48 -0500 (Wed, 12 Nov 2008)
New Revision: 34260
Modified:
grass/trunk/vector/v.in.ascii/v.in.ascii.html
Log:
Updated example on importing standard format
Modified: grass/trunk/vector/v.in.ascii/v.in.ascii.html
===================================================================
--- grass/trunk/vector/v.in.ascii/v.in.ascii.html 2008-11-12 15:44:19 UTC (rev 34259)
+++ grass/trunk/vector/v.in.ascii/v.in.ascii.html 2008-11-12 16:20:48 UTC (rev 34260)
@@ -193,11 +193,12 @@
<h3>Example 1a) - standard format mode</h3>
Sample ASCII polygon vector map for 'standard' format mode.
-The two areas will be assigned categories 20 and 21.
+The two areas will be assigned categories 20 and 21. It is
+not necessary to pad each coordinate line with spaces.
The example can be tested in the Spearfish sample dataset:
<p>
<div class="code"><pre>
-ORGANIZATION: GRASS Development Team
+echo "ORGANIZATION: GRASS Development Team
DIGIT DATE: 1/9/2005
DIGIT NAME: -
MAP NAME: test
@@ -224,7 +225,7 @@
5959010.9323622 3401338.36037757
C 1 1
5959063.08352122 3401386.98533277
- 1 21
+ 1 21" | v.in.ascii format=standard output=test_polygons
</pre></div>
<h3>Example 1b) - standard format mode</h3>
More information about the grass-commit
mailing list