[GRASS-SVN] r46811 - grass/branches/releasebranch_6_4/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 27 16:56:00 EDT 2011
Author: neteler
Date: 2011-06-27 13:56:00 -0700 (Mon, 27 Jun 2011)
New Revision: 46811
Modified:
grass/branches/releasebranch_6_4/vector/vectorintro.html
Log:
backport some updates
Modified: grass/branches/releasebranch_6_4/vector/vectorintro.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/vectorintro.html 2011-06-27 20:55:20 UTC (rev 46810)
+++ grass/branches/releasebranch_6_4/vector/vectorintro.html 2011-06-27 20:56:00 UTC (rev 46811)
@@ -287,19 +287,19 @@
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> Traveling salesman (round trip): <a href="v.net.salesman.html">v.net.salesman</a></li>
<li> Allocation of sources (create subnetworks, e.g. police station zones):
<a href="v.net.alloc.html">v.net.alloc</a></li>
+<li> Iso-distances (from centers): <a href="v.net.iso.html">v.net.iso</a></li>
<li> Minimum Steiner trees (star-like connections, e.g. broadband cable
connections): <a href="v.net.steiner.html">v.net.steiner</a></li>
-<li> Iso-distances (from centers): <a href="v.net.iso.html">v.net.iso</a></li>
+<li> Traveling salesman (round trip): <a href="v.net.salesman.html">v.net.salesman</a></li>
</ul>
Vector directions are defined by the digitizing direction (a-->--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>
@@ -328,8 +328,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>,
@@ -352,7 +352,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>© 2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></P>
+<P>© 2008-2011 <a href="http://grass.osgeo.org">GRASS Development Team</a></P>
</body>
</html>
More information about the grass-commit
mailing list