pdal/filters_stats 1.8.0
alg install pdal/filters_stats
Filters.Stats
Algorithm Description
The stats filter calculates the minimum, maximum and average (mean) values of dimensions. On request it will also provide an enumeration of values of a dimension. The output of the stats filter is metadata that can be stored by writers or used through the PDAL API. Output from the stats filter can also be quickly obtained in JSON format by using the command pdal info --stats.
License
BSD
Homepage
https://pdal.io/stages/filters.stats.html#filters-stats
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
advanced | Calculate advanced statistics (skewness, kurtosis). | string | |
count | Identical to the –enumerate option, but provides a count of the number of points in each enumerated category. | string | |
dimensions | A comma-separated list of dimensions whose statistics should be processed. If not provided, statistics for all dimensions are calculated. | string | |
enumerate | A comma-separated list of dimensions whose values should be enumerated. Note that this list does not add to the list of dimensions that may be provided in the dimensions option. | string | |
global | A comma-separated list of dimensions for which global statistics (median, mad, mode) should be calculated. | string | |
input_pipeline_json | JSON pipeline which this will be added to. | string |
Outputs
Name | Description | Data Type |
---|---|---|
output_pipeline_json | Pipeline Json | string |
Versions
- 1.8.0 (current)