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
Hello, I have an issue with classify_roi().
I want to classify points within some polygons (derived from buffered lines) as a different class than the remaining points.
But when I read my data in using readTLSLAS() instead of readLAS(), I get weird results. I made some dummy data: https://drive.google.com/file/d/1OOl4_vRYCIRSmx-Ey7cflgZv_s-y9l07/view?usp=sharing
By the way @zoeschindler do not use crs(). Use st_crs(). crs() will be removed in next version to avoid problem on CRAN with old geospatial package (raster, sp)
Fixed with a temporary fix. My octree has a problem, so I disabled the octree and used another spatial indexing structure by default. I keep the issue open because I must repair the octree.
Hello, I have an issue with
classify_roi()
.I want to classify points within some polygons (derived from buffered lines) as a different class than the remaining points.
But when I read my data in using
readTLSLAS()
instead ofreadLAS()
, I get weird results. I made some dummy data: https://drive.google.com/file/d/1OOl4_vRYCIRSmx-Ey7cflgZv_s-y9l07/view?usp=sharingHere is the code:
Polygons:
Result when using
readLAS()
(expected result):Result when using
readTLSLAS()
(unexpected result):The text was updated successfully, but these errors were encountered: