QGIS/python/plugins/processing/algs/saga/description/2.2.2/RemoveDuplicatePoints.txt
volaya f2c7522649 [processing] added descriptions for SAGA 2.2.2
This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes
2015-10-20 08:07:24 +02:00

8 lines
503 B
Plaintext

Remove Duplicate Points
shapes_points
ParameterVector|POINTS|Points|-1|False
ParameterTableField|FIELD|Attribute|POINTS|-1|False
ParameterSelection|METHOD|Point to Keep|[0] first point;[1] last point;[2] point with minimum attribute value;[3] point with maximum attribute value
ParameterSelection|NUMERIC|Numeric Attribute Values|[0] take value from the point to be kept;[1] minimum value of all duplicates;[2] maximum value of all duplicates;[3] mean value of all duplicates
OutputVector|RESULT|Result