is there a way to the change classification value (fmepc_classification) of points of LAS data directly without transforming pc into single points?
hi
Page 1 / 1
Hi Borone,
I tested with a PointCloud. I was able to just manipuliate the properties of the whole PointCloud.
I used AttributeExposer to expose fmepc_classification and then filled in another value with AttributeCreator. In the DataInspector I can see that the whole PointCloud now has a new value for fmepc_classification but the single points remain with the old value for fmepc_classifacation.
So I think to manipulate the values of the single points the only way is to dissolve the Point Cloud into single points.
Best regards,
Stefan