daavoo / pyntcloud

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

Added support for pylas #291

Closed SBCV closed 3 years ago

SBCV commented 3 years ago

This PR adds support for pylas and handle cases, when color information is missing in the las/laz file. Changed the default backend to pylas, since it is much faster than laspy.

SBCV commented 3 years ago

Addressed the requested changes and squashed the commit.

daavoo commented 3 years ago

Addressed the requested changes and squashed the commit.

Thank you very much!

SBCV commented 3 years ago

Quick question: Do you have any idea, when these changes will be available via pypi? I would like to integrate these changes into this Blender addon using pip install pyntcloud

daavoo commented 3 years ago

Quick question: Do you have any idea, when these changes will be available via pypi? I would like to integrate these changes into this Blender addon using pip install pyntcloud

Have to fix one thing and will release a new version before.this week ends

daavoo commented 3 years ago

Quick question: Do you have any idea, when these changes will be available via pypi? I would like to integrate these changes into this Blender addon using pip install pyntcloud

Have to fix one thing and will release a new version before.this week ends

@SBCV v0.1.3 is available on pypi