Monday, August 30, 2010

Create LiDAR point density map with SAGA GIS

I am finding SAGA GIS to be quite useful and powerful in processing LiDAR data. One of the typical task is to determine the point density of a LiDAR survey. Usually this is in the form of a text report showing the file or tile and the calculated LiDAR point density i.e. the number of points per square meter. Some reports will even show the minimum, maximum and average values. I have used SAGA GIS to create a graphical point density map as shown in the figure below.


The steps to create the point density map are described below.

Import LiDAR LAS file

  1. Start up SAGA GIS.
  2. Select Modules | File | Shapes | Import | Import LAS Files.

    The Import LAS Files dialog box appears.

  3. Click the Input File row. Click the [...] button on the right.

    The Open dialog box appears.
  4. Browse and select a LAS file, e.g. lub_tile1.las. Click Open.

    The selected file name is displayed in the Import LAS Files dialog box.

  5. If necessary to filter the LiDAR points by attributes, toggle on any Attributes to import besides x,y,z ... e.g. classification. Click Okay.

    The LAS file is imported into SAGA GIS.

    Note: click the Data tab of the Workspace pane to see the imported point cloud in the Data tree.
Use Convert Point Cloud to Grid Module to generate the Points Per Cell grid
  1. Select Modules | Shapes | Point Clouds | Conversion | Point Cloud to Grid.

    The Point Cloud to Grid dialog box appears.
  2. Click the Points row drop down list and select the previously import LAS file, e.g. 01.lub_tile1.
  3. In the Cellsize field, type in the desired output grid cell size e.g. 1.


  4. Click Okay.

    The conversion has created two grid layers containing Z as well as Points per Cell values.
Each cell in the Points per Cell grid layer contains the number of LiDAR points in that cell. If the cell size you chose was 1 meter, then the cell value is directly the point density per square meter and you don't have to do any further grid calculation to get the final value. If you want to calculate the point density per classification, then prior to running the Point Cloud to Grid module, you have to filter out the Point Cloud first. 

Display the Points per Cell grid layer
  1. In the Data tree, right click on the Points per Cell grid layer created previously, e.g. 02.lub_tile1[Points per Cell].

    A pop up menu appears.
  2. Choose Show Grid.

    The grid layer is displayed.
  3. On the right pane, click the Legend tab.

    The legend of the point density is displayed.

    Note: the blues have the lowest density (less than 1.2 points per square meter) while the reds have the highest density (more than 5.2 points per square meter)

1 comment:

Unknown said...

Hi,
is possible with saga gis classify lidar data for data not classified?
thx