Skip to main content
Question

Filter las1.4 poincloud, model key point classification flag

  • September 28, 2020
  • 1 reply
  • 63 views

I looking to filter a classified las1.4 LiDAR file, to extract the model key points (classification_flags = 1) on classification = 2 (ground). Although classification_flags doesn't seem to be an attribute and is null if i expose it.

-LAS reader

-PointCloudFilter (class =2)

-AttributeExposer > classification_flags (returns null)

-PointCloudFilter > should filter by flag here.

Any helps would be much appreciated.

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

jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • September 28, 2020

Hi @callummcclure​,

It looks like classification_flags is a point cloud component rather than an attribute, so it makes sense to me that the AttributeExposer is not returning a value in your table. It shouldn't work either for any of the other components such as intensity or angle.

 

Does classification_flags have a value when you inspect the dataset in the Feature Information Window under Components? If your data has the component, I believe you should just be able to select it from the PointCloudFilter Expression > Arithmetic Editor on the left under Point Cloud Components (and double click from that list). There's a little bit more information on the component here.