Solution exception:Value of ‘42240’ is not valid for ‘red’. ‘red’ should be greater than or equal to 0 and less than or equal to 255.
What does it mean, can i do something about it?
Hi @dfytz1 ,
This error comes up when the color values of a point are stored in 16bit format (standard for LAS 1.4 spec) instead of 8bit (standard for LAS 1.2 spec). Heron v0.4.3_beta.1, available as a pre-release in the Package Manager, attempts to fix this. Do you have this beta version installed?