gadomski / las-rs

Read and write ASPRS las files, Rust edition.
MIT License
73 stars 32 forks source link

[WIP] Lazperf compression #16

Closed tmontaigu closed 5 years ago

tmontaigu commented 5 years ago

This PR aims to bring LAZ support ( #9) for las-rs using hobu/laz-perf as the LAZ implementation.

LAZ support is added as a cargo optional feature named "lazperf-compression". when compiled with this feature (cargo build --features lazperf-compression) a new dependency to lazperf-rs is added.

lazperf-rs is not yet on crates.io so this PR should not be merged yet and also this PR will probably need some finishing touches and bit more testing.

brycefrank commented 5 years ago

@tmontaigu is a true hero