Replies: 1 comment
-
Ask on gis.stackexchange how to write a data.frame with XYZ into a format supported by your software. I can't help and you are unlikely to find somebody else than me here. |
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.
-
Hey everyone,
I am wondering if there is anyway I can write a voxelized LAS file that I can then input into ArcGIS Pro.
For example, I know I can write a normalized LAS file using:
I was hoping to do something similar, but with a LAS file I run the voxel_metrics tool on. Something like this:
Right now, the voxel_metrics tool creates data.frame in R (which is great!) and I know I can run plot(las_vox) to view it, but I was hoping to actually view the voxelized LAS file in ArcGIS Pro to do some further analysis on.
Beta Was this translation helpful? Give feedback.
All reactions