Skip to main content
Solved

Creating a flat surface on lidar data

  • October 4, 2018
  • 2 replies
  • 39 views

piotrek6116
Contributor
Forum|alt.badge.img+1

Hello to all forum members,

I am looking for a solution for searching on a point cloud (*las) of a set with parameters:

1. The height of the set of points does not differ from each other by 0.03 [m], (flat surface) 2. The set creates a rectangular plane with an area of not less than 25-30 [sqr m], (5x5, 4x7 etc.)

Below the workflow on which I stopped.

Thank you for your help.

Best answer by piotrek6116

@gio

Thanks for answer.

I agree for negative rule in work-flow, but found "PlanarityFilter" it's tools usefull.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • October 5, 2018

looks like you are attempting to shave of points which are within 0.03 from the top or 0.03 from the bottom of the point cloud.

As max is...max.. the second rule will yield a negative number.

And maybe there are none within this range yuo set?


piotrek6116
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 6 replies
  • Best Answer
  • October 18, 2018

@gio

Thanks for answer.

I agree for negative rule in work-flow, but found "PlanarityFilter" it's tools usefull.