The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
crookR is a tool to simulate “crook” deformations on
tree stems from LiDAR-derived stem point clouds.
You can install the package like:
install.packages("crookR")library(crookR)
library(lidR)
data(example_stem)
Crooked_Stem <- crook_deform(example_stem)
#Turn the data.table into a LAS file for visualization
Crooked_Stem_PC <- LAS(Crooked_Stem)
plot(Crooked_Stem_PC)These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.