-
-
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
lidR::readLAS for most las files even lesser 50KB is crashing R #59
Comments
I indeed need the file. Have you ever been able to read the file in R? |
Thanks for your quick response. The attached is one of the las file that is crashing R .
|
Confirmed |
Seems to be related to extrabytes # works
rlas::read.las("~/Téléchargements/08nd0862.dams__clipped_polygon_2.las", select = "")
rlas::read.las("~/Téléchargements/08nd0862.dams__clipped_polygon_2.las", select = "* -0")
# crashes
rlas::read.las("~/Téléchargements/08nd0862.dams__clipped_polygon_2.las", select = "1") |
great this works. Thank you |
I don't know where I put your file. Did you send it to me by email? What is your name so I can find your email. |
Yup, the mail should have the file |
That makes sense... I found it! |
Newest version of lidR:: readLas is crashing R, even for the las files that are smaller than 50Kb (files aren't corrupt). I can read them in CloudCompare, python but not in lidR? The error message I got was
An irrecoverable exception occurred. R is aborting now
***
caught segfault *** address (nil), cause 'memory not mapped'`I can send one such file for your testing.
The text was updated successfully, but these errors were encountered: