Changes between Version 11 and Version 12 of Help/LeicaLidarDems


Ignore:
Timestamp:
May 19, 2009, 1:02:07 PM (15 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/LeicaLidarDems

    v11 v12  
    5252where the map names are as before, the imported point cloud rasters, and lidar_mosaic is the output name for the single concatenated raster set.
    5353
    54 [[Image()]]
     54[[Image(mosaic_with_holes.png)]]
    5555
    5656Assuming that there are only small holes in the data set and the DEM is required only within the lidar swath coverage, we can use the `r.surf.idw` command to interpolate over the lidar. This command will also interpolate into the GRASS region where the LIDAR is undefined.
     
    6060where the output raster, lidar_mosaic_idw, has been interpolated using an inverse distance weighted formula. As well as filling in holes within the lidar swath, this will also interpolate over empty parts of the GRASS region, resulting in possibly unrealistic data values.
    6161
    62 [[Image()]]
     62[[Image(interp_full_region.png)]]
    6363
    6464This can be improved if you wish by using a mask when interpolating the data. To create a mask, the easiest way is to use your input data at a low resolution. This creates a raster which covers the LIDAR swath but contains no holes in the data (assuming the resolution is selected low enough).  To import the data at a lower resolution , repeat steps 1-3 for each ASCII point cloud setting the `res` variable to a suitable value, e.g. 50.0 and outputting to a new map.  Then repeat steps 4 and 5 to create a raster covering the combined LIDAR swath.