` `
<put algorithm description here>
processing.runalg('qgis:deleteduplicategeometries', input, output)
This algorithm allows to execute an SQL query on a set of input vector layers thanks to the virtual layer provider.
Geometry types:
processing.runalg('qgis:executesql', inputs, query, uid, geom_field, geom_type, crs)
<put algorithm description here>
Predicate name or list of predicate names interpreted in an OR like manner.
Possible values: [‘intersects’, ‘contains’, ‘equals’, ‘touches’, ‘overlaps’, ‘within’, ‘crosses’]
Default: []
<put parameter description here>
Options:
Default: 0
Optional.
<put parameter description here>
Default: sum,mean,min,max,median
<put parameter description here>
Options:
Default: 0
processing.runalg('qgis:joinattributesbylocation', target, join, predicate, summary, stats, keep, output)
<put algorithm description here>
processing.runalg('qgis:joinattributestable', input_layer, input_layer_2, table_field, table_field_2, output_layer)
<put algorithm description here>
processing.runalg('qgis:mergevectorlayers', layer1, layer2, output)
This algorithm merge the layers of different data sources in a single vrt file This algorithm is especially useful in case another algorithm needs multiple layers but accept only one vrt in which the layers are specified
Overwrite VRT if it’s already exist
Default: False
processing.runalg('qgis:mergedatasourcesinvrt', input_datasources, input_overwrite_flag, output_vrt_file)
<put algorithm description here>
<put parameter description here>
Default: False
processing.runalg('qgis:polygonfromlayerextent', input_layer, by_feature, output)
Reprojects a vector layer in a different CRS.
Destination coordinate reference system.
Default: EPSG:4326
sonuç katmanı.
processing.runalg('qgis:reprojectlayer', input, target_crs, output)
Seçili özellikleri yeni katman olarak kaydet
İşlenecek katman.
sonuç katmanı.
processing.runalg('qgis:saveselectedfeatures', input_layer, output_layer)
<put algorithm description here>
processing.runalg('qgis:setstyleforvectorlayer', input, style)
<put algorithm description here>
<put parameter description here>
Default: 0.1
<put parameter description here>
Default: 0.1
processing.runalg('qgis:snappointstogrid', input, hspacing, vspacing, output)
<put algorithm description here>
processing.runalg('qgis:splitvectorlayer', input, field, output)
Return an oriented minimum bounding Box layer by using the rotating calipers algorithm.
<put parameter description here>
Default: True
sonuç katmanı.
processing.runalg("qgis:orientedminimumboundingbox", input , by_feature, output)