Main Content

lidar.blocked.LAS

Read and write blocked point cloud data as single LAS file

Since R2022a

Description

The LAS object is an adapter that reads and writes a point cloud as a single block in a single LAS file.

The table lists the support that the LAS object has for various blockedPointCloud capabilities.

CapabilitySupport
Data types

struct and pointCloud object

Process blocks in parallel using the apply functionNo

Creation

Description

adapter = lidar.blocked.LAS creates a LAS object that reads and writes blocked point cloud data as a single block in a single LAS file.

Properties

expand all

Preferred file extension, specified as "las" or "laz".

Data Types: char | string

LAS version, specified as "1.0", "1.1", "1.2", "1.3", or "1.4".

Data Types: string | char

Version History

Introduced in R2022a