[GRASS-SVN] r41054 - grass/branches/develbranch_6/vector/v.in.ascii

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 17 02:54:54 EST 2010


Author: neteler
Date: 2010-02-17 02:54:53 -0500 (Wed, 17 Feb 2010)
New Revision: 41054

Modified:
   grass/branches/develbranch_6/vector/v.in.ascii/description.html
Log:
info transfer from v.out.ascii

Modified: grass/branches/develbranch_6/vector/v.in.ascii/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.in.ascii/description.html	2010-02-16 21:56:57 UTC (rev 41053)
+++ grass/branches/develbranch_6/vector/v.in.ascii/description.html	2010-02-17 07:54:53 UTC (rev 41054)
@@ -126,8 +126,7 @@
 <li>'C': centroid</li>
 <li>'F': face (3D boundary)</li>
 <li>'K': kernel (3D centroid)</li>
-<li>'A': area (boundary) - better use 'B'; kept only for backward
-compatibility</li>
+<li>'A': area (boundary) - better use 'B'; kept only for backward compatibility</li>
 </ul>
 
 The coordinates are listed following the initial line containing the
@@ -137,10 +136,18 @@
 the category number (ID).
 <br>
 The order of coordinates is
-<pre>
+<div class="code"><pre>
   X Y [Z]
-</pre>
+</pre></div>
 
+In pre-GRASS 6 versions of the ASCII file, the order of coordinates is:
+<div class="code"><pre>
+Y X
+</pre></div>
+
+If old version is requested, the <b>output</b> files from <em>v.out.ascii</em> is placed 
+in the <tt>$LOCATION/$MAPSET/dig_ascii/</tt> and <tt>$LOCATION/$MAPSET/dig_att</tt> directory.
+
 <h3>Import of files without category ID column</h3>
 
 If the input file does not contain a vector ID column,



More information about the grass-commit mailing list