Fournisseur d’algorithmes LAStools

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

blast2dem

Description

Turns points (up to billions) 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

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file containing the points to be rastered in LAS/LAZ format.

filter (by return, classification, flag)

FILTER_RETURN_CLASS_FLAGS1

[enumeration]

Par défaut : 0

Specifies which points to use to construct the temporary TIN that is then rasterized. One of:

  • 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

  • 16 — drop_synthetic

  • 17 — drop_overlap

  • 18 — keep_withheld

  • 19 — keep_synthetic

  • 20 — keep_keypoint

  • 21 — keep_overlap

step size / pixel size

STEP

[number]

Default: 1.0

Specifies the size of the cells of the grid the TIN is rasterized onto

Attribute

ATTRIBUTE

[enumeration]

Par défaut : 0

Specifies the attribute that is to be rastered. One of:

  • 0 — elevation

  • 1 — slope

  • 2 — intensity

  • 3 — rgb

Product

PRODUCT

[enumeration]

Par défaut : 0

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

  • 0 — actual values

  • 1 — hillshade

  • 2 — gray

  • 3 — false

Use tile bounding box (after tiling with buffer)

USE_TILE_BB

[boolean]

Default: False

Specifies to limit the rastered area to the tile bounding box (only meaningful for input LAS/LAZ tiles that were created with lastile).

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output raster file

OUTPUT_RASTER

[raster]

Default: [Skip output]

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. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output raster file

OUTPUT_RASTER

[raster]

The output raster

blast2iso

Description

Turns points (up to billions) via seamless Delaunay triangulation implemented using streaming into iso-contour lines.

For more info see the blast2iso page and its online README file.

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file containing the points to be used for creating iso-contour lines.

smooth underlying TIN

SMOOTH

[number]

Par défaut : 0

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

extract isoline with a spacing of

ISO_EVERY

[number]

Par défaut : 10.0

Specifies spacing at which iso-contour lines are getting extracted (contour interval)

clean isolines shorter than (0 = do not clean)

CLEAN

[number]

Default: 0.0

Omits iso-contour lines that are shorter than the specified length

simplify segments shorter than (0 = do not simplify)

SIMPLIFY_LENGTH

[number]

Default: 0.0

Rudimentary simplification of iso-contour line segments that are shorter than the specified length.

simplify segment pairs with area less than (0 = do not simplify)

SIMPLIFY_AREA

[number]

Default: 0.0

Rudimentary simplification of bumps formed by consecutive line segments whose area is smaller than the specified size.

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output vector file

OUTPUT_VECTOR

[vector: line]

Default: [Skip output]

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. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output vector file

OUTPUT_VECTOR

[vector: line]

The output line vector layer with contours

las2dem

Description

Turns points (up to 20 million) via a temporary Delaunay triangulation that is rasterized 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

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file containing the points to be rastered in LAS/LAZ format.

filter (by return, classification, flags)

FILTER_RETURN_CLASS_FLAGS1

[enumeration]

Par défaut : 0

Specifies which points to use to construct the temporary TIN that is then rasterized. One of:

  • 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 — keep_class 3

  • 14 — keep_class 4

  • 15 — keep_class 5

  • 16 — keep_class 2 6

  • 17 — drop_class 7

  • 18 — drop_withheld

  • 19 — drop_synthetic

  • 20 — drop_overlap

  • 21 — keep_withheld

  • 22 — keep_synthetic

  • 23 — keep_keypoint

  • 24 — keep_overlap

step size / pixel size

STEP

[number]

Default: 1.0

Specifies the size of the cells of the grid the TIN is rasterized onto

Attribute

ATTRIBUTE

[enumeration]

Par défaut : 0

Specifies the attribute to rasterise. One of:

  • 0 — elevation

  • 1 — slope

  • 2 — intensity

  • 3 — rgb

  • 4 — edge_longest

  • 5 — edge_shortest

Product

PRODUCT

[enumeration]

Par défaut : 0

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

  • 0 — actual values

  • 1 — hillshade

  • 2 — gray

  • 3 — false

Use tile bounding box (after tiling with buffer)

USE_TILE_BB

[boolean]

Default: False

Specifies to limit the rastered area to the tile bounding box (only meaningful for input LAS/LAZ tiles that were created with lastile).

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output raster file

OUTPUT_RASTER

[raster]

Default: [Skip output]

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. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output raster file

OUTPUT_RASTER

[raster]

The output raster

las2iso

Description

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

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file containing the points to be used for creating iso-contour lines.

smooth underlying TIN

SMOOTH

[number]

Par défaut : 0

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

extract isoline with a spacing of

ISO_EVERY

