Hello,
I am working on converting point cloud data from the E57 format to the LAS format. However, I’ve encountered an issue with the intensity component.
In the original E57 file, the intensity values range between 0 and 1. After the conversion, the intensity values in the LAS file become a constant integer with five digits.
I would appreciate any guidance or suggestions on how to retain the original intensity format during the conversion process.