Outdated version of the documentation. Find the latest one here.

` `

Fournisseur d’algorithmes LAStools

LAStools is a collection of highly efficient, multicore command line tools for LiDAR data processing.

blast2dem

Description

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.

Paramètres

verbose [booléen]

Generates more textual control output to the console.

Par défaut : Faux

open LAStools GUI [boolean]

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

Par défaut : Faux

input LAS/LAZ file [points]
The file containing the points to be rastered in LAS/LAZ format.
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).

Par défaut : Faux

additional command line parameter(s) [string]

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

Default:

Sorties

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('blast2dem', verbose, gui, input, filter, step, attribute, product, use_tile_bb, additional, output)

See also

See also the blast2dem page and its online README file.

blast2iso

Description

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.

Paramètres

verbose [booléen]

Generates more textual control output to the console.

Par défaut : Faux

open LAStools GUI [boolean]

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

Par défaut : Faux

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

Specifies if and with how many passes the temporary TIN should be smoothed.

Par défaut : 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:

Sorties

Output vector file [raster]
Specifies where the output vector is stored. Use SHP or WKT output files. If your input LiDAR file is in geographic coordinates (long/lat) or has geo-referencing information (but only then) you can also create a KML output file.

Console usage

processing.runalg('blast2iso', verbose, gui, input, smooth, isoline_spacing, clean, simplify, simplify_area, additional, output)

See also

See also the blast2iso page and its online README file.

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.

Paramètres

verbose [booléen]

Generates more textual control output to the console.

Par défaut : Faux

open LAStools GUI [boolean]

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

Par défaut : Faux

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

Par défaut : Faux

additional command line parameter(s) [string]

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

Default:

Sorties

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

See also the las2dem page and its online README file.

las2iso

Description

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.

Paramètres

verbose [booléen]

Generates more textual control output to the console.

Par défaut : Faux

open LAStools GUI [boolean]

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

Par défaut : Faux

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

Specifies if and with how many passes the temporary TIN should be smoothed.

Par défaut : 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:

Sorties

Output vector file [raster]
Specifies where the output vector is stored. Use SHP or WKT output files. If your input LiDAR file is in geographic coordinates (long/lat) or has geo-referencing information (but only then) you can also create a KML output file.

Console usage

processing.runalg('las2iso', verbose, gui, input, smooth, isoline_spacing, clean, simplify, simplify_area, additional, output)

See also

See also the las2iso page and its online README file.

las2las_filter

Description

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.

Paramètres

verbose [booléen]

Generates more textual control output to the console.

Par défaut : Faux

open LAStools GUI [boolean]

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

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]
The file containing the points to be processed.
filter (by return, classification, flags) [selection]

Filters points based on various options such as return, classification, or flags.

Options :

  • 0 — —
  • 1 — conserver_dernier

  • 2 — conserver_premier

  • 3 — conserver_milieu

  • 4 — conserver_un_seul

  • 5 — écarter_un_seul

  • 6 — conserver_double

  • 7 — conserver_classe 2

  • 8 — conserver_classe 2 8

  • 9 — conserver_classe 8

  • 10 — conserver_classe 6

  • 11 — conserver_classe 9

  • 12 — conserver_classe 3 4 5

  • 13 — conserver_classe 2 6

  • 14 — écarter_classe 7

  • 15 — écarter_retenu

Par défaut : 0

second filter (by return, classification, flags) [selection]

Also filters points based on various options such as return, classification, or flags.

Options :

  • 0 — —
  • 1 — conserver_dernier

  • 2 — conserver_premier

  • 3 — conserver_milieu

  • 4 — conserver_un_seul

  • 5 — écarter_un_seul

  • 6 — conserver_double

  • 7 — conserver_classe 2

  • 8 — conserver_classe 2 8

  • 9 — conserver_classe 8

  • 10 — conserver_classe 6

  • 11 — conserver_classe 9

  • 12 — conserver_classe 3 4 5

  • 13 — conserver_classe 2 6

  • 14 — écarter_classe 7

  • 15 — écarter_retenu

Par défaut : 0

filter (by coordinate, intensity, GPS time, ...) [selection]

Filters points based on various other options (that require a value as argument).

