You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a very big point cloud of around 114gb. When i try to convert it it always succeeds within 1second which obviously is wrong.
I'm trying to debug it but I don't get any errors. So in the output log I see ut say 'Total points: 0'. which is also not possible ofcourse.
I'm trying to debug it and here I see my reader is not null but my writer is null.
it then goes to the next line but shouldn't this be '||' instead of '&&'. according to the error log below that's what should happen. maybe the log needs to be changed then?