https://github.com/libLAS/libLAS
C++ library and programs for reading and writing ASPRS LAS format with LiDAR data
https://github.com/libLAS/libLAS
c-api c-plus-plus cplusplus cplusplus-03 file-format-library liblas library lidar lidar-point-cloud point-cloud point-cloud-library point-cloud-processing programs python
Last synced: 9 months ago
JSON representation
C++ library and programs for reading and writing ASPRS LAS format with LiDAR data
- Host: GitHub
- URL: https://github.com/libLAS/libLAS
- Owner: libLAS
- License: other
- Created: 2011-08-19T19:42:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T18:55:36.000Z (over 1 year ago)
- Last Synced: 2024-10-27T20:18:48.416Z (about 1 year ago)
- Topics: c-api, c-plus-plus, cplusplus, cplusplus-03, file-format-library, liblas, library, lidar, lidar-point-cloud, point-cloud, point-cloud-library, point-cloud-processing, programs, python
- Language: C++
- Homepage: http://liblas.org
- Size: 45.1 MB
- Stars: 308
- Watchers: 34
- Forks: 158
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
# libLAS
> **STATUS NOTICE**: As of 2018, libLAS has been replaced by the [PDAL](https://pdal.io) and it is in
**hibernation mode** with very sporadic maintenance. libLAS does not provide support for LAS or LAZ 1.4, which PDAL does.
> If you are interested in submitting a fix or an improvement, *please consider becoming a contributor* helping with releasing any new changes.
----
libLAS is a C/C++ library for reading and writing the very common `LAS`
LiDAR format. The [ASPRS LAS format](https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities)
is a sequential binary file format used to store data from LiDAR sensors
and by LiDAR processing software for data interchange and archival.
libLAS supports the ASPRS LAS format specification versions:
1.0, 1.1, 1.2 and 1.3 (rudimentary support).
http://liblas.org
## Build Status
| Branch | Travis CI | AppVeyor | Coverity |
|:--- |:--- |:--- |:--- |
|`master`| [](https://travis-ci.org/libLAS/libLAS/) | [](https://ci.appveyor.com/project/mloskot/liblas?branch=master) | [](https://scan.coverity.com/projects/liblas-liblas) |
## Building
Prerequisites:
- C++03 compiler
- CMake 2.8 or later
- Boost C++ Libraries 1.42 or later
- Libraries to enable detailed features: GDAL and PROJ4, libgeotiff, LASzip.