I ran a reverse dependency check on TreeLS v1.0 with the new version of lidR v2.1.0. In tlsNormalize documentation the example now have a warning.
tls = tlsNormalize(tls)
#> Warning message:
#> There were 3 degenerated ground points. Some X Y coordinates were repeated but with different Z coordinates. min Z were retained.
This is because grid_terrain now checks for degenerated ground points. See #264. R CMD check does not complain about that but I'm pretty sure that CRAN will.
Hi Tiago,
I ran a reverse dependency check on
TreeLS v1.0
with the new version oflidR v2.1.0
. IntlsNormalize
documentation the example now have a warning.This is because
grid_terrain
now checks for degenerated ground points. See #264. R CMD check does not complain about that but I'm pretty sure that CRAN will.