<put algorithm description here>
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Default: (not set)
processing.runalg('qgis:extractbyattribute', input, field, operator, value, output)
<put algorithm description here>
Condition for the selection. Array of one or more of the following predicates:
For console usage the predicates must be defined as an array of Unicode strings, eg. [u’intersects’,u’contains’]
processing.runalg('qgis:extractbylocation', input, intersect, predicates, output)
<put algorithm description here>
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Default: 10
processing.runalg('qgis:randomextract', input, method, number, output)
<put algorithm description here>
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Default: 10
processing.runalg('qgis:randomextractwithinsubsets', input, field, method, number, output)
<put algorithm description here>
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Default: 10
processing.runalg('qgis:randomselection', input, method, number)
<put algorithm description here>
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Default: 10
processing.runalg('qgis:randomselectionwithinsubsets', input, field, method, number)
Selects and saves as new layer all features from input layer that satisfy condition.
NOTE: algorithm is case-sensitive (“qgis” is different from “Qgis” and “QGIS”)
İşlenecek katman.
Comparison operator.
Options:
Default: 0
Value to compare.
Default: (not set)
sonuç katmanı.
processing.runalg('qgis:selectbyattribute', input, field, operator, value, output)
<put algorithm description here>
<put parameter description here>
Default: (not set)
<put parameter description here>
Options:
Default: 0
processing.runalg('qgis:selectbyexpression', layername, expression, method)
<put algorithm description here>
Condition for the selection. Array of one or more of the following predicates:
For console usage the precicates must be defined as an array of Unicode strings, eg. [u’intersects’,u’contains’]
<put parameter description here>
Options:
Default: 0
processing.runalg('qgis:selectbylocation', input, intersect, predicate, method)