QGIS/python/plugins/processing/algs/qgis/help/randomselectionwithinsubsets.rst
Victor Olaya 15e923820f [processing] added help files for algs in qgis group
Most help files missing content
2014-06-08 20:00:03 +02:00

37 lines
567 B
ReStructuredText

RANDOM SELECTION WITHIN SUBSETS
===============================
Description
-----------
Parameters
----------
- ``Input layer[Vector]``:
- ``ID Field[TableField]``:
- ``Method[Selection]``:
- ``Number/percentage of selected features[Number]``:
Outputs
-------
- ``Selection[Vector]``:
See also
---------
Console usage
-------------
::
processing.runalg('qgis:randomselectionwithinsubsets', input, field, method, number)
Available options for selection parameters:
method(Method)
0 - Number of selected features
1 - Percentage of selected features