Main Content
lidar.blocked.LASBlocks
Description
The LASBlocks
object is an adapter that writes blocked point
cloud data in LAS format.
When writing to disk, the object creates an individual LAS file for each block and writes point cloud and point attributes data of the corresponding block into a file. The object saves all LAS files in a folder.
The table lists the support that the LASBlocks
object has for various
blockedPointCloud
capabilities.
Capability | Support |
---|---|
Data types |
|
Process blocks in parallel using the apply
function | Yes |
Creation
Description
adapter = lidar.blocked.LASBlocks
creates a
LASBlocks
object that reads and writes blocked point cloud data as LAS
files, with one LAS file for each block.