` `
Creates new vector layer that only contains certain features from an input layer. The criteria for adding features to the resulting layer is defined based on the values of an attribute from the input layer.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Opções:
0 — =
Padrão: 0
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
<insira a descrição da saída aqui>
processing.runalg('qgis:extractbyattribute', input, field, operator, value, output)
Creates new vector layer that only contains certain features from an input layer. The criteria for adding features to the resulting layer is defined based on the spatial relationship between each feature and the features in an additional layer.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
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’]
<insira a descrição do parâmetro aqui>
<insira a descrição da saída aqui>
processing.runalg('qgis:extractbylocation', input, intersect, predicates, precision, output)
Takes a vector layer and generates a new one that contains only a subset of the features in the input layer. The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Opções:
0 — Número de feições selecionadas
1 – Percetagem de feições selecionadas
Padrão: 0
<insira a descrição do parâmetro aqui>
Padrão: 10
<insira a descrição da saída aqui>
processing.runalg('qgis:randomextract', input, method, number, output)
Takes a vector layer and generates a new one that contains only a subset of the features in the input layer. The subset is defined randomly, using a percentage or count value to define the total number of features in the subset. The percentage/count value is not applied to the whole layer, but instead to each category. Categories are defined according to a given attribute, which is also specified as an input parameter for the algorithm.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Opções:
0 — Número de feições selecionadas
1 – Percetagem de feições selecionadas
Padrão: 0
<insira a descrição do parâmetro aqui>
Padrão: 10
<insira a descrição da saída aqui>
processing.runalg('qgis:randomextractwithinsubsets', input, field, method, number, output)
Takes a vector layer and selects a subset of its features. No new layer is generated by this algorithm. The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Opções:
0 — Número de feições selecionadas
1 – Percetagem de feições selecionadas
Padrão: 0
<insira a descrição do parâmetro aqui>
Padrão: 10
Same vector input layer with selected features
processing.runalg('qgis:randomselection', input, method, number)
Takes a vector layer and selects a subset of its features. No new layer is generated by this algorithm. The subset is defined randomly, using a percentage or count value to define the total number of features in the subset. The percentage/count value is not applied to the whole layer, but instead to each category. Categories are defined according to a given attribute, which is also specified as an input parameter for the algorithm.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Opções:
0 — Número de feições selecionadas
1 – Percetagem de feições selecionadas
Padrão: 0
<insira a descrição do parâmetro aqui>
Padrão: 10
Same vector input layer with selected features
processing.runalg('qgis:randomselectionwithinsubsets', input, field, method, number)
Removes any features which do not have a geometry from a vector layer. All other features will be copied unchanged.
<insira a descrição do parâmetro aqui>
<insira a descrição da saída aqui>
processing.runalg('qgis:removenullgeometries', input, output)
Creates a selection in a vector layer. The criteria for selected features is defined based on the values of an attribute from the input layer.
Camada para processar
Comparison operator.
Opções:
0 — =
Padrão: 0
Value to compare.
Padrão: (não definido)
Same vector input layer with selected features
processing.runalg('qgis:selectbyattribute', input, field, operator, value)
<Inserir a descrição do algoritmo aqui>
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Value to compare.
Padrão: 0
<insira a descrição do parâmetro aqui>
processing.runalg('qgis:selectbyattributesum', input, field, value)
Creates a selection in a vector layer. The criteria for selecting features is based on a QGIS expression.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
<insira a descrição do parâmetro aqui>
Opções:
Padrão: 0
Same vector input layer with selected features
processing.runalg('qgis:selectbyexpression', layername, expression, method)
Creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
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’]
<insira a descrição do parâmetro aqui>
Opções:
Padrão: 0
Same vector input layer with selected features
processing.runalg('qgis:selectbylocation', input, intersect, predicate, precision, method)