daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

Upgrade the api to laspy 2.0 #330

Closed SBCV closed 2 years ago

SBCV commented 2 years ago

According to this and this information, pylas is outdated and superseded by laspy 2.0.

In contrast to the early laspy 1.x versions, laspy 2.x can be easily installed with pip. Therefore, I think it is safe to replace pylas with laspy 2.0.

Edit: There are a few cases where loading a point cloud worked only with laspy 2.0, but not with pylas (e.g. here).