https://github.com/LASzip/LASzip
https://github.com/LASzip/LASzip
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/LASzip/LASzip
- Owner: LASzip
- License: apache-2.0
- Created: 2011-08-19T20:16:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-15T19:15:22.000Z (3 months ago)
- Last Synced: 2025-11-10T03:41:21.900Z (11 days ago)
- Language: C++
- Homepage: http://laszip.org
- Size: 1.98 MB
- Stars: 220
- Watchers: 21
- Forks: 92
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: COPYING.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
- Awesome-Geospatial - LASzip - Quickly turns bulky LAS files into compact LAZ files without information loss. (C++)
- awesome-gis - LASzip - Quickly turns bulky LAS files into compact LAZ files without information loss. (Geospatial Library / C++)
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