Skip to main content
Question

How to extract the extents of a point cloud?

  • April 6, 2023
  • 1 reply
  • 186 views

I need a polygon or closed polyline of the extents of this data; using max and min (x,y) gives a bounding box which means further down my pipeline, data is being written to areas that should take "No Data". How can I grab extents from the point cloud to use it as a breakline?

 

Pictured; point cloud, and point cloud overlaid raster output, showing data written outside the point cloud extents

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3422 replies
  • April 6, 2023

I think when i've done this in the past I've coerced the pointcloud to a single multipoint with a PointCloudCoercer and then used a hull accumulator