davidcaron / pclpy

Python bindings for the Point Cloud Library (PCL)
MIT License
409 stars 59 forks source link

*.laz files to be read! #28

Open mnahangi opened 5 years ago

mnahangi commented 5 years ago

I am trying to manipulate a *.laz file, but it is not working. I get an error that the laz file cannot be read.

davidcaron commented 5 years ago

It's only in the master branch, and not on pypi yet. It will be in the next release.

niranjanreddy891 commented 5 years ago

@mnahangi if you want to work on .laz file, use laspy/liblas/PDAL and convert it to .las. This is just my suggestion. :)