|sorumluluk reddi güncelleme|

Vector general

Delete duplicate geometries

Tanım

<put algorithm description here>

Parametreler

Giriş katmanı [vektör: tüm]
<put parameter description here>

Çıkışlar

Output [vector]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:deleteduplicategeometries', input, output)

Ayrıca bakınız

Join attributes by location

Tanım

<put algorithm description here>

Parametreler

Target vector layer [vector: any]
<put parameter description here>
Join vector layer [vector: any]
<put parameter description here>
Attribute summary [selection]

<put parameter description here>

Options:

  • 0 — Take attributes of the first located feature
  • 1 — Take summary of intersecting features

Default: 0

Statistics for summary (comma separated) [string]

<put parameter description here>

Default: sum,mean,min,max,median

Output table [selection]

<put parameter description here>

Options:

  • 0 — Only keep matching records
  • 1 — Keep all records (including non-matching target records)

Default: 0

Çıkışlar

Output layer [vector]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:joinatributesbylocation', target, join, summary, stats, keep, output)

Ayrıca bakınız

Öznitelik tablolarını birleştir

Tanım

<put algorithm description here>

Parametreler

Giriş katmanı [vektör: tüm]
<put parameter description here>
Input layer 2 [table]
<put parameter description here>
Table field [tablefield: any]
<put parameter description here>
Table field 2 [tablefield: any]
<put parameter description here>

Çıkışlar

Output layer [vector]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:joinattributestable', input_layer, input_layer_2, table_field, table_field_2, output_layer)

Ayrıca bakınız

Merge vector layers

Tanım

<put algorithm description here>

Parametreler

Input layer 1 [vector: any]
<put parameter description here>
Input layer 2 [vector: any]
<put parameter description here>

Çıkışlar

Output [vector]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:mergevectorlayers', layer1, layer2, output)

Ayrıca bakınız

Katman kapsamından poligon

Tanım

<put algorithm description here>

Parametreler

Giriş katmanı [vektör: tüm]
<put parameter description here>
Calculate extent for each feature separately [boolean]

<put parameter description here>

Default: False

Çıkışlar

Output layer [vector]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:polygonfromlayerextent', input_layer, by_feature, output)

Ayrıca bakınız

Reproject layer

Tanım

Reprojects a vector layer in a different CRS.

Parametreler

Giriş katmanı [vektör: tüm]
Layer to reproject.
Target CRS [crs]

Destination coordinate reference system.

Default: EPSG:4326

Çıkışlar

Reprojected layer [vector]

sonuç katmanı.

Konsol kullanımı

processing.runalg('qgis:reprojectlayer', input, target_crs, output)

Ayrıca bakınız

Seçili objeleri kaydet

Tanım

Seçili özellikleri yeni katman olarak kaydet

Parametreler

Giriş katmanı [vektör: tüm]

İşlenecek katman.

Çıkışlar

Seçili özelliklerle çıkış katmanı [vektör]

sonuç katmanı.

Konsol kullanımı

processing.runalg('qgis:saveselectedfeatures', input_layer, output_layer)

Ayrıca bakınız

Set style for vector layer

Tanım

<put algorithm description here>

Parametreler

Vector layer [vector: any]
<put parameter description here>
Style file [file]
<put parameter description here>

Çıkışlar

Styled layer [vector]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:setstyleforvectorlayer', input, style)

Ayrıca bakınız

Grid yakalama noktaları

Tanım

<put algorithm description here>

Parametreler

Input Layer [vector: any]
<put parameter description here>
Horizontal spacing [number]

<put parameter description here>

Default: 0.1

Vertical spacing [number]

<put parameter description here>

Default: 0.1

Çıkışlar

Output [vector]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:snappointstogrid', input, hspacing, vspacing, output)

Ayrıca bakınız

Split vector layer

Tanım

<put algorithm description here>

Parametreler

Giriş katmanı [vektör: tüm]
<put parameter description here>
Unique ID field [tablefield: any]
<put parameter description here>

Çıkışlar

Output directory [directory]
<put output description here>

Konsol kullanımı

processing.runalg('qgis:splitvectorlayer', input, field, output)

Ayrıca bakınız