Top Qs
Timeline
Chat
Perspective

LAS file format

For interchange of Lidar point cloud data From Wikipedia, the free encyclopedia

Remove ads

The LAS (LASer) format is a file format designed for the interchange and archiving of Lidar point cloud data. It is an open, binary format specified by the American Society for Photogrammetry and Remote Sensing (ASPRS). The format is widely used[1] and regarded as an industry standard for Lidar data.[2][3]

Quick Facts Filename extension, Internet media type ...
Remove ads

File structure

Summarize
Perspective

A LAS file consists of the following overall sections:

More information Section, Description ...

Point data records

A LAS file contains point records in one of the point data record formats defined by the LAS specification; as of LAS 1.4, there are 11 point data record formats (0 through 10) available. All point data records must be of the same format within the file. The various formats differ in the data fields available, such as GPS time, RGB and NIR color and wave packet information.

The 3D point coordinates are represented within the point data records by 32-bit integers, to which a scaling and offset defined in the public header must be applied in order to obtain the actual coordinates.

As the number of bytes used per point data record is explicitly given in the public header block, it is possible to add user-defined fields in "extra bytes" to the fields given by the specification-defined point data record formats. A standardized way of interpreting such extra bytes was introduced in the LAS 1.4 specification, in the form of a specific EVLR.[4]

Remove ads

Derivative formats

Summarize
Perspective

LAZ

LAZ is an open format for lossless compression of LAS files developed by Martin Isenburg, author of its original LASzip reference implementation.[6][7][8] The size of a LAZ file is typically 7 to 25 percent of the corresponding LAS file, and it has become a de facto industry standard for compressed point cloud data.[9]

LAZ files are similar in structure to the corresponding uncompressed LAS files, except the point data records are replaced by chunks of compressed point data.[10]

LASzip was originally published under the GNU LGPL, but relicensed under the Apache Public License 2.0 in late 2021.[11] Alternative LAZ implementations include LAZperf[12] and laz-rs.[13]

COPC

The Cloud Optimized Point Cloud (COPC) format specified by Hobu, Inc.[14] is a cloud-optimized variant of LAZ, analogous to the COG format's relationship to GeoTIFF.[15] A COPC file guarantees a restricted structure of the LAZ file to make its data chunks correspond to nodes in an octree, making the file suitable for subset requests.

zLAS

Esri Optimized LAS (zLAS) is a proprietary[16] format for lossless[17] LAS compression developed by Esri. While C++ headers and Windows DLLs for Esri's zLAS I/O library are available under the Apache 2.0 license,[18][19] the format specification and compressor/decompressor code are not publicly available.[20]

Remove ads

Online LAS viewers

Several free web-based tools allow users to view and analyze LAS-formatted well-log files without installing specialized software:

  • WVU Log Viewer – A browser-based application for visualizing well logs such as gamma-ray, caliper, and spectral logs. Users can upload LAS files and view multiple log tracks with interactive zoom and pan controls.
  • GeophysX – A web application for opening, viewing, and editing LAS and other geological or geophysical data formats. Files can be viewed and modified directly in the browser.

These tools offer convenient, free access to essential well-log visualization features, making them useful for quick data checks and remote access.

References

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads