blast2dem

Descripción

This tool can turn billions of points with via seamless Delaunay triangulation implemented using streaming into large elevation, intensity, or RGB rasters. For more info see the blast2dem page and its online README file.

Parámetros

verbose [boolean]

Generates more textual control output to the console.

Por defecto:Falso

open LAStools GUI [boolean]

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

Por defecto:Falso

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

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

Predeterminado:

tamaño de paso / tamaño de píxel [number]

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

Predeterminado: 1.0

Atributo [string]

Specifies the attribute that is to be rastered.

Predeterminado: elevación

Product [string]

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

Por defecto: valores actuales

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).

Por defecto:Falso

parámetro(s) adicional(es) de la línea de órdenes [string]

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

Predeterminado:

Salidas

Archivo raster de salida [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.

Uso de la consola

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

See also the blast2dem page and its online README file.