Closed mfbonfigli closed 4 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.
maxpts
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
gocesiumtiler -input=D:\ripple.las -output=D:\out
We need to handle this special case properly.
This issue should be solved in release 1.0.2.
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.