Tool Export LAS Files
This tool exports a SAGA Point Cloud as ASPRS LAS file (version 1.2) using the "libLAS" library. It allows writing Point Data Record Formats 1 to 4. Please have a look at the ASPRS LAS 1.2 Format Specification for more information on the attributes supported with each format.
Get more information about the "libLAS" library at http://liblas.org
Please note, that the liblas writer does an "isValid()" check on each point. This might cause problems with MLS data because of the included scan angle check. MLS data ususally includes larger scan angles than ALS data and thus points may fail the test. Please always have a look at the summary printed in the message window.
liblas version: 1.2.1
- Author: Volker Wichmann (c) 2010, LASERDATA GmbH
- Menu: File|Shapes|Export
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Point Cloud | Point Cloud, input | POINTS | The point cloud to export. | - |
Options | gps-time (*) | Table field | T | - | - |
intensity (*) | Table field | i | - | - |
scan angle (*) | Table field | a | - | - |
number of the return (*) | Table field | r | - | - |
number of returns of given pulse (*) | Table field | n | - | - |
classification (*) | Table field | c | - | - |
user data (*) | Table field | u | - | - |
red channel color (*) | Table field | R | - | - |
green channel color (*) | Table field | G | - | - |
blue channel color (*) | Table field | B | - | - |
edge of flight line flag (*) | Table field | e | - | - |
direction of scan flag (*) | Table field | d | - | - |
point source ID (*) | Table field | p | - | - |
SAGA RGB color (*) | Table field | RGB | - | - |
Offset X | Floating point | OFF_X | - | Default: 0.000000 |
Offset Y | Floating point | OFF_Y | - | Default: 0.000000 |
Offset Z | Floating point | OFF_Z | - | Default: 0.000000 |
Scale X | Floating point | SCALE_X | - | Default: 0.001000 |
Scale Y | Floating point | SCALE_Y | - | Default: 0.001000 |
Scale Z | Floating point | SCALE_Z | - | Default: 0.001000 |
Point Data Record Format | Choice | FORMAT | Choose the Point Data Record Format you like to use | Available Choices: [0] 0 [1] 1 [2] 2 [3] 3 Default: 3 |
Output File | File path | FILE | The LAS output file. | - |
(*) optional |
Command-line
Usage: saga_cmd io_shapes_las 0 [-POINTS <str>] [-T <str>] [-i <str>] [-a <str>] [-r <str>] [-n <str>] [-c <str>] [-u <str>] [-R <str>] [-G <str>] [-B <str>] [-e <str>] [-d <str>] [-p <str>] [-RGB <str>] [-OFF_X <double>] [-OFF_Y <double>] [-OFF_Z <double>] [-SCALE_X <double>] [-SCALE_Y <double>] [-SCALE_Z <double>] [-FORMAT <str>] [-FILE <str>]
-POINTS:<str> Point Cloud
Point Cloud, input
-T:<str> gps-time
Table field
-i:<str> intensity
Table field
-a:<str> scan angle
Table field
-r:<str> number of the return
Table field
-n:<str> number of returns of given pulse
Table field
-c:<str> classification
Table field
-u:<str> user data
Table field
-R:<str> red channel color
Table field
-G:<str> green channel color
Table field
-B:<str> blue channel color
Table field
-e:<str> edge of flight line flag
Table field
-d:<str> direction of scan flag
Table field
-p:<str> point source ID
Table field
-RGB:<str> SAGA RGB color
Table field
-OFF_X:<double> Offset X
Floating point
Default: 0.000000
-OFF_Y:<double> Offset Y
Floating point
Default: 0.000000
-OFF_Z:<double> Offset Z
Floating point
Default: 0.000000
-SCALE_X:<double> Scale X
Floating point
Default: 0.001000
-SCALE_Y:<double> Scale Y
Floating point
Default: 0.001000
-SCALE_Z:<double> Scale Z
Floating point
Default: 0.001000
-FORMAT:<str> Point Data Record Format
Choice
Available Choices:
[0] 0
[1] 1
[2] 2
[3] 3
Default: 3
-FILE:<str> Output File
File path