SAGA-GIS Module Library Documentation (v2.3.0)

Module Import LAS Files

This module imports ASPRS LAS files (versions 1.0, 1.1 and 1.2) as Point Clouds using the "libLAS" library. Get more information about this library at http://liblas.org

Besides the x,y,z coordinates, the user can decide upon which attributes should be imported from the LAS file.

Module development was supported by http://Laserdata GmbH, Austria
and http://alpS GmbH, Austria

liblas version: 1.2.1

Parameters

 NameTypeIdentifierDescriptionConstraints
OutputPoint CloudsPoint Cloud list (output)POINTS--
OptionsInput FilesFile pathFILES--
gps-timeBooleanT-Default: 0
intensityBooleani-Default: 0
scan angleBooleana-Default: 0
number of the returnBooleanr-Default: 0
classificationBooleanc-Default: 0
user dataBooleanu-Default: 0
number of returns of given pulseBooleann-Default: 0
red channel colorBooleanR-Default: 0
green channel colorBooleanG-Default: 0
blue channel colorBooleanB-Default: 0
edge of flight line flagBooleane-Default: 0
direction of scan flagBooleand-Default: 0
point source IDBooleanp-Default: 0
rgb colorBooleanC-Default: 0
Check Point ValidityBooleanVALID-Default: 0
R,G,B value rangeChoiceRGB_RANGERange of R,G,B values in LAS file.Available Choices:
[0] 16 bit
[1] 8 bit
Default: 0

Command-line

Usage: saga_cmd io_shapes_las 1 [-FILES <str>] [-POINTS <str>] [-T <str>] [-i <str>] [-a <str>] [-r <str>] [-c <str>] [-u <str>] [-n <str>] [-R <str>] [-G <str>] [-B <str>] [-e <str>] [-d <str>] [-p <str>] [-C <str>] [-VALID <str>] [-RGB_RANGE <str>]
  -FILES:<str>    	Input Files
	File path
  -POINTS:<str>   	Point Clouds
	Point Cloud list (output)
  -T:<str>        	gps-time
	Boolean
	Default: 0
  -i:<str>        	intensity
	Boolean
	Default: 0
  -a:<str>        	scan angle
	Boolean
	Default: 0
  -r:<str>        	number of the return
	Boolean
	Default: 0
  -c:<str>        	classification
	Boolean
	Default: 0
  -u:<str>        	user data
	Boolean
	Default: 0
  -n:<str>        	number of returns of given pulse
	Boolean
	Default: 0
  -R:<str>        	red channel color
	Boolean
	Default: 0
  -G:<str>        	green channel color
	Boolean
	Default: 0
  -B:<str>        	blue channel color
	Boolean
	Default: 0
  -e:<str>        	edge of flight line flag
	Boolean
	Default: 0
  -d:<str>        	direction of scan flag
	Boolean
	Default: 0
  -p:<str>        	point source ID
	Boolean
	Default: 0
  -C:<str>        	rgb color
	Boolean
	Default: 0
  -VALID:<str>    	Check Point Validity
	Boolean
	Default: 0
  -RGB_RANGE:<str>	R,G,B value range
	Choice
	Available Choices:
	[0] 16 bit
	[1] 8 bit
	Default: 0