mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Additional options for aggregate statistics, based on https://grass.osgeo.org/grass82/manuals/v.neighbors.html
9 lines
666 B
Plaintext
9 lines
666 B
Plaintext
v.neighbors
|
|
Makes each cell value a function of attribute values and stores in an output raster map.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFeatureSource|input|Input vector layer|-1|None|False
|
|
QgsProcessingParameterEnum|method|Method for aggregate statistics (count if non given)|count;sum;average;median;mode;minimum;maximum;range;stddev;variance;diversity|False|0|False
|
|
QgsProcessingParameterField|points_column|Column name of points map to use for statistics|None|input|0|False|True
|
|
QgsProcessingParameterNumber|size|Neighborhood diameter in map units|QgsProcessingParameterNumber.Double|0.1|False|0.0|None
|
|
QgsProcessingParameterRasterDestination|output|Neighborhood
|