rlas icon indicating copy to clipboard operation
rlas copied to clipboard

R package to read and write las and laz files used to store LiDAR data

Results 6 rlas issues
Sort by recently updated
recently updated
newest added

When applying `readLAS()` on a corrupted file, {lidR} causes the IDE to crash at the moment: ``` r library(lidR) #> 4.1.1 f --- CRASH --- ``` ![image](https://github.com/r-lidar/lidR/assets/78563765/39f12bd2-9ca6-40b0-b86a-58bb197ab60b) Meanwhile, I'm fully...

Bug
Windows
Segfault

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...

Segfault

After adding R-G-B-NIR values to the cloud I can not read the cloud back. It appears like the cloud is empty although the file itself has size. A reproducible example...

Bug

I have problem with reading in laz files from one of the flight years from my NMA. It causes RStudio to crash without any messages. All the other years work...

Bug
Segfault

Hello, I have a specific set of laz files that result in strange behavior when read / write with lidR ```r library(lidR) las1 = readLAS("SubArea_012_011.8_6.las") las1 f = tempfile(fileext =...

Bug

Fully updated versions of R, rlas, lidr (version 4.1.1). I am working with las files created in Agisoft Metashape with no problem. If I try to load the same dataset...