MCPcopy Create free account
hub / github.com/LASzip/LASzip

github.com/LASzip/LASzip @3.5.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 3.5.0 ↗ · + Follow
1,112 symbols 1,976 edges 81 files 173 documented · 16% updated 2mo ago3.5.0 · 2025-12-08★ 23119 open issues

Browse by type

Functions 929 Types & classes 183
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

LASzip

Award-winning software for efficient LiDAR compression

Open-source compression library for compressing LAS to LAZ. LASzip is completely lossless: It compresses bulky LAS files into compact LAZ files that are only 7-20% of the original size, while accurately preserving every single bit. Likewise, LAZ files can be decompressed into a bitwise identical LAS file. LASzip allows compressed LAZ files to be treated like standard LAS files. They can be loaded directly from the compressed form into an application without first decompressing them to a disk.

This is the repository of the open source LAZ compressor under the terms of the Apache Public License 2.0.

For the full LASlib and LAStools repository include the popular open source tools las2las, las2txt, txt2las please see https://github.com/LAStools/LAStools

Specification

LAZ Specification 1.4 - Revision R1 available at https://rapidlasso.de/laszip/

Installation

Binary downloads for Windows and Linux are available at https://rapidlasso.de/downloads

Compilation

Just go to the root directory and run
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
cmake --build .

Links

  • official website: https://rapidlasso.de
  • user group: http://groups.google.com/group/lastools

License

Apache Public License 2.0. See COPYING file for the license text.

Summary

Your feedback is highly appreciated. Feel free to let us know what you use LAStools for and what features and improvements you might need.

(c) 2007-2024 info@rapidlasso.de - https://rapidlasso.de

Core symbols most depended-on inside this repo

Shape

Method 563
Function 366
Class 177
Enum 6

Languages

C++96%
C4%

Modules by API surface

src/laspoint.hpp124 symbols
src/laszip_dll.cpp70 symbols
src/mydefs.cpp52 symbols
dll/laszip_api.c48 symbols
src/laswriteitemraw.hpp41 symbols
src/lasreaditemraw.hpp41 symbols
src/lasattributer.hpp34 symbols
src/lasquadtree.cpp30 symbols
example/laszippertest.cpp25 symbols
unused/rangedecoder.cpp23 symbols
src/bytestreamout_array.hpp23 symbols
src/arithmeticencoder.cpp23 symbols

For agents

$ claude mcp add LASzip \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page