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)