[GRASS-SVN] r69264 - grass/branches/releasebranch_7_2/vector/v.in.lidar

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 27 03:53:22 PDT 2016


Author: neteler
Date: 2016-08-27 03:53:22 -0700 (Sat, 27 Aug 2016)
New Revision: 69264

Modified:
   grass/branches/releasebranch_7_2/vector/v.in.lidar/v.in.lidar.html
Log:
more see also links, references and authors for lidar related modules (trunk, r69200)

Modified: grass/branches/releasebranch_7_2/vector/v.in.lidar/v.in.lidar.html
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.in.lidar/v.in.lidar.html	2016-08-27 10:04:52 UTC (rev 69263)
+++ grass/branches/releasebranch_7_2/vector/v.in.lidar/v.in.lidar.html	2016-08-27 10:53:22 UTC (rev 69264)
@@ -27,12 +27,18 @@
 in references). The <b>class_filter</b> option allows selecting one or more 
 classes, as numbers (integers) separated by comma.
 
+<p>
+Note that proper filtering of the input points in not only critical for
+the analysis itself but it can also speed up the processing
+significantly.
+
 <h3>Decimation</h3>
 
 Table with selected percentages of points to keep with corresponding
 decimation parameters:
 
-<table>
+<table class="compact">
+<tr><th>percentage</th><th>parameters</th></tr>
 <tr><td>0.1%</td><td>preserve=1000</td></tr>
 <tr><td>1%</td><td>preserve=100</td></tr>
 <tr><td>5%</td><td>preserve=20</td></tr>
@@ -48,7 +54,8 @@
 Table with selected fractions of points to keep with corresponding
 decimation parameters:
 
-<table>
+<table class="compact">
+<tr><th>ratio</th><th>parameters</th></tr>
 <tr><td>1/3</td><td>preserve=3</td></tr>
 <tr><td>1/4</td><td>preserve=4</td></tr>
 <tr><td>1/5</td><td>preserve=5</td></tr>
@@ -58,7 +65,8 @@
 Table with selected fractions of points to throw away with corresponding
 decimation parameters:
 
-<table>
+<table class="compact">
+<tr><th>ratio</th><th>parameters</th></tr>
 <tr><td>1/3</td><td>skip=3</td></tr>
 <tr><td>1/4</td><td>skip=4</td></tr>
 <tr><td>1/5</td><td>skip=5</td></tr>



More information about the grass-commit mailing list