` `
<put algorithm description here>
processing.runalg('qgis:addautoincrementalfield', input, output)
<put algorithm description here>
<put parameter description here>
デフォルト: (設定されていません)
<put parameter description here>
オプション:
デフォルト: 0
<put parameter description here>
デフォルト: 10
<put parameter description here>
デフォルト: 0
processing.runalg('qgis:addfieldtoattributestable', input_layer, field_name, field_type, field_length, field_precision, output_layer)
<put algorithm description here>
<put parameter description here>
デフォルト: NewField
<put parameter description here>
オプション:
デフォルト: 0
<put parameter description here>
デフォルト: 10
<put parameter description here>
デフォルト: 0
オプション。
<put parameter description here>
デフォルト: (設定されていません)
<put parameter description here>
Default: value =
processing.runalg('qgis:advancedpythonfieldcalculator', input_layer, field_name, field_type, field_length, field_precision, global, formula, output_layer)
<put algorithm description here>
processing.runalg('qgis:basicstatisticsfornumericfields', input_layer, field_name, output_html_file)
<put algorithm description here>
processing.runalg('qgis:basicstatisticsfortextfields', input_layer, field_name, output_html_file)
<put algorithm description here>
processing.runalg('qgis:createequivalentnumericalfield', input, field, output)
<put algorithm description here>
processing.runalg('qgis:deletecolumn', input, column, output)
<put algorithm description here>
<put parameter description here>
オプション:
0 — レイヤCRS
1 — プロジェクトCRS
2 —楕円
デフォルト: 0
processing.runalg('qgis:exportaddgeometrycolumns', input, calc_method, output)
<put algorithm description here>
<put parameter description here>
デフォルト: (設定されていません)
<put parameter description here>
オプション:
0 — 浮動小数
1 —整数
3 — 日付
デフォルト: 0
<put parameter description here>
デフォルト: 10
<put parameter description here>
デフォルト: 3
<put parameter description here>
デフォルト:真
<put parameter description here>
デフォルト: (設定されていません)
processing.runalg('qgis:fieldcalculator', input_layer, field_name, field_type, field_length, field_precision, new_field, formula, output_layer)
属性テーブルフィールドの一意の値をリストし、その数を数えます。
分析するレイヤー。
分析するフィールド。
HTML形式の解析結果。
指定されたフィールドの一意の値の合計数。
指定されたフィールドのすべての一意の値のリスト。
processing.runalg('qgis:listuniquevalues', input_layer, field_name, output)
<put algorithm description here>
processing.runalg('qgis:numberofuniquevaluesinclasses', input, class_field, value_field, output)
レイヤーフィールドをリファクタリング
フィールド名と型を変更します。
フィールドを追加および削除します。
フィールドの並べ替え。
式に基づいて新しいフィールドを計算します。
別レイヤーからフィールドリストをロード
宛先レイヤー
processing.runalg("qgis:refactorfields",
input,
[{'name': output_field_name,
'type': output_field_type,
'length': output_field_length,
'precision': output_field_precision,
'expression': expression_based_on_input_layer
}],
output)
<put algorithm description here>
processing.runalg('qgis:statisticsbycategories', input_layer, values_field_name, categories_field_name, output)