Question

How can I split a Point Cloud by the amount of coordinate into several tiles ?

  • 15 November 2018
  • 1 reply
  • 0 views

I do have an huge point cloud which I have to divide into several tiles with an maximum number of 10000 coordinate per tiles. I try to find an solution by using the Tiler or the PointCloudsplitter Transformer, but there was no way to solve my problem - as fas as I understood the transformers.


1 reply

Userlevel 4
Badge +30

Hi @sbrhan

 

There is a custom transformer to split:

 

https://hub.safe.com/transformers/pointclouddensitytiler

 

 

Thanks,

Danilo

Reply