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

tileset.json not created if only a single .pnts file is created #4

Closed mfbonfigli closed 3 years ago

mfbonfigli commented 3 years ago

If we are processing a las file that contains a number of points less than the value of maxpts setting, then no las file is generated.

This can be reproduced using the las file from this comment: https://github.com/mfbonfigli/gocesiumtiler/issues/1#issuecomment-663441198 and launching the executable as: gocesiumtiler -input=D:\ripple.las -output=D:\out

We need to handle this special case properly.

mfbonfigli commented 3 years ago

This issue should be solved in release 1.0.2.