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.