daavoo / pyntcloud

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

Adjust scaling of color values for LAS files #332

Closed SBCV closed 2 years ago

SBCV commented 2 years ago

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

SBCV commented 2 years 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.