Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21dad5f0a946102

Jump to content

libLAS

From Wikipedia, the free encyclopedia
libLAS
DevelopersHoward Butler, Mateusz Loskot, Phil Vachon, Martin Vales, Frank Warmerdam
Stable release
1.8.1[1] / 23 August 2016; 9 years ago (23 August 2016)
Written inC++
Operating systemLinux, Mac OS X, Microsoft Windows
PlatformCross-platform
TypeLibrary
LicenseBSD
Websiteliblas.org
Repository

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.[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.[2] 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.[2]

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

References

[edit]
  1. "Release 1.8.1". 23 August 2016. Retrieved 22 July 2018.
  2. 1 2 3 4 Gerlek, Michael P. (August 21, 2011). "The libLAS Project". LIDAR Magazine. Retrieved 2026-07-13.
[edit]