Hello @cesar_vicente, how are you?
Did you watch this Webinar ? How to get the most out of lidar data
I believe there are interesting Workspaces and slides about the Lidar.
Thanks,
Danilo
Hi @cesar_vicente, have a look at the PointCloudExpressionEvaluator.
Hello @takashi. PointCloudExpressionEvaluator performs the reclassification of LiDAR points just as I want. Perfect
However, now I have another difficulty. I have already reclassified the class 5 points in class 6. These points I have obtained from trimming the point cloud with a polygon (with clipper transformer). Now I want to collect the reclassified points with the original point cloud. I tried with PointCloudMerger transformer, but I can not join the points and get the same number of points as the initial point cloud.
Is it possible that there is another tool to do this process? Or maybe there is a tool that allows you to make a selection of points (class 5) from a polygon and without the need to make a clip? If my explanation is not correct, I can explain again.
Thank you very much for your help and your time.
Hello @cesar_vicente, how are you?
Did you watch this Webinar ? How to get the most out of lidar data
I believe there are interesting Workspaces and slides about the Lidar.
Thanks,
Danilo
Hello
@danilo_fme. Thank you very much for your suggestion. I will see it enchanted.
Hello @takashi. PointCloudExpressionEvaluator performs the reclassification of LiDAR points just as I want. Perfect
However, now I have another difficulty. I have already reclassified the class 5 points in class 6. These points I have obtained from trimming the point cloud with a polygon (with clipper transformer). Now I want to collect the reclassified points with the original point cloud. I tried with PointCloudMerger transformer, but I can not join the points and get the same number of points as the initial point cloud.
Is it possible that there is another tool to do this process? Or maybe there is a tool that allows you to make a selection of points (class 5) from a polygon and without the need to make a clip? If my explanation is not correct, I can explain again.
Thank you very much for your help and your time.
If the requirement is to merge two or more point cloud features into a single point cloud, the PointCloudCombiner might help you.