` `
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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Options :
6 — commence par
7 — contient
Par défaut : 0
<mettre la description du paramètre ici>
Par défaut : (non défini)
<mettre une description de la sortie ici>
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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Condition pour la sélection. Table d’un ou plusieurs des prédicats qui suivent :
est disjoint
intersecte
contient
est égal
touche
chevauche
à l’intérieur
croise
Pour l’usage dans la console les prédicats doivent être définis comme une table de chaînes Unicode, par ex. [u’intersects’,u’contains’]
<mettre la description du paramètre ici>
<mettre une description de la sortie ici>
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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Options :
0 — Nombre d’entités sélectionnées
1 — Pourcentage d’entités sélectionnées
Par défaut : 0
<mettre la description du paramètre ici>
Par défaut : 10
<mettre une description de la sortie ici>
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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Options :
0 — Nombre d’entités sélectionnées
1 — Pourcentage d’entités sélectionnées
Par défaut : 0
<mettre la description du paramètre ici>
Par défaut : 10
<mettre une description de la sortie ici>
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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Options :
0 — Nombre d’entités sélectionnées
1 — Pourcentage d’entités sélectionnées
Par défaut : 0
<mettre la description du paramètre ici>
Par défaut : 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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Options :
0 — Nombre d’entités sélectionnées
1 — Pourcentage d’entités sélectionnées
Par défaut : 0
<mettre la description du paramètre ici>
Par défaut : 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.
<mettre la description du paramètre ici>
<mettre une description de la sortie ici>
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.
Couche à traiter.
Champ sur lequel effectuer la sélection.
Opérateur de comparaison.
Options :
6 — commence par
7 — contient
Par défaut : 0
Valeur à comparer.
Par défaut : (non défini)
Same vector input layer with selected features
processing.runalg('qgis:selectbyattribute', input, field, operator, value)
<mettre la description de l’algorithme ici>
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Valeur à comparer.
Par défaut : 0
<mettre la description du paramètre ici>
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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Par défaut : (non défini)
<mettre la description du paramètre ici>
Options :
0 — créant une nouvelle sélection
1 — ajoutant à la sélection actuelle
2 — supprimant de la sélection actuelle
Par défaut : 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.
<mettre la description du paramètre ici>
<mettre la description du paramètre ici>
Condition pour la sélection. Table d’un ou plusieurs des prédicats qui suivent :
est disjoint
intersecte
contient
est égal
touche
chevauche
à l’intérieur
croise
Pour l’usage dans la console les prédicats doivent être définis comme une table de chaînes Unicode, par ex. [u’intersects’,u’contains’]
<mettre la description du paramètre ici>
Options :
0 — créant une nouvelle sélection
1 — ajoutant à la sélection actuelle
2 — supprimant de la sélection actuelle
Par défaut : 0
Same vector input layer with selected features
processing.runalg('qgis:selectbylocation', input, intersect, predicate, precision, method)