Skip to main content
Question

How can i simply split a pointcloud. 

  • November 6, 2024
  • 5 replies
  • 76 views

bmwhbmwh
Contributor
Forum|alt.badge.img+4

I have around 340 .las files and im just truing to split them. 

As you see in the picture i have a fair amount of distance between these files

 

5 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • November 6, 2024

And what is the question?


bmwhbmwh
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 18 replies
  • November 6, 2024

i want to split them 

 


bmwhbmwh
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 18 replies
  • November 6, 2024

 


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • November 6, 2024

One way to do this:

  • HullAccumulator to generate polygons for the different parts.
  • Counter to generate sub id for each polygon.
  • Clipper to clip the pointcloud with the polygons. Merge count attribute to clipped polygons.
  • FeatureWriter to write each splitted pointcloud.

bmwhbmwh
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 18 replies
  • November 6, 2024

im afraid im not on the level to be able to understand how to modify these Transformers, any tips?