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

Fix las 1.4 compatibility #28

Closed taozywu closed 1 year ago

taozywu commented 2 years ago

Maybe there are some problems in the code, SO far I have not considered RGB and so on, but it can be compiled preliminarily. If you have any questions, please feel free to discuss! :)

taozywu commented 2 years ago

There is las 1.4 header. image

There is las 1.2 header. image

mfbonfigli commented 2 years ago

Hello taozywu and thanks for your contribution! Please review the comments, I think that overall the direction is right but we need to make sure we don't have regressions in LAS format support.