Can anyone provide a right and fast solution to this matter? Thank you!
@takashi @jdh @danatsafe @mark2atsafeSolved
How to use NeighborFinder when pointcloud(*.las) is Candidate?
Hi, I've a got point layer in shp format and a pointcloud file in las format and I'd like to find the nearest point in the las file for every point in shp file. I tried to use PointCloudCoercer to change las file into mutipoint, but z value of points won't be merged. Then I tried to change las file into individual points, but it was too slow, I got thousands of las files and each of them contains over 1 million points.
Best answer by erik_jan
If you have a limited amount of points in the shape file, you could buffer them using a Bufferer and then clip the pointcloud using the Clipper.
This will limit the pointcloud data to only use those points near a shape point.
Then use your approach with the PointCloudCoercer and NeighborFinder to find the exact closest point.
Hope this helps.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.



