Replies: 3 comments 7 replies
-
Yes you can but it is still in development so new stuff can still be modified without warning remotes::install_github("Jean-Romain/lidR", ref = "devel") |
Beta Was this translation helpful? Give feedback.
-
I fixed a bug in 21410ad LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")
las <- readLAS(LASfile)
voxels <- voxel_metrics(las, ~mean(Intensity), 8)
plot(voxels, voxel = TRUE) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fix, it's great to visualize the actual voxel space. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to download v3.2.0 from here?
I'd really like to try the voxel rendering as shown in the lidR book.
Beta Was this translation helpful? Give feedback.
All reactions