[GRASS-SVN] r68598 - grass/trunk/vector/v.in.lidar

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 4 11:56:43 PDT 2016


Author: wenzeslaus
Date: 2016-06-04 11:56:43 -0700 (Sat, 04 Jun 2016)
New Revision: 68598

Modified:
   grass/trunk/vector/v.in.lidar/v.in.lidar.html
Log:
v.in.lidar: use smaller styled tables

Modified: grass/trunk/vector/v.in.lidar/v.in.lidar.html
===================================================================
--- grass/trunk/vector/v.in.lidar/v.in.lidar.html	2016-06-04 18:54:13 UTC (rev 68597)
+++ grass/trunk/vector/v.in.lidar/v.in.lidar.html	2016-06-04 18:56:43 UTC (rev 68598)
@@ -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