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

Writing empty .LAZ makes python crash #8

Closed tmontaigu closed 4 years ago

tmontaigu commented 5 years ago
import pylas
las = pylas.create()
las.write('empty.las') # Ok
las.write('empty.laz') # crash
tmontaigu commented 4 years ago

This was a bug in laz-perf that was fixed.