Skip to content

libLAS/libLAS

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
doc
 
 
 
 
 
 
rpm
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.