Solved

How to use CSV data to filter point cloud

  • 8 September 2022
  • 2 replies
  • 2 views

I am trying to clip a point cloud using the values of a csv using the reader, but the PointCloudFilter transformer does not accept the @Value() field. I am at a loss now. Any help would be great.

 

imageimage

icon

Best answer by ebygomm 8 September 2022, 17:20

View original

2 replies

Userlevel 1
Badge +10

You need to merge the attributes from your csv onto the point cloud before you can use them in the point cloud filter, you can use the value of 1 a the requestor and the supplier, e.g.image 

 

Fantastic! That's done it! Thanks

 

Reply