Options :

  • 0 — —
  • 1 — drop_x_above
  • 2 — drop_x_below
  • 3 — drop_y_above
  • 4 — drop_y_below
  • 5 — drop_z_above
  • 6 — drop_z_below
  • 7 — écarter_intensité_au_dessus

  • 8 — écarter_intensité_en_dessous

  • 9 — écarter_temps_gps_au_dessus

  • 10 — écarter_temps_gps_au_dessous

  • 11 — écarter_angle_scan_au_dessus

  • 12 – écarter_angle_scan_en_dessous

  • 13 — conserver_point_source

  • 14 écarter_point_source

  • 15 — écarter_point_source_au_dessus

  • 16 — drop_point_source_below
  • 17 — conserver_donnée_utilisateur

  • 18 — écarter_donnée_utilisateur

  • 19 — écarter_donnée_utilisateur_au_dessus

  • 20 — écarter_donnée_utilisateur_en_dessous

  • 21 — conserver_tous_les_n

  • 22 — conserver_fraction_aléatoire

  • 23 — affiner_avec_grille

Par défaut : 0

valeur pour filtre (par coordonnées, intensité, temps GPS, ...) [texte]

The value that is the argument for the filter selected above.

Par défaut : (non défini)

second filter (by coordinate, intensity, GPS time, ...) [selection]

Also filters points based on various other options (that require a value as argument).

Options :

  • 0 — —
  • 1 — drop_x_above
  • 2 — drop_x_below
  • 3 — drop_y_above
  • 4 — drop_y_below
  • 5 — drop_z_above
  • 6 — drop_z_below
  • 7 — écarter_intensité_au_dessus

  • 8 — écarter_intensité_en_dessous

  • 9 — écarter_temps_gps_au_dessus

  • 10 — écarter_temps_gps_au_dessous

  • 11 — écarter_angle_scan_au_dessus

  • 12 – écarter_angle_scan_en_dessous

  • 13 — conserver_point_source

  • 14 écarter_point_source

  • 15 — écarter_point_source_au_dessus

  • 16 — drop_point_source_below
  • 17 — conserver_donnée_utilisateur

  • 18 — écarter_donnée_utilisateur

  • 19 — écarter_donnée_utilisateur_au_dessus

  • 20 — écarter_donnée_utilisateur_en_dessous

  • 21 — conserver_tous_les_n

  • 22 — conserver_fraction_aléatoire

  • 23 — affiner_avec_grille

Par défaut : 0

valeur pour second filtre (par coordonnée, intensité, temps GPS, ...) [texte]

The value that is the argument for the filter selected above.

Par défaut : (non défini)

additional command line parameter(s) [string]

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

Default:

Sorties

fichier de sortie LAS/LAZ [fichier]
Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII.

Console usage

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)

See also

See also the las2las page and its online README file.

las2las_project

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

