79079254

Date: 2024-10-11 17:47:10
Score: 2
Natty:
Report link

I found a working solution for my needs: filter_poi(las.norm, Z > 1 & Z < (max(Z) - 3))

This code filters the point cloud to display only those values between 1m from ground level and 3m below the highest point, as I was looking for.

I'm sure there are other answers, such as the solution proposed by @Chris in his second comment, but this one feels simpler for me.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Chris
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: regular_fs