Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLAS 1.4 #27
LAS 1.4 #27
Comments
|
Hi, This bug is likely to come from the |
|
Well, after thinking more about it, if LAS 1.4 files are read (no even sure of that) this format cannot be fully supported yet. For example in the LAS 1.4 format the scan angle rank can be a decimal value. If |
|
devtools::install_github("Jean-Romain/rlas", ref = "devel")To support LAS 1.4 as well as LAS <= 1.3 in a consistent way I introduced a minor incompatibility with devtools::install_github("Jean-Romain/lidR")Also if |
|
Read
Write
|
Hi Jean-Romain,
There is not much to be done (I think it is a liblas problem) but I thought you should be aware that i ran into some strange errors when I use LAS 1.4 formatted files. I tried doing the tiling process with this new data and one tile would be written in the directory, then it would be erased, then the new tile, then erased, etc.
When I converted the LAS to 1.2 format using las2las everything worked fine as usual. This is on lidR v2.
As I said, I have always had problems with 1.4 format files, I know in Python there is a library called laspy that addresses liblas shortcomings, do not know if there is such a package in R that we could try.
Just thought you should be aware(!) if you were not already in case you get questions. Thanks again for the great R package!