Andrew Sánchez Meador

Results 13 comments of Andrew Sánchez Meador

Tiago's example code (what you linked using his data) shouldn't be laggy even on a low-end computer. However, what he's showing as an example (building multiple layers in `rgl` by...

Try TreeLS:::circleFit()

Agreed (I was just making sure you had access). I'm not the package maintainer, so I suggest not closing this issue and let @tiagodc close it once it's been addressed.

It looks like the author hasn't been active since October of 2020, so you're likely to get more timely answers by posting questions to [gis.stackexchange.com](https://gis.stackexchange.com/) To be helpful and try...

[`tlsNormalize`](https://github.com/tiagodc/TreeLS/blob/9033693503ee71ace2335a6b8fa2dce864df37cd/R/methods.R#L530) is just a wrapper function that calls `lidR::grid_terrain(algorithm = knnidw())` and then `lidR::normalize_height` with the resulting dtm [and of course `lidR::classify_ground(algo=csf())` if you don't have Classification == 2] so...

It's line 545 of [methods.R](https://github.com/tiagodc/TreeLS/blob/0e0871f11358b2812adc7564ec66c39a5ab70c71/R/methods.R) - `grid = las %>% extent %>% raster` which is trying to apply `extent` to an object of class `LAS` and instead `lidR` uses `ext`...

@Estrada-Gene isLAS is part of TreeLS, so if you know it's a las you can delete it...

@crespelp It was current to R 4.3 about a year ago. @spono has a fork that was current a few months ago (correct me if I'm wrong, Nic) and my...

I'd love to see this feature too... for showing pre-treatment/post-treatment forestry point clouds.