[number]

Par défaut : 10.0

Specifies spacing at which iso-contour lines are getting extracted (contour interval)

clean isolines shorter than (0 = do not clean)

CLEAN

[number]

Default: 0.0

Omits iso-contour lines that are shorter than the specified length

simplify segments shorter than (0 = do not simplify)

SIMPLIFY_LENGTH

[number]

Default: 0.0

Rudimentary simplification of iso-contour line segments that are shorter than the specified length.

simplify segment pairs with area less than (0 = do not simplify)

SIMPLIFY_AREA

[number]

Default: 0.0

Rudimentary simplification of bumps formed by consecutive line segments whose area is smaller than the specified size.

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output vector file

OUTPUT_VECTOR

[vector: line]

Default: [Skip output]

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. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output vector file

OUTPUT_VECTOR

[vector: line]

The output line vector layer with contours

las2las_filter

Description

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

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file containing the points to be used for creating iso-contour lines.

filter (by return, classification, flags)

FILTER_RETURN_CLASS_FLAGS1

[enumeration]

Par défaut : 0

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

  • 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 — keep_class 3

  • 14 — keep_class 4

  • 15 — keep_class 5

  • 16 — keep_class 2 6

  • 17 — drop_class 7

  • 18 — drop_withheld

  • 19 — drop_synthetic

  • 20 — drop_overlap

  • 21 — keep_withheld

  • 22 — keep_synthetic

  • 23 — keep_keypoint

  • 24 — keep_overlap

second filter (by return, classification, flags)

FILTER_RETURN_CLASS_FLAGS2

[enumeration]

Par défaut : 0

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

  • 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 — keep_class 3

  • 14 — keep_class 4

  • 15 — keep_class 5

  • 16 — keep_class 2 6

  • 17 — drop_class 7

  • 18 — drop_withheld

  • 19 — drop_synthetic

  • 20 — drop_overlap

  • 21 — keep_withheld

  • 22 — keep_synthetic

  • 23 — keep_keypoint

  • 24 — keep_overlap

filter (by coordinate, intensity, GPS time, …)

FILTER_COORDS_INTENSITY1

[enumeration]

Par défaut : 0

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

  • 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

value for filter (by coordinate, intensity, GPS time, …)

FILTER_COORDS_INTENSITY1_ARG

[number]

Default: None

The value to use as the argument for the filter selected above

second filter (by coordinate, intensity, GPS time, …)

FILTER_COORDS_INTENSITY2

[enumeration]

Par défaut : 0

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

  • 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

value for second filter (by coordinate, intensity, GPS time, …)

FILTER_COORDS_INTENSITY2_ARG

[number]

Default: None

The value to use as the argument for the filter selected above

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

Default: [Skip output]

Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

The output LAS/LAZ format file

las2las_project

Transform LAS/LAZ files in a folder to another CRS.

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

Input LAS/LAZ file

source projection

SOURCE_PROJECTION

[enumeration]

Par défaut : 0

One of:

  • 0 — —

  • 1 — epsg

  • 2 — utm

  • 3 — sp83

  • 4 — sp27

  • 5 — longlat

  • 6 — latlong

  • 7 — ecef

source utm zone

SOURCE_UTM

[enumeration]

Par défaut : 0

One of:

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

source state plane code

SOURCE_SP

[enumeration]

Par défaut : 0

One of:

  • 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

target projection

TARGET_PROJECTION

[enumeration]

Par défaut : 0

One of:

  • 0 — —

  • 1 — epsg

  • 2 — utm

  • 3 — sp83

  • 4 — sp27

  • 5 — longlat

  • 6 — latlong

  • 7 — ecef

target utm zone

TARGET_UTM

[enumeration]

Par défaut : 0

One of:

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

target state plane code

TARGET_SP

[enumeration]

Par défaut : 0

One of:

  • 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

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output LAS/LAZ file

OUTPUT_LASLAZ

[folder]

Default: [Save to temporary folder]

Specifies where the folder for the output point clouds. One of:

  • Skip Output

  • Save to a Temporary Directory

  • Save to Directory…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

The output LAS/LAZ format file

las2las_transform

Description

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

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The first file containing points to be merged

transform (coordinates)

TRANSFORM_COORDINATE1

[enumeration]

Par défaut : 0

Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:

  • 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

value for transform (coordinates)

TRANSFORM_COORDINATE1_ARG

[string]

Default: “”

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

second transform (coordinates)

TRANSFORM_COORDINATE2

[enumeration]

Par défaut : 0

Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:

  • 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

value for second transform (coordinates)

TRANSFORM_COORDINATE2_ARG

[string]

Default: “”

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

