las2dem

Description

This tool turns points (up to 20 million) via a temporary Delaunay triangulation that is rastered with a user-defined step size into an elevation, intensity, or RGB raster. For more info see the las2dem page and its online README file.

Parameters

verbose [boolean]

Generates more textual control output to the console.

Default: False

open LAStools GUI [boolean]

Starts the GUI of LAStools with pre-populated input files.

Default: False

input LAS/LAZ file [points]
The file containing the points to be rastered in LAS/LAZ format.
filter [selection]

Specifies which points to use to construct the temporary TIN that is then rastered.

Default:

step size / pixel size [number]

Specifies the size of the cells of the grid the TIN is rastered onto.

Default: 1.0

Attribute [selection]

Specifies the attribute that is to be rastered.

Default: elevation

Product [selection]

Specifies how the attribute is to be turned into raster values.

Default: actual values

use tile bounding box [boolean]

Specifies to limit the rastered area to the tile bounding box (only meaningful for input LAS/LAZ tiles that were created with lastile).

Default: False

additional command line parameter(s) [string]

Specifies other command-line switches not available via this menu but known to the (advanced) LAStools user.

Default:

Outputs

Output raster file [raster]
Specifies where the output raster is stored. Use image rasters like TIF, PNG, and JPG for false color, gray ramps, and hillshades. Use value rasters like TIF, BIL, IMG, ASC, DTM, FLT, XYZ, and CSV for actual values.

Console usage

processing.runalg('lidartools:las2dem', verbose, gui, input, filter, step, attribute, product, use_tile_bb, additional, output)

See also the las2dem page and its online README file.