Page 1 of 1

Open a pre-saved las 1.4

Posted: Fri Aug 16, 2019 8:45 am
by Bogdan
Hi Daniel,

First, I want to thank you for CC. It's a great software!
Usually, I open a .ply file, geo reference it using GCP and then I save the file as LAS cloud. All working well.
The problem I had is that when saving as LAS 1.3 or 1.4 (hoping for 1.4) I can't reopen that file, getting " PDAL exception: readers.las: Unsupported LAS input point format:7"
I'm using CC 2.11 alpha
Is there a fix for this? Do you want more details?

Thank you,
Bogdan

Re: Open a pre-saved las 1.4

Posted: Fri Aug 16, 2019 2:05 pm
by daniel
Interesting... I'll investigate first on my side and I'll get back to you!

Re: Open a pre-saved las 1.4

Posted: Sun Aug 18, 2019 7:34 am
by daniel
Oh I understand now: if you save the file with the "LAS 1.3 or 1.4" filter, then it will indeed create a LAS file with extended point formats (point record type above 6).

But the standard LAS filter (based on PDAL) doesn't support these formats. So you have to use the loading dialog and make sure the same "LAS 1.3 or 1.4" filte is selected.

Re: Open a pre-saved las 1.4

Posted: Mon Aug 26, 2019 6:58 pm
by Bogdan
Thanks a lot!

Re: Open a pre-saved las 1.4

Posted: Wed Aug 28, 2019 10:41 am
by Jälv
Hello,

To be more specific about what happens, PDAL knows how to read point format 6,7,8 (but not 9,10 with waveforms) it was the point of replacing the old lib that was previously used with PDAL.

What happens when you save a file with the LAS 1.3 / 1.4 filter is that it saves a file with point format 6 (in this case at least) but version 1.2, something that is 'technically' possible but I don't really think (I don't know be to fair) that this is something allowed by the LAS specification as the point format 6,7,8 were introduced in the version 1.4 of the spec.

So PDAL sees a file of version 1.2 but with point format 6 and it doesn't like that.