Filter pointcloud by dimension
- pointcloud.filter.range
Input:
- pointclouds – Pointcloud
- limits – String
Output:
- output – Pointcloud
Selects from all points only those that match the specified limit. The limit is a comma-separated list of PDAL ranges.
Examples: Z[0:100],Z[200:300]
or ReturnNumber[1:1]