Hi All,
I'm looking for some ideas on how to get the z value from a point cloud onto a point in porformant way.
As far as I can tell there is no easy way to do it. Am i missing something?
Options I can see available:
Convert to Raster with RasterDEMGenerator and use PointOnRasterValueExtractor - pretty cpu and memory intensive
Convert to points and use NeighborFinder - pretty cpu and memory intensive
Has anyone got this process figured out?