Skip to main content
Question

change classification value (fmepc_classification)

  • January 21, 2014
  • 1 reply
  • 27 views

Forum|alt.badge.img
hi

 

is there a way to the change classification value (fmepc_classification) of points of LAS data directly without transforming pc into single points?
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.

1 reply

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