` `
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.
Vorgabe: False
open LAStools GUI
[boolean]Starts the GUI of LAStools with pre-populated input files.
Vorgabe: 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).
Vorgabe: 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.
Vorgabe: False
open LAStools GUI
[boolean]Starts the GUI of LAStools with pre-populated input files.
Vorgabe: False
input LAS/LAZ file
[points]smooth
[integer]Specifies if and with how many passes the temporary TIN should be smoothed.
Vorgabe: 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.
Vorgabe: False
open LAStools GUI
[boolean]Starts the GUI of LAStools with pre-populated input files.
Vorgabe: 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).
Vorgabe: 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.
Vorgabe: False
open LAStools GUI
[boolean]Starts the GUI of LAStools with pre-populated input files.
Vorgabe: False
input LAS/LAZ file
[points]smooth
[integer]Specifies if and with how many passes the temporary TIN should be smoothed.
Vorgabe: 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.
Vorgabe: False
open LAStools GUI
[boolean]Starts the GUI of LAStools with pre-populated input files.
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]filter (by return, classification, flags)
[selection]Filters points based on various options such as return, classification, or flags.
Optionen:
Vorgabe: 0
second filter (by return, classification, flags)
[selection]Also filters points based on various options such as return, classification, or flags.
Optionen:
Vorgabe: 0
filter (by coordinate, intensity, GPS time, ...)
[selection]Filters points based on various other options (that require a value as argument).
Optionen:
Vorgabe: 0
Wert für Filter (nach Koordinate, Intensität, GPS-Zeit, ...)
[string]The value that is the argument for the filter selected above.
Vorgabe: (not set)
second filter (by coordinate, intensity, GPS time, ...)
[selection]Also filters points based on various other options (that require a value as argument).
Optionen:
Vorgabe: 0
Wert für zweiten Filter (nach Koordinate, Intensität, GPS-Zeit, ...)
[string]The value that is the argument for the filter selected above.
Vorgabe: (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: —
LAS/LAZ-Ausgabedatei
[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)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
source projection
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
source utm zone
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
source state plane code
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
target projection
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
target utm zone
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
target state plane code
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
LAS/LAZ-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
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.
Vorgabe: False
open LAStools GUI
[boolean]Starts the GUI of LAStools with pre-populated input files.
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]transform (coordinates)
[selection]Either translate, scale, or clamp the x, y, or z coordinate by the value specified below.
Optionen:
Vorgabe: 0
Wert für Transformation (Koordinaten)
[string]The value that specifies the amount of translating, scaling, or clamping done by the transform selected above.
Vorgabe: (not set)
second transform (coordinates)
[selection]Also either translate, scale, or clamp the x, y, or z coordinate by the value specified below.
Optionen:
Vorgabe: 0
Wert für zweite Umwandlung (Koordinaten)
[string]The value that specifies the amount of translating, scaling, or clamping done by the transform selected above.
Vorgabe: (not set)
transform (intensities, scan angles, GPS times, ...)
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
Wert für Umwandlung (Intensität, Scanwinkel, GPS-Zeit, ...)
[string]The value that specifies the amount of scaling, translating, clamping or setting that is done by the transform selected above.
Vorgabe: (not set)
second transform (intensities, scan angles, GPS times, ...)
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
Wert für zweite Umwandlung (Intensität, Scanwinkel, GPS-Zeit, ...)
[string]The value that specifies the amount of scaling, translating, clamping or setting that is done by the transform selected above.
Vorgabe: (not set)
operations (first 7 need an argument)
[selection]<geben Sie hier die Parameterbeschreibung ein>
Optionen:
Vorgabe: 0
Argument für Operation
[string]The value that is the argument for the operation selected above.
Vorgabe: (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: —
LAS/LAZ-Ausgabedatei
[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)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
Analysiere Text
[string]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: xyz
ASCII-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('lidartools:las2txt', verbose, input_laslaz, parse_string, output)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
ist mobiles oder terrestrisches LIDAR (nicht aus der Luft)
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: 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.
Vorgabe: False
open LAStools GUI
[boolean]Starts the GUI of LAStools with pre-populated input files.
Vorgabe: 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).
Vorgabe: 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)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
ASCII-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('lidartools:lasinfo', verbose, input_laslaz, output)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
Dateien sind Fluglinien
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: True
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
2. Datei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
3. Datei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
4. Datei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
5. Datei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
6. Datei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
7. Datei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
LAS/LAZ-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('lidartools:lasmerge', verbose, files_are_flightlines, input_laslaz, file2, file3, file4, file5, file6, file7, output_laslaz)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
ASCII-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('lidartools:lasprecision', verbose, input_laslaz, output)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
Interessensgebiet
[extent]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: 0,1,0,1
processing.runalg('lidartools:lasquery', verbose, aoi)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
XML-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('lidartools:lasvalidate', verbose, input_laslaz, output)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
Nur Größe berichten
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
LAS/LAZ-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('lidartools:laszip', verbose, input_laslaz, report_size, output_laslaz)
<fügen Sie hier die Übersetzung des Algorithmus ein>
verbose
[boolean]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: False
ASCII-Eingabedatei
[file]Optional.
<geben Sie hier die Parameterbeschreibung ein>
Zeilen interpretieren als
[string]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: xyz
Erste n Zeile überspringen
[number]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: 0
Auflösung der X und Y Koordinate
[number]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: 0.01
Auflösung der Z Koordinate
[number]<geben Sie hier die Parameterbeschreibung ein>
Vorgabe: 0.01
LAS/LAZ-Ausgabedatei
[file]<fügen Sie hier die Übersetzung der Ausgabe ein>
processing.runalg('lidartools:txt2las', verbose, input, parse_string, skip, scale_factor_xy, scale_factor_z, output_laslaz)