span8
span4
span8
span4
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?
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.
Is there a way to do nearest neighbor with LiDAR data and (point) vector data? 3 Answers
LAS data attributes does not have x, y and z. But I can see x,y,z in data inspector. 2 Answers
How do I export z values from a LAS file to a .shp file or a geodatabase? 1 Answer
can't reach to the right schema of open street map 3 Answers
© 2019 Safe Software Inc | Legal