SAGA 9.3.3 | Tool Library Documentation

Import Point Cloud


Description

The tool allows one to import point cloud data from various file formats using the "Point Data Abstraction Library" (PDAL). By default, all supported attributes will be imported. Note that the list of attributes supported by the tool is currently based on the attributes defined in the ASPRS LAS specification. PDAL Version:2.5.0 (git-version: Release) The following point cloud formats are currently supported:

NameExtensionDescription
readers.copccopcCOPC Reader
readers.dracoRead data from a Draco array.
readers.e57Reader for E57 files
readers.fbifbiFbi Reader
readers.hdfHDF Reader
readers.i3sI3S Reader
readers.icebridgeNASA HDF5-based IceBridge ATM reader. See http://nsidc.org/data/docs/daac/icebridge/ilatm1b/index.html for more information.
readers.ilvis2ILVIS2 Reader
readers.laslas;lazASPRS LAS 1.0 - 1.4 read support. LASzip support is also enabled through this driver if LASzip was found during compilation.
readers.objobjObj Reader
readers.pcdpcdRead data in the Point Cloud Library (PCL) format.
readers.pgpointcloudRead data from pgpointcloud format. "query" option needs to be a SQL statement selecting the data.
readers.plyplyRead ply files.
readers.ptsptsPts Reader
readers.ptxptxPtx Reader
readers.qfitqiQFIT Reader
readers.sbetsbetSBET Reader
readers.slpkSLPK Reader
readers.smrmsgsmrmsgSBET smrmsg Reader
readers.stacSTAC Reader
readers.terrasolidbinTerraSolid Reader
readers.textcsv;txtText Reader
readers.tindextindexTileIndex Reader


References


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputPointspoint cloud list, outputPOINTS--
OptionsFilesfile pathFILES--
Import All AttributesbooleanVARSCheck this to import all supported attributes, or select the attributes you want to become imported individually.Default: 1
GPS-TimebooleanVAR_TIME-Default: 0
IntensitybooleanVAR_INTENSITY-Default: 0
Scan AnglebooleanVAR_SCANANGLE-Default: 0
Number of the ReturnbooleanVAR_RETURN-Default: 0
Number of Returns of Given PulsebooleanVAR_RETURNS-Default: 0
ClassificationbooleanVAR_CLASSIFICATION-Default: 0
User DatabooleanVAR_USERDATA-Default: 0
Edge of Flight Line FlagbooleanVAR_EDGE-Default: 0
Direction of Scan FlagbooleanVAR_DIRECTION-Default: 0
Point Source IDbooleanVAR_SOURCEID-Default: 0
Red Channel ColorbooleanVAR_COLOR_RED-Default: 0
Green Channel ColorbooleanVAR_COLOR_GREEN-Default: 0
Blue Channel ColorbooleanVAR_COLOR_BLUE-Default: 0
RGB-Coded ColorbooleanVAR_COLORImport R,G,B values as SAGA RGB-coded value.Default: 0
RGB Value RangechoiceRGB_RANGEThe color depth of red, green, blue (and NIR) values in the LAS file.Available Choices: [0] 8 bit [1] 16 bit Default: 1

Command Line


Usage: saga_cmd io_pdal 0 [-FILES ] [-VARS ] [-VAR_TIME ] [-VAR_INTENSITY ] [-VAR_SCANANGLE ] [-VAR_RETURN ] [-VAR_RETURNS ] [-VAR_CLASSIFICATION ] [-VAR_USERDATA ] [-VAR_EDGE ] [-VAR_DIRECTION ] [-VAR_SOURCEID ] [-VAR_COLOR_RED ] [-VAR_COLOR_GREEN ] [-VAR_COLOR_BLUE ] [-VAR_COLOR ] [-RGB_RANGE ] [-POINTS ]
  -FILES:             	Files
	file path
  -VARS:              	Import All Attributes
	boolean
	Default: 1
  -VAR_TIME:          	GPS-Time
	boolean
	Default: 0
  -VAR_INTENSITY:     	Intensity
	boolean
	Default: 0
  -VAR_SCANANGLE:     	Scan Angle
	boolean
	Default: 0
  -VAR_RETURN:        	Number of the Return
	boolean
	Default: 0
  -VAR_RETURNS:       	Number of Returns of Given Pulse
	boolean
	Default: 0
  -VAR_CLASSIFICATION:	Classification
	boolean
	Default: 0
  -VAR_USERDATA:      	User Data
	boolean
	Default: 0
  -VAR_EDGE:          	Edge of Flight Line Flag
	boolean
	Default: 0
  -VAR_DIRECTION:     	Direction of Scan Flag
	boolean
	Default: 0
  -VAR_SOURCEID:      	Point Source ID
	boolean
	Default: 0
  -VAR_COLOR_RED:     	Red Channel Color
	boolean
	Default: 0
  -VAR_COLOR_GREEN:   	Green Channel Color
	boolean
	Default: 0
  -VAR_COLOR_BLUE:    	Blue Channel Color
	boolean
	Default: 0
  -VAR_COLOR:         	RGB-Coded Color
	boolean
	Default: 0
  -RGB_RANGE:         	RGB Value Range
	choice
	Available Choices:
	[0] 8 bit
	[1] 16 bit
	Default: 1
  -POINTS:            	Points
	point cloud list, output