فهرست منبع

r.in.lidar: copy note from v.in.lidar about laz (merge from trunk, https://trac.osgeo.org/grass/changeset/62886)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62887 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 سال پیش
والد
کامیت
bf8375957c
2فایلهای تغییر یافته به همراه12 افزوده شده و 6 حذف شده
  1. 5 1
      raster/r.in.lidar/r.in.lidar.html
  2. 7 5
      vector/v.in.lidar/v.in.lidar.html

+ 5 - 1
raster/r.in.lidar/r.in.lidar.html

@@ -240,13 +240,17 @@ r.in.lidar input="Serpent Mound Model LAS Data.las" \
            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.
 -->

+ 7 - 5
vector/v.in.lidar/v.in.lidar.html

@@ -3,11 +3,7 @@
 <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.
@@ -53,6 +49,12 @@ parameter.  Upon completion of the command, a new location will have been
 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