Skip to content

shintadono/laszip.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laszip.net

The LASzip LiDAR compressor packaged as a simple stand-alone assembly for easy inclusion of compression and decompression functionality into other software. It compresses LAS files into much more compact LAZ files and vice versa. The resulting files are around 7 - 20 percent of their original size.

To get the original LASzip just download the LAStools distribution which contains the LASlib as well as the LASzip sources together with the binaries of the popular LAStools software and some small example LAZ files.

To get the newest version of the C# port of the LASzip library, goto: https://github.com/shintadono/laszip.net

ATTENTION: This port is not a complete port of the LASzip library. It does not contain the example provided in it (but has some examples off it's own), and you can't create version 1 LAZ files, while reading version 1 is still possible.

LICENSE AGREEMENT (for LASzip.Net LiDAR compression)

LASzip.Net is open-source and is licensed with the standard LGPL version 2.1 (see LICENSE file).

This software is distributed WITHOUT ANY WARRANTY and without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

PROGRAMMERS

martin@rapidlasso.com (https://github.com/rapidlasso)

shintadono@googlemail.com (https://github.com/shintadono)

twdotson (https://github.com/twdotson)

Jean-Noël Pioche

COPYRIGHT

(c) 2007-2014, martin isenburg, rapidlasso - fast tools to catch reality

(c) of C# port 2014-2017 by Shinta shintadono@googlemail.com