PDAL
PDAL, the Point Data Abstraction Library, is an open-source software library and application for working with 3D point cloud data. It provides a pipeline-based framework for ingesting, processing, analyzing, and exporting large LiDAR and other point cloud datasets. Written in C++ with bindings for Python and other languages, PDAL is designed to be modular and extensible through a system of readers, writers, filters, and spatial reference support. It is released under a permissive license (BSD-3-Clause).
Core concepts: A PDAL pipeline describes a sequence of stages that read data from a source, apply
Supported formats and capabilities: PDAL can read and write multiple point cloud formats, notably LAS/LAZ, E57,
Usage and ecosystem: PDAL is widely used in geospatial, surveying, and mapping workflows to preprocess and convert
Development and licensing: PDAL is an open-source project with an active community on GitHub. It is maintained