0

How can you use filters to compute the height (Z) of the point in a point view that is higher than 90% of the other points using PDAL?

nickponline
  • 25,354
  • 32
  • 99
  • 167

1 Answers1

0

Maybe you can use pdal's filters.python. In the filter use numpy.percentile to filter for the 90% percentile.

herrwusel
  • 36
  • 4
  • Could you please share a snippet of code how to achieve that and I'll accept your answer. – nickponline Mar 31 '22 at 16:12
  • Will do when the python filters are working in conda again. Currently there seems to be a bug but adding a code snippet is on my agenda! – herrwusel Apr 04 '22 at 05:49