Overview
The @loaders.gl/las
module supports the LASER file format (LAS) and its compressed version (LAZ).
caution
The @loaders.gl/las
module only supports LAS/lAZ files up to LAS v1.3. It does not support LAS v1.4 files.
For more detail, see the discussion in Github Issues.
Installation
npm install @loaders.gl/core @loaders.gl/las
Attribution
LASLoader is a fork of Uday Verma and Howard Butler's plasio under MIT License.