source projection [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — UTM

  • 2 — sp83
  • 3 — sp27
  • 4 — longlat
  • 5 — latlong

Par défaut : 0

source utm zone [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — 1 (nord)

  • 2 — 2 (nord)

  • 3 — 3 (nord)

  • 4 — 4 (nord)

  • 5 — 5 (nord)

  • 6 — 6 (nord)

  • 7 — 7 (nord)

  • 8 — 8 (nord)

  • 9 — 9 (nord)

  • 10 — 10 (nord)

  • 11 — 11 (nord)

  • 12 — 12 (nord)

  • 13 — 13 (nord)

  • 14 — 14 (nord)

  • 15 — 15 (nord)

  • 16 — 16 (nord)

  • 17 — 17 (nord)

  • 18 — 18 (nord)

  • 19 — 19 (nord)

  • 20 — 20 (nord)

  • 21 — 21 (nord)

  • 22 — 22 (nord)

  • 23 — 23 (nord)

  • 24 — 24 (nord)

  • 25 — 25 (nord)

  • 26 — 26 (nord)

  • 27 — 27 (nord)

  • 28 — 28 (nord)

  • 29 — 29 (nord)

  • 30 — 30 (nord)

  • 31 — 31 (nord)

  • 32 — 32 (nord)

  • 33 — 33 (nord)

  • 34 — 34 (nord)

  • 35 — 35 (nord)

  • 36 — 36 (nord)

  • 37 — 37 (nord)

  • 38 — 38 (nord)

  • 39 — 39 (nord)

  • 40 — 40 (nord)

  • 41 — 41 (nord)

  • 42 — 42 (nord)

  • 43 — 43 (nord)

  • 44 — 44 (nord)

  • 45 — 45 (nord)

  • 46 — 46 (nord)

  • 47 — 47 (nord)

  • 48 — 48 (nord)

  • 49 — 49 (nord)

  • 50 — 50 (nord)

  • 51 — 51 (nord)

  • 52 — 52 (nord)

  • 53 — 53 (nord)

  • 54 — 54 (nord)

  • 55 — 55 (nord)

  • 56 — 56 (nord)

  • 57 — 57 (nord)

  • 58 — 58 (nord)

  • 59 — 59 (nord)

  • 60 — 60 (nord)

  • 61 — 1 (sud)

  • 62 — 2 (sud)

  • 63 — 3 (sud)

  • 64 — 4 (sud)

  • 65 — 5 (sud)

  • 66 — 6 (sud)

  • 67 — 7 (sud)

  • 68 — 8 (sud)

  • 69 — 9 (sud)

  • 70 — 10 (sud)

  • 71 — 11 (sud)

  • 72 — 12 (sud)

  • 73 — 13 (sud)

  • 74 — 14 (sud)

  • 75 — 15 (sud)

  • 76 — 16 (sud)

  • 77 — 17 (sud)

  • 78 — 18 (sud)

  • 79 — 19 (sud)

  • 80 — 20 (sud)

  • 81 — 21 (sud)

  • 82 — 22 (sud)

  • 83 — 23 (sud)

  • 84 — 24 (sud)

  • 85 — 25 (sud)

  • 86 — 26 (sud)

  • 87 — 27 (sud)

  • 88 — 28 (sud)

  • 89 — 29 (sud)

  • 90 — 30 (sud)

  • 91 — 31 (sud)

  • 92 — 32 (sud)

  • 93 — 33 (sud)

  • 94 — 34 (sud)

  • 95 — 35 (sud)

  • 96 — 36 (sud)

  • 97 — 37 (sud)

  • 98 — 38 (sud)

  • 99 — 39 (sud)

  • 100 — 40 (sud)

  • 101 — 41 (sud)

  • 102 — 42 (sud)

  • 103 — 43 (sud)

  • 104 — 44 (sud)

  • 105 — 45 (sud)

  • 106 — 46 (sud)

  • 107 — 47 (sud)

  • 108 — 48 (sud)

  • 109 — 49 (sud)

  • 110 — 50 (sud)

  • 111 — 51 (sud)

  • 112 — 52 (sud)

  • 113 — 53 (sud)

  • 114 — 54 (sud)

  • 115 — 55 (sud)

  • 116 — 56 (sud)

  • 117 — 57 (sud)

  • 118 — 58 (sud)

  • 119 — 59 (sud)

  • 120 — 60 (sud)

Par défaut : 0

source state plane code [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — AK_10
  • 2 — AK_2
  • 3 — AK_3
  • 4 — AK_4
  • 5 — AK_5
  • 6 — AK_6
  • 7 — AK_7
  • 8 — AK_8
  • 9 — AK_9
  • 10 — AL_E
  • 11 — AL_W
  • 12 — AR_N
  • 13 — AR_S
  • 14 — AZ_C
  • 15 — AZ_E
  • 16 — AZ_W
  • 17 — CA_I
  • 18 — CA_II
  • 19 — CA_III
  • 20 — CA_IV
  • 21 — CA_V
  • 22 — CA_VI
  • 23 — CA_VII
  • 24 — CO_C
  • 25 — CO_N
  • 26 — CO_S
  • 27 — CT
  • 28 — DE
  • 29 — FL_E
  • 30 — FL_N
  • 31 — FL_W
  • 32 — GA_E
  • 33 — GA_W
  • 34 — HI_1
  • 35 — HI_2
  • 36 — HI_3
  • 37 — HI_4
  • 38 — HI_5
  • 39 — IA_N
  • 40 — IA_S
  • 41 — ID_C
  • 42 — ID_E
  • 43 — ID_W
  • 44 — IL_E
  • 45 — IL_W
  • 46 — IN_E
  • 47 — IN_W
  • 48 — KS_N
  • 49 — KS_S
  • 50 — KY_N
  • 51 — KY_S
  • 52 — LA_N
  • 53 — LA_S
  • 54 — MA_I
  • 55 — MA_M
  • 56 — MD
  • 57 — ME_E
  • 58 — ME_W
  • 59 — MI_C
  • 60 — MI_N
  • 61 — MI_S
  • 62 — MN_C
  • 63 — MN_N
  • 64 — MN_S
  • 65 — MO_C
  • 66 — MO_E
  • 67 — MO_W
  • 68 — MS_E
  • 69 — MS_W
  • 70 — MT_C
  • 71 — MT_N
  • 72 — MT_S
  • 73 — NC
  • 74 — ND_N
  • 75 — ND_S
  • 76 — NE_N
  • 77 — NE_S
  • 78 — NH
  • 79 — NJ
  • 80 — NM_C
  • 81 — NM_E
  • 82 — NM_W
  • 83 — NV_C
  • 84 — NV_E
  • 85 — NV_W
  • 86 — NY_C
  • 87 — NY_E
  • 88 — NY_LI
  • 89 — NY_W
  • 90 — OH_N
  • 91 — OH_S
  • 92 — OK_N
  • 93 — OK_S
  • 94 — OR_N
  • 95 — OR_S
  • 96 — PA_N
  • 97 — PA_S
  • 98 — PR
  • 99 — RI
  • 100 — SC_N
  • 101 — SC_S
  • 102 — SD_N
  • 103 — SD_S
  • 104 — St.Croix
  • 105 — TN
  • 106 — TX_C
  • 107 — TX_N
  • 108 — TX_NC
  • 109 — TX_S
  • 110 — TX_SC
  • 111 — UT_C
  • 112 — UT_N
  • 113 — UT_S
  • 114 — VA_N
  • 115 — VA_S
  • 116 — VT
  • 117 — WA_N
  • 118 — WA_S
  • 119 — WI_C
  • 120 — WI_N
  • 121 — WI_S
  • 122 — WV_N
  • 123 — WV_S
  • 124 — WY_E
  • 125 — WY_EC
  • 126 — WY_W
  • 127 — WY_WC

Par défaut : 0

target projection [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — UTM

  • 2 — sp83
  • 3 — sp27
  • 4 — longlat
  • 5 — latlong

Par défaut : 0

target utm zone [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — 1 (nord)

  • 2 — 2 (nord)

  • 3 — 3 (nord)

  • 4 — 4 (nord)

  • 5 — 5 (nord)

  • 6 — 6 (nord)

  • 7 — 7 (nord)

  • 8 — 8 (nord)

  • 9 — 9 (nord)

  • 10 — 10 (nord)

  • 11 — 11 (nord)

  • 12 — 12 (nord)

  • 13 — 13 (nord)

  • 14 — 14 (nord)

  • 15 — 15 (nord)

  • 16 — 16 (nord)

  • 17 — 17 (nord)

  • 18 — 18 (nord)

  • 19 — 19 (nord)

  • 20 — 20 (nord)

  • 21 — 21 (nord)

  • 22 — 22 (nord)

  • 23 — 23 (nord)

  • 24 — 24 (nord)

  • 25 — 25 (nord)

  • 26 — 26 (nord)

  • 27 — 27 (nord)

  • 28 — 28 (nord)

  • 29 — 29 (nord)

  • 30 — 30 (nord)

  • 31 — 31 (nord)

  • 32 — 32 (nord)

  • 33 — 33 (nord)

  • 34 — 34 (nord)

  • 35 — 35 (nord)

  • 36 — 36 (nord)

  • 37 — 37 (nord)

  • 38 — 38 (nord)

  • 39 — 39 (nord)

  • 40 — 40 (nord)

  • 41 — 41 (nord)

  • 42 — 42 (nord)

  • 43 — 43 (nord)

  • 44 — 44 (nord)

  • 45 — 45 (nord)

  • 46 — 46 (nord)

  • 47 — 47 (nord)

  • 48 — 48 (nord)

  • 49 — 49 (nord)

  • 50 — 50 (nord)

  • 51 — 51 (nord)

  • 52 — 52 (nord)

  • 53 — 53 (nord)

  • 54 — 54 (nord)

  • 55 — 55 (nord)

  • 56 — 56 (nord)

  • 57 — 57 (nord)

  • 58 — 58 (nord)

  • 59 — 59 (nord)

  • 60 — 60 (nord)

  • 61 — 1 (sud)

  • 62 — 2 (sud)

  • 63 — 3 (sud)

  • 64 — 4 (sud)

  • 65 — 5 (sud)

  • 66 — 6 (sud)

  • 67 — 7 (sud)

  • 68 — 8 (sud)

  • 69 — 9 (sud)

  • 70 — 10 (sud)

  • 71 — 11 (sud)

  • 72 — 12 (sud)

  • 73 — 13 (sud)

  • 74 — 14 (sud)

  • 75 — 15 (sud)

  • 76 — 16 (sud)

  • 77 — 17 (sud)

  • 78 — 18 (sud)

  • 79 — 19 (sud)

  • 80 — 20 (sud)

  • 81 — 21 (sud)

  • 82 — 22 (sud)

  • 83 — 23 (sud)

  • 84 — 24 (sud)

  • 85 — 25 (sud)

  • 86 — 26 (sud)

  • 87 — 27 (sud)

  • 88 — 28 (sud)

  • 89 — 29 (sud)

  • 90 — 30 (sud)

  • 91 — 31 (sud)

  • 92 — 32 (sud)

  • 93 — 33 (sud)

  • 94 — 34 (sud)

  • 95 — 35 (sud)

  • 96 — 36 (sud)

  • 97 — 37 (sud)

  • 98 — 38 (sud)

  • 99 — 39 (sud)

  • 100 — 40 (sud)

  • 101 — 41 (sud)

  • 102 — 42 (sud)

  • 103 — 43 (sud)

  • 104 — 44 (sud)

  • 105 — 45 (sud)

  • 106 — 46 (sud)

  • 107 — 47 (sud)

  • 108 — 48 (sud)

  • 109 — 49 (sud)

  • 110 — 50 (sud)

  • 111 — 51 (sud)

  • 112 — 52 (sud)

  • 113 — 53 (sud)

  • 114 — 54 (sud)

  • 115 — 55 (sud)

  • 116 — 56 (sud)

  • 117 — 57 (sud)

  • 118 — 58 (sud)

  • 119 — 59 (sud)

  • 120 — 60 (sud)

Par défaut : 0

target state plane code [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — AK_10
  • 2 — AK_2
  • 3 — AK_3
  • 4 — AK_4
  • 5 — AK_5
  • 6 — AK_6
  • 7 — AK_7
  • 8 — AK_8
  • 9 — AK_9
  • 10 — AL_E
  • 11 — AL_W
  • 12 — AR_N
  • 13 — AR_S
  • 14 — AZ_C
  • 15 — AZ_E
  • 16 — AZ_W
  • 17 — CA_I
  • 18 — CA_II
  • 19 — CA_III
  • 20 — CA_IV
  • 21 — CA_V
  • 22 — CA_VI
  • 23 — CA_VII
  • 24 — CO_C
  • 25 — CO_N
  • 26 — CO_S
  • 27 — CT
  • 28 — DE
  • 29 — FL_E
  • 30 — FL_N
  • 31 — FL_W
  • 32 — GA_E
  • 33 — GA_W
  • 34 — HI_1
  • 35 — HI_2
  • 36 — HI_3
  • 37 — HI_4
  • 38 — HI_5
  • 39 — IA_N
  • 40 — IA_S
  • 41 — ID_C
  • 42 — ID_E
  • 43 — ID_W
  • 44 — IL_E
  • 45 — IL_W
  • 46 — IN_E
  • 47 — IN_W
  • 48 — KS_N
  • 49 — KS_S
  • 50 — KY_N
  • 51 — KY_S
  • 52 — LA_N
  • 53 — LA_S
  • 54 — MA_I
  • 55 — MA_M
  • 56 — MD
  • 57 — ME_E
  • 58 — ME_W
  • 59 — MI_C
  • 60 — MI_N
  • 61 — MI_S
  • 62 — MN_C
  • 63 — MN_N
  • 64 — MN_S
  • 65 — MO_C
  • 66 — MO_E
  • 67 — MO_W
  • 68 — MS_E
  • 69 — MS_W
  • 70 — MT_C
  • 71 — MT_N
  • 72 — MT_S
  • 73 — NC
  • 74 — ND_N
  • 75 — ND_S
  • 76 — NE_N
  • 77 — NE_S
  • 78 — NH
  • 79 — NJ
  • 80 — NM_C
  • 81 — NM_E
  • 82 — NM_W
  • 83 — NV_C
  • 84 — NV_E
  • 85 — NV_W
  • 86 — NY_C
  • 87 — NY_E
  • 88 — NY_LI
  • 89 — NY_W
  • 90 — OH_N
  • 91 — OH_S
  • 92 — OK_N
  • 93 — OK_S
  • 94 — OR_N
  • 95 — OR_S
  • 96 — PA_N
  • 97 — PA_S
  • 98 — PR
  • 99 — RI
  • 100 — SC_N
  • 101 — SC_S
  • 102 — SD_N
  • 103 — SD_S
  • 104 — St.Croix
  • 105 — TN
  • 106 — TX_C
  • 107 — TX_N
  • 108 — TX_NC
  • 109 — TX_S
  • 110 — TX_SC
  • 111 — UT_C
  • 112 — UT_N
  • 113 — UT_S
  • 114 — VA_N
  • 115 — VA_S
  • 116 — VT
  • 117 — WA_N
  • 118 — WA_S
  • 119 — WI_C
  • 120 — WI_N
  • 121 — WI_S
  • 122 — WV_N
  • 123 — WV_S
  • 124 — WY_E
  • 125 — WY_EC
  • 126 — WY_W
  • 127 — WY_WC

Par défaut : 0

Sorties

fichier de sortie LAS/LAZ [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:las2lasproject', verbose, input_laslaz, source_projection, source_utm, source_sp, target_projection, target_utm, target_sp, output_laslaz)

See also

las2las_transform

Description

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.

Paramètres

verbose [booléen]

Generates more textual control output to the console.

Par défaut : Faux

open LAStools GUI [boolean]

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

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]
The file containing the points to be processed.
transform (coordinates) [selection]

Either translate, scale, or clamp the x, y, or z coordinate by the value specified below.

Options :

  • 0 — —
  • 1 — translation_X

  • 2 — translation_Y

  • 3 — translation_Z

  • 4 — échelle_X

  • 5 — échelle_Y

  • 6 — échelle_Z

  • 7 — serrer_Z_au_dessus

  • 8 — serrer_Z_en_dessous

Par défaut : 0

valeur pour transformation (coordonnées) [texte]

The value that specifies the amount of translating, scaling, or clamping done by the transform selected above.

Par défaut : (non défini)

second transform (coordinates) [selection]

Also either translate, scale, or clamp the x, y, or z coordinate by the value specified below.

Options :

  • 0 — —
  • 1 — translation_X

  • 2 — translation_Y

  • 3 — translation_Z

  • 4 — échelle_X

  • 5 — échelle_Y

  • 6 — échelle_Z

  • 7 — serrer_Z_au_dessus

  • 8 — serrer_Z_en_dessous

Par défaut : 0

valeur pour seconde transformation (coordonnées) [texte]

The value that specifies the amount of translating, scaling, or clamping done by the transform selected above.

Par défaut : (non défini)

transform (intensities, scan angles, GPS times, ...) [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — échelle_intensité

  • 2 — translation_intensité

  • 3 — serrer_intensité_au_dessus

  • 4 — serrer_intensité_en_dessous

  • 5 — échelle_angle_scan

  • 6 — translation_angle_scan

  • 7 — translation_temps_gps

  • 8 — paramètre_classification

  • 9 — paramètre_donnée_utilisateur

  • 10 — paramètre_point_source

  • 11 — échelle_RVB_supérieur

  • 12 — échelle_RVB_inférieure

  • 13 — répare_retour_zéro

Par défaut : 0

valeur pour transformation (intensités, angles de scan, temps GPS, ...) [texte]

The value that specifies the amount of scaling, translating, clamping or setting that is done by the transform selected above.

Par défaut : (non défini)

second transform (intensities, scan angles, GPS times, ...) [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — échelle_intensité

  • 2 — translation_intensité

  • 3 — serrer_intensité_au_dessus

  • 4 — serrer_intensité_en_dessous

  • 5 — échelle_angle_scan

  • 6 — translation_angle_scan

  • 7 — translation_temps_gps

  • 8 — paramètre_classification

  • 9 — paramètre_donnée_utilisateur

  • 10 — paramètre_point_source

  • 11 — échelle_RVB_supérieur

  • 12 — échelle_RVB_inférieure

  • 13 — répare_retour_zéro

Par défaut : 0

valeur pour seconde transformation (intensités, angles de scan, temps GPS, ...) [texte]

The value that specifies the amount of scaling, translating, clamping or setting that is done by the transform selected above.

Par défaut : (non défini)

operations (first 7 need an argument) [selection]

<mettre la description du paramètre ici>

Options :

  • 0 — —
  • 1 — paramètre_type_point

  • 2 — paramètre_taille_point

  • 3 — set_version_mineure

  • 4 — set_version_majeure

  • 5 — démarre_au_point

  • 6 — arrête_au_point

  • 7 — supprimer_vlr

  • 8 — auto_redécalage

  • 9 — semaine_à_ajusté

  • 10 — ajusté_à_semaine

  • 11 — échelle_RVB_supérieur

  • 12 — échelle_RVB_inférieure

  • 13 — supprimer_tous_vlrs

  • 14 — supprimer_extra

  • 15 — découper_emprise

Par défaut : 0

argument pour opération [texte]

The value that is the argument for the operation selected above.

Par défaut : (non défini)

additional command line parameter(s) [string]

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

Default:

Sorties

fichier de sortie LAS/LAZ [fichier]
Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII.

Console usage

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)

See also

See also the las2las page and its online README file.

las2txt

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

texte_à_analyser [texte]

<mettre la description du paramètre ici>

Par défaut : xyz

Sorties

Sortie fichier ASCII [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:las2txt', verbose, input_laslaz, parse_string, output)

See also

lasindex

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

LiDAR est-il mobile ou terrestre (non aéroporté) [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

Sorties

Console usage

processing.runalg('lidartools:lasindex', verbose, input_laslaz, mobile_or_terrestrial)

See also

lasgrid

Description

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.

Paramètres

verbose [booléen]

Generates more textual control output to the console.

Par défaut : Faux

open LAStools GUI [boolean]

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

Par défaut : Faux

input LAS/LAZ file [points]
The file containing the points to be rastered in LAS/LAZ format.
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).

Par défaut : Faux

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:

Sorties

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

Console usage

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

See also

See also the lasgrid page and its online README file.

lasinfo

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

Sorties

Sortie fichier ASCII [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:lasinfo', verbose, input_laslaz, output)

See also

lasmerge

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichiers sont des lignes de vol [booléen]

<mettre la description du paramètre ici>

Par défaut : Vrai

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

2ème fichier [fichier]

Optional.

<mettre la description du paramètre ici>

3ème fichier [fichier]

Optional.

<mettre la description du paramètre ici>

4ème fichier [fichier]

Optional.

<mettre la description du paramètre ici>

5ème fichier [fichier]

Optional.

<mettre la description du paramètre ici>

6ème fichier [fichier]

Optional.

<mettre la description du paramètre ici>

7ème fichier [fichier]

Optional.

<mettre la description du paramètre ici>

Sorties

fichier de sortie LAS/LAZ [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:lasmerge', verbose, files_are_flightlines, input_laslaz, file2, file3, file4, file5, file6, file7, output_laslaz)

See also

lasprecision

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

Sorties

Sortie fichier ASCII [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:lasprecision', verbose, input_laslaz, output)

See also

lasquery

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

aire d'intérêt [emprise]

<mettre la description du paramètre ici>

Par défaut : 0,1,0,1

Sorties

Console usage

processing.runalg('lidartools:lasquery', verbose, aoi)

See also

lasvalidate

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

Sorties

Fichier de sortie XML [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:lasvalidate', verbose, input_laslaz, output)

See also

laszip

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

fichier d'entrée LAS/LAZ [fichier]

Optional.

<mettre la description du paramètre ici>

renvoie taille uniquement [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

Sorties

fichier de sortie LAS/LAZ [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:laszip', verbose, input_laslaz, report_size, output_laslaz)

See also

txt2las

Description

<mettre la description de l’algorithme ici>

Paramètres

verbose [booléen]

<mettre la description du paramètre ici>

Par défaut : Faux

Fichier d'entrée ASCII [fichier]

Optional.

<mettre la description du paramètre ici>

analyser les lignes comme [texte]

<mettre la description du paramètre ici>

Par défaut : xyz

sauter les n premières lignes [nombre]

<mettre la description du paramètre ici>

Par défaut : 0

résolution des coordonnées X et Y [nombre]

<mettre la description du paramètre ici>

Par défaut : 0.01

résolution de la coordonnée Z [nombre]

<mettre la description du paramètre ici>

Par défaut : 0.01

Sorties

fichier de sortie LAS/LAZ [fichier]

<mettre la description de la sortie ici>

Console usage

processing.runalg('lidartools:txt2las', verbose, input, parse_string, skip, scale_factor_xy, scale_factor_z, output_laslaz)

See also