r-lidar / rlas

R package to read and write las and laz files used to store LiDAR data
https://cran.r-project.org/package=rlas
GNU General Public License v3.0
34 stars 14 forks source link

Impossible to read a file with a scan angle above - 180 degree #44

Closed Jean-Romain closed 4 years ago

Jean-Romain commented 4 years ago

See https://gis.stackexchange.com/questions/344898/lidr-bad-scan-angle

readLAS("/tmp/chunk89/u_6300085100_2015.las")
#> Error: Invalid data: ScanAngle greater than -180 degrees.
#> In addition: Warning messages:
#> 1: There are 1091 points flagged 'withheld'. 
#> 2: There are 1091 points flagged 'synthetic'.