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

Issue reading in LAS 1.4 prf 6 file #15

Closed AronBoettcher closed 6 years ago

AronBoettcher commented 6 years ago

Trying to read in a LAS 1.4 prf 6 and I'm getting an error: 'LAS format not yet supported' This seems like expected behavior, but.. I really want to read this file. Is this expected behavior?

Jean-Romain commented 6 years ago

Hi, this is an expected behavior because I've never encountered such file type. So, I was not able debug the code and I disabled the support waiting for somebody complaining :smile:. You are the one. Send me a piece of file and I will enable the support of such format.

Jean-Romain commented 6 years ago

Hi, do you still need to read LAS1.4 prf 6 file?

AronBoettcher commented 6 years ago

Hello, I had to make sure I had permission to share these data. The attached is a LAS1.4 prf 6 file. las14_pdrf6_sample.zip

Jean-Romain commented 6 years ago

Thank, I will try to enable the feature tomorrow.

Jean-Romain commented 6 years ago

Done in read more. write more is more work. Update your rlas version from github

AronBoettcher commented 6 years ago

Great, I'll give it a run. Thanks! Edit: Works like a charm! Thanks for adding this functionality.