Table Of Contents
LASzip - lossless LAS compression¶
Download¶
Please note that libLAS links to the LASzip compression library while LASlib embeds the LASzip codebase.
Source¶
- 2012-01-04
Binaries¶
- See OSGeo4W for Windows .lib and include files to compile LASzip into your own application. libLAS binaries through OSGeo4W also link LASzip.
- For explicit compression (decompression) of LAS (LAZ) files a Windows binary laszip.exe is available, as well as the source code and a makefile to build laszip on Windows, Linux, or MacOS.
Development Source¶
- Current Trunk: https://github.com/LASzip/LASzip
Background¶
LASzip is a compression library that was developed by Martin Isenburg for compressing ASPRS LAS format data in his LAStools. It has been provided as an LGPL-licensed stand-alone software library to allow other softwares that handle LAS data to read and write LASzip-compressed data. The BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip to read and write compressed data.
LASzip is completely lossless. It compresses bulky LAS files into compact LAZ files that are only 10-20 percent of the original size, accurately preserving every single bit. For example, compressing and decompressing the LAS file lidar.las with laszip.exe as shown below results in lidar_copy.las that is bit-identical to lidar.las. However, the small size of lidar.laz makes it much easier to store, copy, transmit, or archive large amounts of LIDAR.
- laszip lidar.las lidar.laz
- laszip lidar.laz lidar_copy.las
LASzip compression can be many times smaller and many times faster than generic compressors like bz2, gzip, and rar because it knows what the different bytes in a LAS file represent. Another advantage of LASzip is that it allows you to treat compressed LAZ files just like standard LAS files. You can load them directly from compressed form into your application without needing to decompress them onto disk first. The availability of two APIs, libLAS and LASlib, with LASzip capability makes it very easy to add native LAZ support to your own software package.
Download LAZ data¶
- http://opentopography.org/
- http://www.csc.noaa.gov/digitalcoast/data/chartstopobathy/download.html
- https://www.lidar-online.com/product-list.php
- http://gisfiles.wm.edu/files/lidar/
- http://gisfiles.wm.edu/files/lidar/ESLiDAR/LiDAR_ClassifiedPointCloud/
- http://gisfiles.wm.edu/files/lidar/a11county/LAZ/
- ftp://lidar.dnr.state.mn.us/data/raw/county/dodge/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/douglas/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/faribault/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/fillmore/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/freeborn/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/houston/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/jackson/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/lesueur/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/martin/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/mower/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/murray/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/nobles/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/olmsted/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/pine/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/pope/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/rice/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/rock/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/steele/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/wabasha/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/waseca/laz/
- ftp://lidar.dnr.state.mn.us/data/raw/county/winona/laz/
- http://liblas.org/samples/