[GRASS-SVN] r62887 - in grass/branches/releasebranch_7_0: raster/r.in.lidar vector/v.in.lidar
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 24 08:50:51 PST 2014
Author: annakrat
Date: 2014-11-24 08:50:51 -0800 (Mon, 24 Nov 2014)
New Revision: 62887
Modified:
grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html
grass/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html
Log:
r.in.lidar: copy note from v.in.lidar about laz (merge from trunk, r62886)
Modified: grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html 2014-11-24 16:49:47 UTC (rev 62886)
+++ grass/branches/releasebranch_7_0/raster/r.in.lidar/r.in.lidar.html 2014-11-24 16:50:51 UTC (rev 62887)
@@ -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/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html 2014-11-24 16:49:47 UTC (rev 62886)
+++ grass/branches/releasebranch_7_0/vector/v.in.lidar/v.in.lidar.html 2014-11-24 16:50:51 UTC (rev 62887)
@@ -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