Closed nbrodic88 closed 2 years ago
Hi, If I perform manually adding some treetops:
f <- function(x) { x * 0.07 + 4 } ttops <- find_trees(las, lmf(f, shape = c("circular"))) ttops = find_trees(las, manual(ttops)) plot(ttops, add = TRUE) writeSpatialShape(ttops, "ttopsVar.shp")
I loose height in the attributes of SHP, possibly because I get some new attribute as id.
Fixed. Thank you for reporting
Thank you for all the good work!
Hi, If I perform manually adding some treetops:
I loose height in the attributes of SHP, possibly because I get some new attribute as id.