[GRASS-SVN] r46812 - grass/branches/develbranch_6/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 27 16:57:48 EDT 2011


Author: neteler
Date: 2011-06-27 13:57:48 -0700 (Mon, 27 Jun 2011)
New Revision: 46812

Modified:
   grass/branches/develbranch_6/vector/vectorintro.html
Log:
backport some updates

Modified: grass/branches/develbranch_6/vector/vectorintro.html
===================================================================
--- grass/branches/develbranch_6/vector/vectorintro.html	2011-06-27 20:56:00 UTC (rev 46811)
+++ grass/branches/develbranch_6/vector/vectorintro.html	2011-06-27 20:57:48 UTC (rev 46812)
@@ -287,7 +287,7 @@
 are implemented:
 
 <ul>
-<li> Vector maintenance: <a href="v.net.html">v.net</a></li>
+<li> Network preparation and maintenance: <a href="v.net.html">v.net</a></li>
 <li> Shortest path: <a href="d.path.html">d.path</a> and 
      <a href="v.net.path.html">v.net.path</a></li>
 <li> Shortest path between all pairs of nodes <a href="v.net.allpairs.html">v.net.allpairs</a>
@@ -308,7 +308,7 @@
 </ul>
 
 Vector directions are defined by the digitizing direction (a--&gt;--b).
-Both directions are supported, network modules provide parameters
+Both directions are supported, most network modules provide parameters
 to assign attribute columns to the forward and backward direction.
 
 <h3>Vector networks: Linear referencing system (LRS)</h3>
@@ -337,8 +337,8 @@
 
 <h3>Lidar data processing</h3>
 
-Lidar point clouds (first and last return) are imported with <a
-href="v.in.ascii.html">v.in.ascii</a> (-b flag to not build the
+Lidar point clouds (first and last return) are imported from text files  with <a
+href="v.in.ascii.html">v.in.ascii</a> (use the -b flag to not build
 topology). Outlier detection is done with 
 <a href="v.outlier.html">v.outlier</a> on both first and last return data.
 Then, with <a href="v.lidar.edgedetection.html">v.lidar.edgedetection</a>,
@@ -361,7 +361,7 @@
 <HR>
 <BR>
 <a href="index.html">Main index</a> - <a href="vector.html">vector index</a> - <a href="full_index.html">full index</a>
-<P>&copy; 2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></P>
+<P>&copy; 2008-2011 <a href="http://grass.osgeo.org">GRASS Development Team</a></P>
 
 </body>
 </html>



More information about the grass-commit mailing list