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

Adjust scaling of color values for LAS files #332

Closed SBCV closed 1 year ago

SBCV commented 2 years ago

This solves https://github.com/daavoo/pyntcloud/issues/331

SBCV commented 1 year ago

Added a regression test for the color values using the simple.las file already contained in this repository. Without this PR the test fails.