Overview
The @loaders.gl/las
module handles the LASER file format (LAS) or its compressed version (LAZ), a public format for the interchange of 3-dimensional point cloud data data, developed for LIDAR mapping purposes.
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.