` `
LAStools is a collection of highly efficient, multicore command line tools for LiDAR data processing.
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.
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]filter
[string]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
[string]Specifies the attribute that is to be rastered.
Default: elevation
Product
[string]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: —
Output raster file
[raster]processing.runalg('blast2dem', verbose, gui, input, filter, step, attribute, product, use_tile_bb, additional, output)
This tool can turn billions of points with via seamless Delaunay triangulation implemented using streaming into large iso-contour lines (optionally tiled). For more info see the blast2iso page and its online README file.
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]smooth
[integer]Specifies if and with how many passes the temporary TIN should be smoothed.
Default: 0
extract isoline with spacing of
[number]Specifies spacing at which iso-contour lines are getting extracted.
Default: 10.0
clean isolines shorter than
[number]Omits iso-contour lines that are shorter than the specified length.
Default: 0.0
simplify segments shorter than
[number]Rudimentary simplification of iso-contour line segments that are shorter than the specified length.
Default: 0.0
simplify segment pairs with area less than
[number]Rudimentary simplification of bumps formed by consecutive line segments whose area is smaller than the specified size.
Default: 0.0
additional command line parameter(s)
[string]Specifies other command-line switches not available via this menu but known to the (advanced) LAStools user.
Default: —
Output vector file
[raster]processing.runalg('blast2iso', verbose, gui, input, smooth, isoline_spacing, clean, simplify, simplify_area, additional, output)
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.
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]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: —
Output raster file
[raster]processing.runalg('lidartools:las2dem', verbose, gui, input, filter, step, attribute, product, use_tile_bb, additional, output)
This tool turns point clouds (up to 20 million per file) into iso-contour lines by creating a temporary Delaunay triangulation on which the contours are then traced. For more info see the las2iso page and its online README file.
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]smooth
[integer]Specifies if and with how many passes the temporary TIN should be smoothed.
Default: 0
extract isoline with spacing of
[number]Specifies spacing at which iso-contour lines are getting extracted.
Default: 10.0
clean isolines shorter than
[number]Omits iso-contour lines that are shorter than the specified length.
Default: 0.0
simplify segments shorter than
[number]Rudimentary simplification of iso-contour line segments that are shorter than the specified length.
Default: 0.0
simplify segment pairs with area less than
[number]Rudimentary simplification of bumps formed by consecutive line segments whose area is smaller than the specified size.
Default: 0.0
additional command line parameter(s)
[string]Specifies other command-line switches not available via this menu but known to the (advanced) LAStools user.
Default: —
Output vector file
[raster]processing.runalg('las2iso', verbose, gui, input, smooth, isoline_spacing, clean, simplify, simplify_area, additional, output)
This tool uses las2las to filter LiDAR points based on different attributes and to write the surviving subset of points to a new LAZ or LAS file. For more info see the las2las page and its online README file.
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
[file]filter (by return, classification, flags)
[selection]Filters points based on various options such as return, classification, or flags.
Options:
Default: 0
second filter (by return, classification, flags)
[selection]Also filters points based on various options such as return, classification, or flags.
Options:
Default: 0
filter (by coordinate, intensity, GPS time, ...)
[selection]Filters points based on various other options (that require a value as argument).
Options:
Default: 0
value for filter (by coordinate, intensity, GPS time, ...)
[string]The value that is the argument for the filter selected above.
Default: (not set)
second filter (by coordinate, intensity, GPS time, ...)
[selection]Also filters points based on various other options (that require a value as argument).
Options:
Default: 0
value for second filter (by coordinate, intensity, GPS time, ...)
[string]The value that is the argument for the filter selected above.
Default: (not set)
additional command line parameter(s)
[string]Specifies other command-line switches not available via this menu but known to the (advanced) LAStools user.
Default: —
output LAS/LAZ file
[file]processing.runalg('lidartools:las2las_filter', verbose, input_laslaz, filter_return_class_flags1, filter_return_class_flags2, filter_coords_intensity1, filter_coords_intensity1_arg, filter_coords_intensity2, filter_coords_intensity2_arg, output_laslaz)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
input LAS/LAZ file
[file]Optional.
<put parameter description here>
source projection
[selection]<put parameter description here>
Options:
Default: 0
source utm zone
[selection]<put parameter description here>
Options:
Default: 0
source state plane code
[selection]<put parameter description here>
Options:
Default: 0
target projection
[selection]<put parameter description here>
Options:
Default: 0
target utm zone
[selection]<put parameter description here>
Options:
Default: 0
target state plane code
[selection]<put parameter description here>
Options:
Default: 0
output LAS/LAZ file
[file]processing.runalg('lidartools:las2lasproject', verbose, input_laslaz, source_projection, source_utm, source_sp, target_projection, target_utm, target_sp, output_laslaz)
This tool uses las2las to filter LiDAR points based on different attributes and to write the surviving subset of points to a new LAZ or LAS file. For more info see the las2las page and its online README file.
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
[file]transform (coordinates)
[selection]Either translate, scale, or clamp the x, y, or z coordinate by the value specified below.
Options:
Default: 0
value for transform (coordinates)
[string]The value that specifies the amount of translating, scaling, or clamping done by the transform selected above.
Default: (not set)
second transform (coordinates)
[selection]Also either translate, scale, or clamp the x, y, or z coordinate by the value specified below.
Options:
Default: 0
value for second transform (coordinates)
[string]The value that specifies the amount of translating, scaling, or clamping done by the transform selected above.
Default: (not set)
transform (intensities, scan angles, GPS times, ...)
[selection]<put parameter description here>
Options:
Default: 0
value for transform (intensities, scan angles, GPS times, ...)
[string]The value that specifies the amount of scaling, translating, clamping or setting that is done by the transform selected above.
Default: (not set)
second transform (intensities, scan angles, GPS times, ...)
[selection]<put parameter description here>
Options:
Default: 0
value for second transform (intensities, scan angles, GPS times, ...)
[string]The value that specifies the amount of scaling, translating, clamping or setting that is done by the transform selected above.
Default: (not set)
operations (first 7 need an argument)
[selection]<put parameter description here>
Options:
Default: 0
argument for operation
[string]The value that is the argument for the operation selected above.
Default: (not set)
additional command line parameter(s)
[string]Specifies other command-line switches not available via this menu but known to the (advanced) LAStools user.
Default: —
output LAS/LAZ file
[file]processing.runalg('lidartools:las2las_transform', verbose, input_laslaz, filter_return_class_flags1, filter_return_class_flags2, filter_coords_intensity1, filter_coords_intensity1_arg, filter_coords_intensity2, filter_coords_intensity2_arg, output_laslaz)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
input LAS/LAZ file
[file]Optional.
<put parameter description here>
parse_string
[string]<put parameter description here>
Default: xyz
Output ASCII file
[file]processing.runalg('lidartools:las2txt', verbose, input_laslaz, parse_string, output)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
input LAS/LAZ file
[file]Optional.
<put parameter description here>
is mobile or terrestrial LiDAR (not airborne)
[boolean]<put parameter description here>
Default: False
processing.runalg('lidartools:lasindex', verbose, input_laslaz, mobile_or_terrestrial)
This tool grids a selected attribute (e.g. elevation, intensity, classification, scan angle, ...) of a large point clouds with a user-defined step size onto raster using a particular method (e.g. min, max, average). For more info see the lasgrid page and its online README file.
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]filter
[string]Specifies which subset of points to use for subsequent gridding.
Default: —
step size / pixel size
[number]Specifies the size of the grid cells the points are binned into.
Default: 1.0
Attribute
[string]Specifies the attribute that is to be gridded into each cell.
Default: elevation
Method
[string]Specifies how the attributes falling into one cell are turned into a raster value.
Default: lowest
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. A common thing to add here would be ‘-false or ‘-gray’ to map all values to a color or a gray value (optionally with a specified range of ‘-set_min_max 40 90’ and produce an image.
Default: —
additional command line parameter(s)
[string]Specifies other command-line switches not available via this menu but known to the (advanced) LAStools user.
Default: —
Output raster file
[raster]processing.runalg('lidartools:lasgrid', verbose, gui, input, filter, step, attribute, method, use_tile_bb, additional, output)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
input LAS/LAZ file
[file]Optional.
<put parameter description here>
Output ASCII file
[file]processing.runalg('lidartools:lasinfo', verbose, input_laslaz, output)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
files are flightlines
[boolean]<put parameter description here>
Default: True
input LAS/LAZ file
[file]Optional.
<put parameter description here>
2nd file
[file]Optional.
<put parameter description here>
3rd file
[file]Optional.
<put parameter description here>
4th file
[file]Optional.
<put parameter description here>
5th file
[file]Optional.
<put parameter description here>
6th file
[file]Optional.
<put parameter description here>
7th file
[file]Optional.
<put parameter description here>
output LAS/LAZ file
[file]processing.runalg('lidartools:lasmerge', verbose, files_are_flightlines, input_laslaz, file2, file3, file4, file5, file6, file7, output_laslaz)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
input LAS/LAZ file
[file]Optional.
<put parameter description here>
Output ASCII file
[file]processing.runalg('lidartools:lasprecision', verbose, input_laslaz, output)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
area of interest
[extent]<put parameter description here>
Default: 0,1,0,1
processing.runalg('lidartools:lasquery', verbose, aoi)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
input LAS/LAZ file
[file]Optional.
<put parameter description here>
Output XML file
[file]processing.runalg('lidartools:lasvalidate', verbose, input_laslaz, output)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
input LAS/LAZ file
[file]Optional.
<put parameter description here>
only report size
[boolean]<put parameter description here>
Default: False
output LAS/LAZ file
[file]processing.runalg('lidartools:laszip', verbose, input_laslaz, report_size, output_laslaz)
<put algorithm description here>
verbose
[boolean]<put parameter description here>
Default: False
Input ASCII file
[file]Optional.
<put parameter description here>
parse lines as
[string]<put parameter description here>
Default: xyz
skip the first n lines
[number]<put parameter description here>
Default: 0
resolution of x and y coordinate
[number]<put parameter description here>
Default: 0.01
resolution of z coordinate
[number]<put parameter description here>
Default: 0.01
output LAS/LAZ file
[file]processing.runalg('lidartools:txt2las', verbose, input, parse_string, skip, scale_factor_xy, scale_factor_z, output_laslaz)