-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered: