LibLAS

BSD-licensed C++ library for reading/writing ASPRS LAS lidar data


title: "LibLAS" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["c++-libraries", "free-computer-libraries", "free-gis-software", "free-software-programmed-in-c++", "lidar"] description: "BSD-licensed C++ library for reading/writing ASPRS LAS lidar data" topic_path: "general/c-libraries" source: "https://en.wikipedia.org/wiki/LibLAS" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary BSD-licensed C++ library for reading/writing ASPRS LAS lidar data ::

::data[format=table title="Infobox software"]

FieldValue
namelibLAS
logo[[Image:LibLASLogoColor.png]]
developerHoward Butler, Mateusz Loskot, Phil Vachon, Martin Vales, Frank Warmerdam
latest release version
latest release date
programming languageC++
platformCross-platform
operating_systemLinux, Mac OS X, Microsoft Windows
genreLibrary
licenseBSD
websiteliblas.org
::

|name = libLAS |logo = [[Image:LibLASLogoColor.png]] |developer = Howard Butler, Mateusz Loskot, Phil Vachon, Martin Vales, Frank Warmerdam | latest release version = | latest release date = |programming language = C++ |platform = Cross-platform |operating_system = Linux, Mac OS X, Microsoft Windows |genre = Library |license = BSD |website = liblas.org

libLAS is a library for reading and writing geospatial data encoded in the ASPRS laser (LAS) file format, versions 1.0, 1.1 and 1.2. LAS-formatted data is heavily used in lidar processing operations. The LAS format is a sequential binary format used to store data from sensors and as intermediate processing storage by some applications.

libLAS software consists of base library with multiple application programming interfaces available for programming languages like C, C++, Python as well as languages available in .NET Framework and Mono. Also, a variety of useful command-line utilities is provided for translating LAS files from one version of the LAS format to another, inspecting header information, and translating LAS data to and from text.

Initial development of libLAS software was supported by the Iowa Geological Survey of the Iowa DNR for use in its statewide lidar project.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

c++-librariesfree-computer-librariesfree-gis-softwarefree-software-programmed-in-c++lidar