pylas.compression module

LazBackend

class pylas.compression.LazBackend[source]

Bases: enum.Enum

Supported backends for reading and writing LAS/LAZ

LazrsParallel = 0

lazrs in multi-thread mode

Lazrs = 1

lazrs in single-thread mode

Laszip = 2

laszip backend

is_available() → bool[source]

Returns true if the backend is available

detect_available = <function LazBackend.detect_available>[source]