transform (intensities, scan angles, GPS times, …)

TRANSFORM_OTHER1

[enumeration]

Par défaut : 0

Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:

  • 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

value for transform (intensities, scan angles, GPS times, …)

TRANSFORM_OTHER1_ARG

[string]

Default: “”

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

second transform (intensities, scan angles, GPS times, …)

TRANSFORM_OTHER2

[enumeration]

Par défaut : 0

Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:

  • 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

value for second transform (intensities, scan angles, GPS times, …)

TRANSFORM_OTHER2_ARG

[string]

Default: “”

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

operations (first 7 need an argument)

OPERATION

[enumeration]

Par défaut : 0

One of:

  • 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 — auto reoffset

  • 12 — scale_rgb_up

  • 13 — scale_rgb_down

  • 14 — remove_all_vlrs

  • 15 — remove_extra

  • 16 — clip_to_bounding_box

argument for operation

OPERATIONARG

[string]

Default: “”

The value to use as the argument for the operation selected above

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

Default: [Skip output]

Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

The output (merged) LAS/LAZ format file

las2txt

Description

Translates a LAS/LAZ file to a text file.

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

input LAS/LAZ file

INPUT_LASLAZ

[file]

Default: None

parse_string

PARSE

[string]

Default: “xyz”

additional command line parameters

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output ASCII file

OUTPUT_GENERIC

[file]

Default: [Create temporary layer]

Specify the output file. One of:

  • Create Temporary Layer (TEMPORARY_OUTPUT)

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output ASCII file

OUTPUT_GENERIC

[file]

The output file

lasindex

Description

<mettre la description de l’algorithme ici>

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

input LAS/LAZ file

INPUT_LASLAZ

[file]

Default: None

append *.lax file to *.laz file

APPEND_LAX

[boolean]

Default: False

is mobile or terrestrial LiDAR (not airborne)

MOBILE_OR_TERRESTRIAL

[boolean]

Default: False

additional command line parameters

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Sorties

Label

Name

Type

Description

No output

lasgrid

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

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file containing the points to be rastered in LAS/LAZ format.

filter (by return, classification, flags)

FILTER_RETURN_CLASS_FLAGS1

[enumeration]

Par défaut : 0

Specifies the subset of points to use for the gridding. One of:

  • 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 — keep_class 3

  • 14 — keep_class 4

  • 15 — keep_class 5

  • 16 — keep_class 2 6

  • 17 — drop_class 7

  • 18 — drop_withheld

  • 19 — drop_synthetic

  • 20 — drop_overlap

  • 21 — keep_withheld

  • 22 — keep_synthetic

  • 23 — keep_keypoint

  • 24 — keep_overlap

step size / pixel size

STEP

[number]

Default: 1.0

Specifies the size of the cells of the grid the TIN is rasterized onto

Attribute

ATTRIBUTE

[enumeration]

Par défaut : 0

Specifies the attribute to rasterise. One of:

  • 0 — elevation

  • 1 — intensity

  • 2 — rgb

  • 3 — classification

Method

METHOD

[enumeration]

Par défaut : 0

Specifies how the attributes falling into one cell are turned into a raster value. One of:

  • 0 — lowest

  • 1 — heighest

  • 2 — average

  • 3 — stddev

use tile bounding box (after tiling with buffer)

USE_TILE_BB

[boolean]

Default: False

Specifies to limit the rastered area to the tile bounding box (only meaningful for input LAS/LAZ tiles that were created with lastile).

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output raster file

OUTPUT_RASTER

[raster]

Default: [Skip output]

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. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output raster file

OUTPUT_RASTER

[raster]

The output raster

lasinfo

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file to get information about.

compute density

COMPUTE_DENSITY

[boolean]

Default: False

repair bounding box

REPAIR_BB

[boolean]

Default: False

repair counters

REPAIR_COUNTERS

[boolean]

Default: False

histogram

HISTO1

[enumeration]

Par défaut : 0

First histogram. One of:

  • 0 — —

  • 1 — x

  • 2 — y

  • 3 — z

  • 4 — intensity

  • 5 — classification

  • 6 — scan_angle

  • 7 — user_data

  • 8 — point_source

  • 9 — gps_time

  • 10 — X

  • 11 — Y

  • 12 — Z

  • 13 — attribute0

  • 14 — attribute1

  • 15 — attribute2

bin size

HISTO1_BIN

[number]

Default: 1.0

histogram

HISTO2

[enumeration]

Par défaut : 0

