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

add Text Area Description to header reader/writer #64

Closed floriandeboissieu closed 10 months ago

floriandeboissieu commented 11 months ago

In the current PR, I propose an implementation of the VLR Text Area Description for header reader/writer.

In writeLAS.cpp, when the data of the text area is more than 65535 characters (2^16-1), it is truncated.

By the way, I also removed an excessive indentation in readher.cpp.

I PR on master branch as I noticed that devel branch was much older.

Jean-Romain commented 10 months ago

Thank you. Nice to see you back