Solved

Add tree

  • 18 August 2022
  • 1 reply
  • 2 views

Badge +4

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.

icon

Best answer by evieatsafe 23 August 2022, 19:14

View original

1 reply

Userlevel 1
Badge +14

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

Reply