Skip to main content
Solved

Add tree

  • August 18, 2022
  • 1 reply
  • 16 views

bayram
Contributor
Forum|alt.badge.img+5

Hello

 

I want to automatically add a tree to a class I want in classified point cloud data, how can I do that? Can you write me the order of the FME conversions, thank you very much in advance for your valuable information.

Best answer by evieatsafe

Hi @bayram​ before I get into answering your question, is your point cloud data already classified? Do you need to classify your point cloud?

 

If you need to classify your point cloud you can use the PointCloudFilter transformer and filter the points by an expression eg. by number of returns 

@Component(number_of_returns)==2

Or you can filter for the specific classification, eg. if trees was the 5th classification

@Component(classification)==5

Check out these articles for more information on point clouds and their expressions: Re-classifying a Point Cloud in FMETutorial: Getting Started with Point Clouds

 

I hope this helps! Cheers, Evie

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

evieatsafe
Safer
  • Safer
  • Best Answer
  • August 23, 2022

Hi @bayram​ before I get into answering your question, is your point cloud data already classified? Do you need to classify your point cloud?

 

If you need to classify your point cloud you can use the PointCloudFilter transformer and filter the points by an expression eg. by number of returns 

@Component(number_of_returns)==2

Or you can filter for the specific classification, eg. if trees was the 5th classification

@Component(classification)==5

Check out these articles for more information on point clouds and their expressions: Re-classifying a Point Cloud in FMETutorial: Getting Started with Point Clouds

 

I hope this helps! Cheers, Evie