r-lidar / rlas

R package to read and write las and laz files used to store LiDAR data
https://cran.r-project.org/package=rlas
GNU General Public License v3.0
34 stars 14 forks source link

load more than 9 extra bytes data attributes from las #58

Closed JulFrey closed 1 year ago

JulFrey commented 1 year ago

Is there any possibility to load more than 9 extra bytes data fields? I can write a LAS file from lidR with more fields and load it into CloudCompare, but if I read it again into R only the first 9 attributes are loaded.

Jean-Romain commented 1 year ago

I is limited to 9. After 9 there is no way to parse the select parameters. However it should be possible to modify the code to load all the extra byte attributes.