tmontaigu / pylas

⚠️ pylas was merged into laspy 2.0 https://github.com/laspy/laspy⚠️
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

Use laszip as an option to compress #10

Closed tmontaigu closed 4 years ago

tmontaigu commented 4 years ago

Try using laszip executable as the last option to compress data.

Also reduce memory used when writing by using a memoryview of the numpy array instead of copying the bytes to then write them.

Should be merged after #9

This also needs to be tested because I remember having tried to use laszip executable to compress data but the output files where corrupted 🤔