mfbonfigli / gocesiumtiler

A Cesium.js point cloud 3D tiles generator from LAS files written in Golang
GNU Lesser General Public License v3.0
169 stars 36 forks source link

las 1.4 compatibility #16

Closed jjrise closed 1 year ago

jjrise commented 3 years ago

I'm running into errors while reading a las with version 1.2.0:

image

After some consideration, I'm attributing this to the input file being las 1.4 and not las 1.2. I'm curious if there is any compatibility with las 1.4? And if so, if you could help guide me in the right direction?

Thanks for all the help!

mfbonfigli commented 3 years ago

Hell jjrise, If you could provide me a sample file plus the command line arguments you are using I will try to investigate whenever I get a chance

jjrise commented 3 years ago

that would be fantastic! Please see attached.

las1-4_terrascan.zip

mfbonfigli commented 1 year ago

Hello, I just implemented a tentative support for the LAS 1.4 specifications. For now it's not merged in the main branch yet as I'd like to do some more testing but you can find it here: https://github.com/mfbonfigli/gocesiumtiler/tree/feature/LAS14Support

mfbonfigli commented 1 year ago

Closing as the branch has been merged into master and a new release 1.2.3 has been issued which should fix these problems. In case of further problems with the new version please open a new issue.