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 2.7.2 (git-version: Release)
Supported point cloud formats:
| Name | Type | Identifier | Description | Constraints |
Input | Shapes Extent | shapes, input | EXTENT_SHAPES | - | - |
Output | Points | point cloud list, output | POINTS | - | - |
Options | Files | file path | FILES | - | - |
Import All Attributes | boolean | VARS | Check this to import all supported attributes, or select the attributes you want to become imported individually. | Default: 1 |
GPS-Time | boolean | VAR_TIME | - | Default: 0 |
Intensity | boolean | VAR_INTENSITY | - | Default: 0 |
Scan Angle | boolean | VAR_SCANANGLE | - | Default: 0 |
Number of the Return | boolean | VAR_RETURN | - | Default: 0 |
Number of Returns of Given Pulse | boolean | VAR_RETURNS | - | Default: 0 |
Classification | boolean | VAR_CLASSIFICATION | - | Default: 0 |
User Data | boolean | VAR_USERDATA | - | Default: 0 |
Edge of Flight Line Flag | boolean | VAR_EDGE | - | Default: 0 |
Direction of Scan Flag | boolean | VAR_DIRECTION | - | Default: 0 |
Point Source ID | boolean | VAR_SOURCEID | - | Default: 0 |
Red Channel Color | boolean | VAR_COLOR_RED | - | Default: 0 |
Green Channel Color | boolean | VAR_COLOR_GREEN | - | Default: 0 |
Blue Channel Color | boolean | VAR_COLOR_BLUE | - | Default: 0 |
RGB-Coded Color | boolean | VAR_COLOR | Import R,G,B values as SAGA RGB-coded value. | Default: 0 |
RGB Value Range | choice | RGB_RANGE | The color depth of red, green, blue (and NIR) values in the LAS file. | Available Choices:
[0] 8 bit
[1] 16 bit
Default: 1 |
Classes | text | CLASSES | If classification is available only points are loaded whose identifiers are listed (comma separated, e.g. "2, 3, 4, 5, 6"). Ignored if empty. | - |
Extent | choice | EXTENT | - | Available Choices:
[0] original
[1] user defined
[2] grid system
[3] shapes extent
Default: 0 |
Left | floating point number | EXTENT_XMIN | - | Default: 0.000000 |
Right | floating point number | EXTENT_XMAX | - | Default: 0.000000 |
Bottom | floating point number | EXTENT_YMIN | - | Default: 0.000000 |
Top | floating point number | EXTENT_YMAX | - | Default: 0.000000 |
Grid System | grid system | EXTENT_GRID | - | - |
Buffer | floating point number | EXTENT_BUFFER | - | Minimum: 0.000000
Default: 0.000000 |