pdal/filters_range 1.8.0
alg install pdal/filters_range
Filters.Range
Algorithm Description
The range filter applies rudimentary filtering to the input point cloud based on a set of criteria on the given dimensions. This algorithm is ported from the excellent PDAL - Point Data Abstraction Library. For more information please refer to https://pdal.io.
License
BSD
Homepage
https://pdal.io/stages/filters.range.html#filters-range
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
input_pipeline_json | JSON pipeline which this will be added to. | string | |
limits | A comma-separated list of Ranges. If more than one range is specified for a dimension, the criteria are treated as being logically ORed together. Ranges for different dimensions are treated as being logically ANDed. | string |
Outputs
Name | Description | Data Type |
---|---|---|
output_pipeline_json | Pipeline Json | string |
Versions
- 1.8.0 (current)