r-lidar / lidR

Airborne LiDAR data manipulation and visualisation for forestry application
https://CRAN.R-project.org/package=lidR
GNU General Public License v3.0
601 stars 131 forks source link

lidR version 3.2.1 not reading files properly #489

Closed arojas314 closed 3 years ago

arojas314 commented 3 years ago

lidR version 3.2.1 unable to read any .las or .laz files. This is the error we receive:

image

This was tested across multiple windows and mac machines.

However, when we install an older lidR version (3.1.4), everything works fine. Here is the code to install for older versions:

require(devtools)
install_version("lidR", version = "3.1.4", repos = "http://cran.us.r-project.org")

This issue was brought up recently, and many other users seem to experience the same thing. Original issue from https://github.com/Jean-Romain/lidR/issues/485#issuecomment-944397838

Jean-Romain commented 3 years ago

Duplicate, I'm closing. Discussion keep going in the original thread