Tool NameExport LAS/LAZ File
Tool ID1
Library IDio_pdal
Version1.0
Author(s)V.Wichmann (c) 2021

Description

The tool allows one to export a point cloud as ASPRS LAS (or compressed LAZ) file using the "Point Data Abstraction Library" (PDAL).
The file extension of the output file determines whether the file is written compressed (*.laz) or uncompressed (*.las).
The number and type of attributes that can be exported depends on the chosen LAS file version and point data record format. Please have a look at the ASPRS LAS specification on how these formats are defined.

PDAL-2.10.1 (git-version: Release)

References

PDAL Homepage

ASPRS LAS Specification


Parameters

NameTypeIdentifierDescriptionConstraints
Input
Point Cloudpoint cloud, inputPOINTSThe point cloud to export.
Options
GPS-Timetable fieldT
Number of the Returntable fieldr
Number of Returns of Given Pulsetable fieldn
Intensitytable fieldi
Classificationtable fieldc
Scanner Channeltable fieldsCH
RGB Color Valuetable fieldC
Blue Channel Colortable fieldB
Green Channel Colortable fieldG
Red Channel Colortable fieldR
Near Infraredtable fieldNIR
Scan Angletable fielda
Direction of Scan Flagtable fieldd
Edge of Flight Line Flagtable fielde
User Datatable fieldu
Point Source IDtable fieldp
Output Filefile pathFILEThe LAS/LAZ output file.
File FormatchoiceFILE_FORMATChoose the file format to write. The format determines which attributes can be written and in which data depth.Available Choices:
[0] LAS 1.2
[1] LAS 1.4
Default: 1
Point Data Record FormatchoiceFORMATChoose the point data record format to write. The format determines which attributes can be written.Available Choices:
[0] 0
[1] 1
[2] 2
[3] 3
[4] 6
[5] 7
[6] 8
Default: 3
Color DepthchoiceRGB_RANGEColor depth of the Red, Green, Blue, NIR values in the input point cloud. 8 bit values will be scaled to 16 bit.Available Choices:
[0] 16 bit
[1] 8 bit
Default: 1
Offset Xfloating point numberOFF_XDefault: 0.000000
Offset Yfloating point numberOFF_YDefault: 0.000000
Offset Zfloating point numberOFF_ZDefault: 0.000000
Scale Xfloating point numberSCALE_XDefault: 0.001000
Scale Yfloating point numberSCALE_YDefault: 0.001000
Scale Zfloating point numberSCALE_ZDefault: 0.001000