[GRASS-SVN] r62886 - in grass/trunk: raster/r.in.lidar vector/v.in.lidar

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 24 08:49:47 PST 2014


Author: annakrat
Date: 2014-11-24 08:49:47 -0800 (Mon, 24 Nov 2014)
New Revision: 62886

Modified:
   grass/trunk/raster/r.in.lidar/r.in.lidar.html
   grass/trunk/vector/v.in.lidar/v.in.lidar.html
Log:
r.in.lidar: copy note from v.in.lidar about laz

Modified: grass/trunk/raster/r.in.lidar/r.in.lidar.html
===================================================================
--- grass/trunk/raster/r.in.lidar/r.in.lidar.html	2014-11-24 15:42:29 UTC (rev 62885)
+++ grass/trunk/raster/r.in.lidar/r.in.lidar.html	2014-11-24 16:49:47 UTC (rev 62886)
@@ -240,13 +240,17 @@
            output=Serpent_Mound_Model_LAS_Data method=mean
 </pre></div>
 
+<h2>NOTES</h2>
+The typical file extensions for the LAS format are .las and .laz (compressed). 
+The compressed LAS (.laz) format can be imported only if libLAS has been compiled 
+with laszip support. It is also recommended to compile libLAS with GDAL, 
+needed to test for matching projections.
 
 <h2>TODO</h2>
 
 <ul>
 <li> Support for multiple map output from a single run.<br>
      <tt>method=string[,string,...] output=name[,name,...]</tt>
-<li> add option to import only one, not all returns</li>
 <!-- not really:
 <li> Merge with r.in.xyz.
 -->

Modified: grass/trunk/vector/v.in.lidar/v.in.lidar.html
===================================================================
--- grass/trunk/vector/v.in.lidar/v.in.lidar.html	2014-11-24 15:42:29 UTC (rev 62885)
+++ grass/trunk/vector/v.in.lidar/v.in.lidar.html	2014-11-24 16:49:47 UTC (rev 62886)
@@ -3,12 +3,8 @@
 <em>v.in.lidar</em> converts LiDAR point clouds in LAS format to a GRASS 
 vector, using the <a href="http://www.liblas.org">libLAS</a> library. 
 The created vector is true 3D with x, y, z coordinates.
+
 <p>
-The typical file extensions for the LAS format are .las and .laz (compressed). 
-The compressed LAS format can be imported only if libLAS has been compiled 
-with laszip support. It is also recommended to compile libLAS with GDAL, 
-needed to test for matching projections.
-<p>
 For larger datasets, it is recommended to not build topology (-b flag).
 Also, creating a table with attributes can take some time for larger datasets.
 <p>
@@ -53,6 +49,12 @@
 created (with only a PERMANENT mapset), and the vector map will have been
 imported with the indicated <b>output</b> name into the PERMANENT mapset.
 
+<h2>NOTES</h2>
+The typical file extensions for the LAS format are .las and .laz (compressed). 
+The compressed LAS (.laz) format can be imported only if libLAS has been compiled 
+with laszip support. It is also recommended to compile libLAS with GDAL, 
+needed to test for matching projections.
+
 <h2>EXAMPLE</h2>
 
 This example is analogous to the example used in the GRASS wiki page for



More information about the grass-commit mailing list