Replies: 1 comment
-
This is definitively doable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We can plot a pointcloud and add raster or spatial points like:
and we can plot a pointcloud and add another pointcloud like:
would it make sense to add something like
add_points3d
, so that its possible to applyplot(las) |> add_points3d(las2)
?I guess its not necessary and probably not used very often but I was just looking for something like this.
Beta Was this translation helpful? Give feedback.
All reactions