SAGA 9.7.1 | Tool Library Documentation

Export LAS/LAZ File


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.7.2 (git-version: Release)


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPoint Cloudpoint cloud, inputPOINTSThe point cloud to export.-
OptionsGPS-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_X-Default: 0.000000
Offset Yfloating point numberOFF_Y-Default: 0.000000
Offset Zfloating point numberOFF_Z-Default: 0.000000
Scale Xfloating point numberSCALE_X-Default: 0.001000
Scale Yfloating point numberSCALE_Y-Default: 0.001000
Scale Zfloating point numberSCALE_Z-Default: 0.001000

Command Line


Usage: saga_cmd io_pdal 1 [-POINTS ] [-T ] [-r ] [-n ] [-i ] [-c ] [-sCH ] [-C ] [-B ] [-G ] [-R ] [-NIR ] [-a ] [-d ] [-e ] [-u ] [-p ] [-FILE ] [-FILE_FORMAT ] [-FORMAT ] [-RGB_RANGE ] [-OFF_X ] [-OFF_Y ] [-OFF_Z ] [-SCALE_X ] [-SCALE_Y ] [-SCALE_Z ]
  -POINTS:     	Point Cloud
	point cloud, input
  -T:          	GPS-Time
	table field
  -r:          	Number of the Return
	table field
  -n:          	Number of Returns of Given Pulse
	table field
  -i:          	Intensity
	table field
  -c:          	Classification
	table field
  -sCH:        	Scanner Channel
	table field
  -C:          	RGB Color Value
	table field
  -B:          	Blue Channel Color
	table field
  -G:          	Green Channel Color
	table field
  -R:          	Red Channel Color
	table field
  -NIR:        	Near Infrared
	table field
  -a:          	Scan Angle
	table field
  -d:          	Direction of Scan Flag
	table field
  -e:          	Edge of Flight Line Flag
	table field
  -u:          	User Data
	table field
  -p:          	Point Source ID
	table field
  -FILE:       	Output File
	file path
  -FILE_FORMAT:	File Format
	choice
	Available Choices:
	[0] LAS 1.2
	[1] LAS 1.4
	Default: 1
  -FORMAT:     	Point Data Record Format
	choice
	Available Choices:
	[0] 0
	[1] 1
	[2] 2
	[3] 3
	[4] 6
	[5] 7
	[6] 8
	Default: 3
  -RGB_RANGE:  	Color Depth
	choice
	Available Choices:
	[0] 16 bit
	[1] 8 bit
	Default: 1
  -OFF_X:   	Offset X
	floating point number
	Default: 0.000000
  -OFF_Y:   	Offset Y
	floating point number
	Default: 0.000000
  -OFF_Z:   	Offset Z
	floating point number
	Default: 0.000000
  -SCALE_X: 	Scale X
	floating point number
	Default: 0.001000
  -SCALE_Y: 	Scale Y
	floating point number
	Default: 0.001000
  -SCALE_Z: 	Scale Z
	floating point number
	Default: 0.001000