Question

How to create disjoint boundaries of disjoint cluster from las?

  • 3 March 2020
  • 1 reply
  • 4 views

Badge +1

Hello,

 

I have las file in which some points after some manipulation produce separate cluster of points as shown on the image.

How could I produce separate boundaries for each cluster?

 

 


1 reply

Badge +1

You can use the NumericRasterizer then RasterExtentsCoercer (set to data extents) to produce a footprint polygon for a point cloud. The correct raster cell size is key to getting a good shape

Reply