Comments and answers for "Clip or Intersect LAS data to a point vector layer" https://knowledge.亚搏在线safe.com/questions/86229/clip-or-intersect-las-data-to-a-point-vector-layer.html The latest comments and answers for the question "Clip or Intersect LAS data to a point vector layer" Answer by gio https://knowledge.safe.com/answers/86265/view.html

@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.

Fri, 01 Feb 2019 15:41:59 GMT gio