gadomski / las-rs

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

Adding the LasZipAppender support to the las-rs #71

Open mkondratyev85 opened 6 months ago

mkondratyev85 commented 6 months ago

Is it possible to add the functionality for appending point to the already existing laz file to the wonderful las-rs library?

The recent update in laz-rs crate adds the LasZipAppender and now it should be possible to append points to the already compressed file. My limited knowledge of rust makes it hard for me to actually use it (see https://github.com/laz-rs/laz-rs/issues/50). Is it possible to add this functionality to the `las-rs' crate so it would be easier to actually add points?