Skip to content
forked from libLAS/libLAS

C++ library and programs for reading and writing ASPRS LAS format with LiDAR data

License

Notifications You must be signed in to change notification settings

scaniverse/libLAS

 
 

Repository files navigation

libLAS

libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format. The ASPRS LAS format 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 master master coverity_scan

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.

About

C++ library and programs for reading and writing ASPRS LAS format with LiDAR data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.8%
  • C 10.9%
  • C# 10.2%
  • Python 8.9%
  • CMake 3.4%
  • SWIG 0.6%
  • Other 0.2%