[GRASS-SVN] r57949 - grass/trunk/raster/r.in.lidar

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 6 14:02:49 PDT 2013


Author: neteler
Date: 2013-10-06 14:02:48 -0700 (Sun, 06 Oct 2013)
New Revision: 57949

Modified:
   grass/trunk/raster/r.in.lidar/r.in.lidar.html
Log:
r.in.lidar manual: points.las is from California, not NC

Modified: grass/trunk/raster/r.in.lidar/r.in.lidar.html
===================================================================
--- grass/trunk/raster/r.in.lidar/r.in.lidar.html	2013-10-06 16:59:58 UTC (rev 57948)
+++ grass/trunk/raster/r.in.lidar/r.in.lidar.html	2013-10-06 21:02:48 UTC (rev 57949)
@@ -106,9 +106,8 @@
 dividing the number of input points by the area covered (this requires
 an iterative approach as outlined here):
 
+<!-- points.las is from California -->
 <div class="code"><pre>
-# North Carolina (http://grass.osgeo.org/sampledata/north_carolina/points.las)
-
 # print LAS metadata (Number of Points)
 r.in.lidar -p input=points.las
 #   Number of Point Records: 1287775
@@ -192,12 +191,10 @@
 
 <h2>EXAMPLE</h2>
 
-North Carolina sample dataset: Import of the 
-<a href="http://grass.osgeo.org/sampledata/north_carolina/points.las">sample LAS file</a>
-into the existing mapset:
+Import of a LAS file into an existing location/mapset (metric):
 
 <div class="code"><pre>
-# set the computational region automatically, raster resolution for binning is 5m
+# set the computational region automatically, resol. for binning is 5m
 r.in.lidar -e -o input=points.las resolution=5 output=lidar_dem_mean
 g.region rast=lidar_dem_mean -p
 r.univar lidar_dem_mean



More information about the grass-commit mailing list