Skip to main content
Solved

How to use CSV data to filter point cloud

  • September 8, 2022
  • 2 replies
  • 42 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

Best answer by ebygomm

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 

 

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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • September 8, 2022

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 

 


  • Author
  • September 8, 2022

Fantastic! That's done it! Thanks