Solved

Clip or Intersect LAS data to a point vector layer

  • 1 February 2019
  • 1 reply
  • 1 view

I have LiDAR data with elevation data attached to it. I want to reduce the LiDAR data to the black dots (drainage pits) and deduce z values for all the pits. Is there a way to do it?

icon

Best answer by gio 1 February 2019, 16:41

View original

1 reply

Badge +3

@danishukani

You should be able to use clipper (if manhole is point make buffer or create 2DARc360) or spatialfilter followed by a PointCloudConsumer.

Or query coordinates (after PointCloudPropertyExtractor) by setting min/max x and y based on manhole location.

Then some statistics to get height.

Reply