LAStools 알고리즘 제공자¶
LAStools is a collection of highly efficient, multicore command line tools for LiDAR data processing.
blast2dem¶
설명¶
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.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
래스터화될 포인트를 담고 있는 LAS/LAZ 포맷 파일입니다. |
filter (by return, classification, flag) |
|
[enumeration] Default: 0 |
Specifies which points to use to construct the temporary TIN that is then rasterized. One of:
|
step size / pixel size |
|
[number] Default: 1.0 |
Specifies the size of the cells of the grid the TIN is rasterized onto |
Attribute |
|
[enumeration] Default: 0 |
Specifies the attribute that is to be rastered. One of:
|
Product |
|
[enumeration] Default: 0 |
Specifies how the attribute is to be turned into raster values. One of:
|
Use tile bounding box (after tiling with buffer) |
|
[boolean] Default: False |
래스터화 영역을 타일 경계 상자로 제한합니다. (입력물이 lastile 로 생성한 LAS/LAZ 타일인 경우에만 의미가 있습니다.) |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output raster file |
|
[raster] Default: |
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:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output raster file |
|
[raster] |
The output raster |
blast2iso¶
설명¶
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.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file containing the points to be used for creating iso-contour lines. |
smooth underlying TIN |
|
[number] Default: 0 |
Specifies if and with how many passes the temporary TIN should be smoothed |
extract isoline with a spacing of |
|
[number] Default: 10.0 |
Specifies spacing at which iso-contour lines are getting extracted (contour interval) |
clean isolines shorter than (0 = do not clean) |
|
[number] Default: 0.0 |
Omits iso-contour lines that are shorter than the specified length |
simplify segments shorter than (0 = do not simplify) |
|
[number] Default: 0.0 |
지정한 길이보다 짧은 등위선을 기초적으로 단순화시킵니다. |
simplify segment pairs with area less than (0 = do not simplify) |
|
[number] Default: 0.0 |
연속 선분으로 이루어진 요철(bump) 부분 가운데 지정한 크기보다 작은 면적을 가진 요철을 기초적으로 단순화시킵니다. |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output vector file |
|
[vector: line] Default: |
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:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output vector file |
|
[vector: line] |
The output line vector layer with contours |
las2dem¶
설명¶
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.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
래스터화될 포인트를 담고 있는 LAS/LAZ 포맷 파일입니다. |
filter (by return, classification, flags) |
|
[enumeration] Default: 0 |
Specifies which points to use to construct the temporary TIN that is then rasterized. One of:
|
step size / pixel size |
|
[number] Default: 1.0 |
Specifies the size of the cells of the grid the TIN is rasterized onto |
Attribute |
|
[enumeration] Default: 0 |
Specifies the attribute to rasterise. One of:
|
Product |
|
[enumeration] Default: 0 |
Specifies how the attribute is to be turned into raster values. One of:
|
Use tile bounding box (after tiling with buffer) |
|
[boolean] Default: False |
래스터화 영역을 타일 경계 상자로 제한합니다. (입력물이 lastile 로 생성한 LAS/LAZ 타일인 경우에만 의미가 있습니다.) |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output raster file |
|
[raster] Default: |
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:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output raster file |
|
[raster] |
The output raster |
las2iso¶
설명¶
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.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file containing the points to be used for creating iso-contour lines. |
smooth underlying TIN |
|
[number] Default: 0 |
Specifies if and with how many passes the temporary TIN should be smoothed |
extract isoline with a spacing of |
|
[number] Default: 10.0 |
Specifies spacing at which iso-contour lines are getting extracted (contour interval) |
clean isolines shorter than (0 = do not clean) |
|
[number] Default: 0.0 |
Omits iso-contour lines that are shorter than the specified length |
simplify segments shorter than (0 = do not simplify) |
|
[number] Default: 0.0 |
지정한 길이보다 짧은 등위선을 기초적으로 단순화시킵니다. |
simplify segment pairs with area less than (0 = do not simplify) |
|
[number] Default: 0.0 |
연속 선분으로 이루어진 요철(bump) 부분 가운데 지정한 크기보다 작은 면적을 가진 요철을 기초적으로 단순화시킵니다. |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output vector file |
|
[vector: line] Default: |
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:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output vector file |
|
[vector: line] |
The output line vector layer with contours |
las2las_filter¶
설명¶
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.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file containing the points to be used for creating iso-contour lines. |
filter (by return, classification, flags) |
|
[enumeration] Default: 0 |
Filters points based on various options such as return, classification, or flags. One of:
|
second filter (by return, classification, flags) |
|
[enumeration] Default: 0 |
Filters points based on various options such as return, classification, or flags. One of:
|
filter (by coordinate, intensity, GPS time, …) |
|
[enumeration] Default: 0 |
Filters points based on various other options (that require a value as argument). One of:
|
value for filter (by coordinate, intensity, GPS time, …) |
|
[number] Default: None |
The value to use as the argument for the filter selected above |
second filter (by coordinate, intensity, GPS time, …) |
|
[enumeration] Default: 0 |
Filters points based on various other options (that require a value as argument). One of:
|
value for second filter (by coordinate, intensity, GPS time, …) |
|
[number] Default: None |
The value to use as the argument for the filter selected above |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output LAS/LAZ file |
|
[file] Default: |
Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output LAS/LAZ file |
|
[file] |
The output LAS/LAZ format file |
las2las_project¶
Transform LAS/LAZ files in a folder to another CRS.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
Input LAS/LAZ file |
source projection |
|
[enumeration] Default: 0 |
One of:
|
source utm zone |
|
[enumeration] Default: 0 |
One of:
|
source state plane code |
|
[enumeration] Default: 0 |
One of:
|
target projection |
|
[enumeration] Default: 0 |
One of:
|
target utm zone |
|
[enumeration] Default: 0 |
One of:
|
target state plane code |
|
[enumeration] Default: 0 |
One of:
|
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output LAS/LAZ file |
|
[folder] Default: |
Specifies where the folder for the output point clouds. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output LAS/LAZ file |
|
[file] |
The output LAS/LAZ format file |
las2las_transform¶
설명¶
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.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The first file containing points to be merged |
transform (coordinates) |
|
[enumeration] Default: 0 |
Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:
|
value for transform (coordinates) |
|
[string] Default: 〈〉 |
앞의 파라미터에서 선택한 변형(transform) 작업이 어느 정도의 변형, 크기 조정, 또는 고정을 할지 지정하는 값입니다. |
second transform (coordinates) |
|
[enumeration] Default: 0 |
Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:
|
value for second transform (coordinates) |
|
[string] Default: 〈〉 |
앞의 파라미터에서 선택한 변형(transform) 작업이 어느 정도의 변형, 크기 조정, 또는 고정을 할지 지정하는 값입니다. |
transform (intensities, scan angles, GPS times, …) |
|
[enumeration] Default: 0 |
Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:
|
value for transform (intensities, scan angles, GPS times, …) |
|
[string] Default: 〈〉 |
앞의 파라미터에서 선택한 변형(transform) 작업이 어느 정도의 변형, 크기 조정, 고정, 또는 설정을 할지 지정하는 값입니다. |
second transform (intensities, scan angles, GPS times, …) |
|
[enumeration] Default: 0 |
Either translate, scale, or clamp the X, Y, or Z coordinate by the value specified below. One of:
|
value for second transform (intensities, scan angles, GPS times, …) |
|
[string] Default: 〈〉 |
앞의 파라미터에서 선택한 변형(transform) 작업이 어느 정도의 변형, 크기 조정, 고정, 또는 설정을 할지 지정하는 값입니다. |
operations (first 7 need an argument) |
|
[enumeration] Default: 0 |
One of:
|
argument for operation |
|
[string] Default: 〈〉 |
The value to use as the argument for the operation selected above |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output LAS/LAZ file |
|
[file] Default: |
Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output LAS/LAZ file |
|
[file] |
The output (merged) LAS/LAZ format file |
las2txt¶
설명¶
Translates a LAS/LAZ file to a text file.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
|
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
|
input LAS/LAZ file |
|
[file] Default: None |
|
parse_string |
|
[string] Default: 〈xyz〉 |
|
additional command line parameters Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output ASCII file |
|
[file] Default: |
Specify the output file. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output ASCII file |
|
[file] |
The output file |
lasindex¶
설명¶
<알고리즘 설명 추가할 것>
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
|
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
|
input LAS/LAZ file |
|
[file] Default: None |
|
append *.lax file to *.laz file |
|
[boolean] Default: False |
|
is mobile or terrestrial LiDAR (not airborne) |
|
[boolean] Default: False |
|
additional command line parameters Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
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.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
래스터화될 포인트를 담고 있는 LAS/LAZ 포맷 파일입니다. |
filter (by return, classification, flags) |
|
[enumeration] Default: 0 |
Specifies the subset of points to use for the gridding. One of:
|
step size / pixel size |
|
[number] Default: 1.0 |
Specifies the size of the cells of the grid the TIN is rasterized onto |
Attribute |
|
[enumeration] Default: 0 |
Specifies the attribute to rasterise. One of:
|
Method |
|
[enumeration] Default: 0 |
Specifies how the attributes falling into one cell are turned into a raster value. One of:
|
use tile bounding box (after tiling with buffer) |
|
[boolean] Default: False |
래스터화 영역을 타일 경계 상자로 제한합니다. (입력물이 lastile 로 생성한 LAS/LAZ 타일인 경우에만 의미가 있습니다.) |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output raster file |
|
[raster] Default: |
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:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output raster file |
|
[raster] |
The output raster |
lasinfo¶
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file to get information about. |
compute density |
|
[boolean] Default: False |
|
repair bounding box |
|
[boolean] Default: False |
|
repair counters |
|
[boolean] Default: False |
|
histogram |
|
[enumeration] Default: 0 |
First histogram. One of:
|
bin size |
|
[number] Default: 1.0 |
|
histogram |
|
[enumeration] Default: 0 |
Second histogram. One of:
|
bin size |
|
[number] Default: 1.0 |
|
histogram |
|
[enumeration] Default: 0 |
Third histogram. One of:
|
bin size |
|
[number] Default: 1.0 |
|
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output ASCII file |
|
[file] Default: |
Specifies where the output is stored. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output ASCII file |
|
[file] |
The file with the output |
lasmerge¶
Merge up to seven LAS/LAZ files into one.
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
files are flightlines |
|
[boolean] Default: False |
|
apply file source ID |
|
[boolean] Default: False |
|
input LAS/LAZ file |
|
[file] |
The first file containing points to be merged |
2nd file Optional |
|
[file] |
The second file to merge |
3rd file Optional |
|
[file] |
The third file to merge |
4th file Optional |
|
[file] |
The fourth file to merge |
5th file Optional |
|
[file] |
The fifth file to merge |
6th file Optional |
|
[file] |
The sixth file to merge |
7th file Optional |
|
[file] |
The seventh file to merge |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output LAS/LAZ file |
|
[file] Default: |
Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output LAS/LAZ file |
|
[file] |
The output (merged) LAS/LAZ format file |
lasprecision¶
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file the input point cloud |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output ASCII file |
|
[file] Default: |
Specifies where the output ASCII file is stored. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output ASCII file |
|
[file] |
The output ASCII file |
lasquery¶
설명¶
<알고리즘 설명 추가할 것>
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file the input point cloud |
area of interest |
|
[extent] |
The extent |
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
산출물¶
lasvalidate¶
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
input LAS/LAZ file |
|
[file] |
The file the input point cloud |
save report to 〈*_LVS.xml〉 |
|
[boolean] |
|
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output XML file |
|
[file] Default: |
Specifies where the output XML file is stored. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output XML file |
|
[file] |
The output XML file |
laszip¶
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file to be zipped |
only report size |
|
[boolean] Default: False |
|
create spatial indexing file (*.lax) |
|
[boolean] Default: False |
|
append *.lax into *.laz file |
|
[boolean] Default: False |
|
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output LAS/LAZ file |
|
[file] Default: |
Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
Output LAS/LAZ file |
|
[file] |
The output file |
txt2las¶
파라미터¶
Label |
Name |
Type |
설명 |
---|---|---|---|
verbose |
|
[boolean] Default: False |
Generates more textual control output to the console |
run new 64 bit executable |
|
[boolean] Default: False |
|
open LAStools GUI |
|
[boolean] Default: False |
Starts the GUI of LAStools with pre-populated input files |
input LAS/LAZ file |
|
[file] |
The file to be zipped |
parse lines as |
|
[string] Default: 〈xyz〉 |
|
skip the first n lines |
|
[number] Default: 0 |
|
resolution of x and y coordinate |
|
[number] Default: 0.01 |
|
resolution of z coordinate |
|
[number] Default: 0.01 |
|
resolution of z coordinate |
|
[number] Default: 0.01 |
|
source projection |
|
[enumeration] Default: 0 |
One of:
|
source epsg code |
|
[number] |
|
utm zone |
|
[enumeration] Default: 0 |
One of:
|
state plane code |
|
[enumeration] Default: 0 |
One of:
|
additional command line parameter(s) Optional |
|
[string] Default: 〈〉 |
이 메뉴에서는 사용할 수 없지만 (고급) LAStools 사용자는 알고 있는 다른 명령 줄 스위치를 지정합니다. |
Output LAS/LAZ file |
|
[file] Default: |
Specifies where the output point cloud is stored. Use LAZ for compressed output, LAS for uncompressed output, and TXT for ASCII. One of:
The file encoding can also be changed here. |
산출물¶
Label |
Name |
Type |
설명 |
---|---|---|---|
output LAS/LAZ file |
|
[file] |
The output file |