tmontaigu / laszip-python

Python bindings for LASzip
MIT License
4 stars 7 forks source link

Fix unzipping/zipping when bytes exceed stringstream max #8

Closed tmontaigu closed 1 year ago

tmontaigu commented 1 year ago

When trying to unzip/zip large LAZ/LAS data in one call of decompress/compress, we could go beyond the stringstream limit (generally int32_max).

This fixes that, making it possible to compress/decompress more than in32_max bytes at a once