Second histogram. One of:

  • 0 — —

  • 1 — x

  • 2 — y

  • 3 — z

  • 4 — intensity

  • 5 — classification

  • 6 — scan_angle

  • 7 — user_data

  • 8 — point_source

  • 9 — gps_time

  • 10 — X

  • 11 — Y

  • 12 — Z

  • 13 — attribute0

  • 14 — attribute1

  • 15 — attribute2

bin size

HISTO2_BIN

[number]

Default: 1.0

histogram

HISTO3

[enumeration]

Par défaut : 0

Third histogram. One of:

  • 0 — —

  • 1 — x

  • 2 — y

  • 3 — z

  • 4 — intensity

  • 5 — classification

  • 6 — scan_angle

  • 7 — user_data

  • 8 — point_source

  • 9 — gps_time

  • 10 — X

  • 11 — Y

  • 12 — Z

  • 13 — attribute0

  • 14 — attribute1

  • 15 — attribute2

bin size

HISTO3_BIN

[number]

Default: 1.0

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output ASCII file

OUTPUT_GENERIC

[file]

Default: [Skip output]

Specifies where the output is stored. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output ASCII file

OUTPUT_GENERIC

[file]

The file with the output

lasmerge

Merge up to seven LAS/LAZ files into one.

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

files are flightlines

FILES_ARE_FLIGHTLINES

[boolean]

Default: False

apply file source ID

APPLY_FILE_SOURCE_ID

[boolean]

Default: False

input LAS/LAZ file

INPUT_LASLAZ

[file]

The first file containing points to be merged

2nd file

Optional

FILE2

[file]

The second file to merge

3rd file

Optional

FILE3

[file]

The third file to merge

4th file

Optional

FILE4

[file]

The fourth file to merge

5th file

Optional

FILE5

[file]

The fifth file to merge

6th file

Optional

FILE6

[file]

The sixth file to merge

7th file

Optional

FILE7

[file]

The seventh file to merge

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

Default: [Skip output]

Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

The output (merged) LAS/LAZ format file

lasprecision

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file the input point cloud

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output ASCII file

OUTPUT_GENERIC

[file]

Default: [Skip output]

Specifies where the output ASCII file is stored. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output ASCII file

OUTPUT_GENERIC

[file]

The output ASCII file

lasquery

Description

<mettre la description de l’algorithme ici>

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file the input point cloud

area of interest

AOI

[extent]

The extent

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Sorties

lasvalidate

Paramètres

Label

Name

Type

Description

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file the input point cloud

save report to “*_LVS.xml”

ONE_REPORT_PER_FILE

[boolean]

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output XML file

OUTPUT_GENERIC

[file]

Default: [Skip output]

Specifies where the output XML file is stored. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output XML file

OUTPUT_GENERIC

[file]

The output XML file

laszip

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file to be zipped

only report size

REPORT_SIZE

[boolean]

Default: False

create spatial indexing file (*.lax)

CREATE_LAX

[boolean]

Default: False

append *.lax into *.laz file

APPEND_LAX

[boolean]

Default: False

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

Default: [Skip output]

Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

The output file

txt2las

Paramètres

Label

Name

Type

Description

verbose

VERBOSE

[boolean]

Default: False

Generates more textual control output to the console

run new 64 bit executable

CPU64

[boolean]

Default: False

open LAStools GUI

GUI

[boolean]

Default: False

Starts the GUI of LAStools with pre-populated input files

input LAS/LAZ file

INPUT_LASLAZ

[file]

The file to be zipped

parse lines as

PARSE

[string]

Default: “xyz”

skip the first n lines

SKIP

[number]

Par défaut : 0

resolution of x and y coordinate

SCALE_FACTOR_XY

[number]

Default: 0.01

resolution of z coordinate

SCALE_FACTOR_Z

[number]

Default: 0.01

resolution of z coordinate

SCALE_FACTOR_Z

[number]

Default: 0.01

source projection

PROJECTION

[enumeration]

Par défaut : 0

One of:

  • 0 — —

  • 1 — epsg

  • 2 — utm

  • 3 — sp83

  • 4 — sp27

  • 5 — longlat

  • 6 — latlong

  • 7 — ecef

source epsg code

EPSG_CODE

[number]

utm zone

UTM

[enumeration]

Par défaut : 0

One of:

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

state plane code

SP

[enumeration]

Par défaut : 0

One of:

  • 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

additional command line parameter(s)

Optional

ADDITIONAL_OPTIONS

[string]

Default: “”

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

Output LAS/LAZ file

OUTPUT_LASLAZ

[file]

Default: [Skip output]

Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:

  • Skip Output

  • Save to a Temporary File

  • Save to File…

The file encoding can also be changed here.

Sorties

Label

Name

Type

Description

output LAS/LAZ file

OUTPUT_LASLAZ

[file]

The output file