laz

Crates.iolaz
lib.rslaz
version0.9.2
sourcesrc
created_at2019-06-23 20:58:38.416322
updated_at2024-07-22 18:41:51.635241
descriptionRust port of Laszip compression. of the LAS format
homepage
repositoryhttps://github.com/tmontaigu/laz-rs
max_upload_size
id143063
size595,628
tmontaigu (tmontaigu)

documentation

README

laz-rs

Implementation or rather, translation of LAZ (laszip compression) format in Rust.

The goal of this project is to be a port of the Laszip compression, allowing LAS readers to be able to read / write LAZ data, but not a fully featured LAS reader.

If you want a user friendly Rust LAS reader, las-rs is what you are looking for. las-rs can use laz-rs to manage LAZ data by enabling the laz feature of the las-rs crate.

Original Implementations:

Minimal Rust version: 1.40.0

Running benches

cargo bench --features benchmarks
Commit count: 224

cargo fmt