lidar.blocked.LASBlocks
Read and write each block of blocked point cloud data as LAS file
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 saves the point cloud files in a folder. The object also creates and saves a MAT file with information about the blocked point cloud.
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.