[GRASS-SVN] r46549 - grass/trunk/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 3 12:16:06 EDT 2011
Author: mmetz
Date: 2011-06-03 09:16:06 -0700 (Fri, 03 Jun 2011)
New Revision: 46549
Modified:
grass/trunk/vector/vectorintro.html
Log:
update vectorintro
Modified: grass/trunk/vector/vectorintro.html
===================================================================
--- grass/trunk/vector/vectorintro.html 2011-06-03 11:58:13 UTC (rev 46548)
+++ grass/trunk/vector/vectorintro.html 2011-06-03 16:16:06 UTC (rev 46549)
@@ -288,7 +288,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>
@@ -309,7 +309,7 @@
</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>
@@ -338,9 +338,10 @@
<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
-topology). Outlier detection is done with
+Lidar point clouds (first and last return) are imported from text files
+with <a href="v.in.ascii.html">v.in.ascii</a> or from LAS files with
+<a href="v.in.lidar.html"> v.in.lidar</a>. Both modules recognize 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>,
edges are detected from last return data. The building are generated by
More information about the grass-commit
mailing list