Is it possible to select 10% of highest points of a point cloud?
It's a bit more complicataed: Each point belongs to a plot. And I want to keep only 10% of points to each plot. Only if there is more that 10 points in a plot.
For each point I have: ID_plot, ID_point, x, y, z
Is it possible ? If yes how?
Thanks