Tool Import LAS Files
This tool imports ASPRS LAS files (versions 1.0, 1.1 and 1.2) as Point Clouds using the "libLAS" library.
Besides the x,y,z coordinates, the user can decide upon which attributes should be imported from the LAS file.
Tool development was supported by http://Laserdata GmbH, Austria
and http://alpS GmbH, Austria
liblas version: 1.2.1
References
- Author: O. Conrad, V. Wichmann (c) 2009
 
- Menu: File|Shapes|Import
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Point Clouds | Point Cloud list, output | POINTS | - | - | 
| Options | Input Files | File path | FILES | - | - | 
 | Check Point Validity | Boolean | VALID | - | Default: 0 | 
 | gps-time | Boolean | T | - | Default: 0 | 
 | intensity | Boolean | i | - | Default: 0 | 
 | scan angle | Boolean | a | - | Default: 0 | 
 | number of the return | Boolean | r | - | Default: 0 | 
 | classification | Boolean | c | - | Default: 0 | 
 | user data | Boolean | u | - | Default: 0 | 
 | number of returns of given pulse | Boolean | n | - | Default: 0 | 
 | edge of flight line flag | Boolean | e | - | Default: 0 | 
 | direction of scan flag | Boolean | d | - | Default: 0 | 
 | point source ID | Boolean | p | - | Default: 0 | 
 | red channel color | Boolean | R | - | Default: 0 | 
 | green channel color | Boolean | G | - | Default: 0 | 
 | blue channel color | Boolean | B | - | Default: 0 | 
 | rgb color | Boolean | C | - | Default: 0 | 
 | RGB value range | Choice | RGB_RANGE | Range of Red, Green, Blue 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>] [-VALID <str>] [-T <str>] [-i <str>] [-a <str>] [-r <str>] [-c <str>] [-u <str>] [-n <str>] [-e <str>] [-d <str>] [-p <str>] [-R <str>] [-G <str>] [-B <str>] [-C <str>] [-RGB_RANGE <str>]
  -FILES:<str>    	Input Files
	File path
  -POINTS:<str>   	Point Clouds
	Point Cloud list, output
  -VALID:<str>    	Check Point Validity
	Boolean
	Default: 0
  -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
  -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
  -R:<str>        	red channel color
	Boolean
	Default: 0
  -G:<str>        	green channel color
	Boolean
	Default: 0
  -B:<str>        	blue channel color
	Boolean
	Default: 0
  -C:<str>        	rgb color
	Boolean
	Default: 0
  -RGB_RANGE:<str>	RGB value range
	Choice
	Available Choices:
	[0] 16 bit
	[1] 8 bit
	Default: 0