gadomski / las-rs

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

LAZ support #9

Closed tomjakubowski closed 5 years ago

tomjakubowski commented 7 years ago

Hi! :wave: First off, thanks so much for writing this library 😍

I was wondering if you would consider adding LASzip (LAZ) support, or would accept a pull request implementing support for it. I noticed that the library explicitly punts on LAZ, but wasn't sure if this was for lack of time or a lack of desire to implement/support this feature.

gadomski commented 7 years ago

lack of time

This one...I'd be very happy for a patch, as I'm not sure if I'll have enough time in the near future to add laz. I'd of course love a pure-Rust implementation, but would be ok with a dependency on upstream Rust bindings to laszip.

I'll keep this issue open to track any progress or additional questions.

gadomski commented 7 years ago

NB https://github.com/gadomski/laszip-sys exists, but isn't published on crates yet.

gadomski commented 5 years ago

Closed by #16