` `
ポリゴンのレイヤーのそれぞれの図形に存在する点の数を数えます。
ポリゴンレイヤー。
ポイントレイヤー。
ポイント番号を含む属性テーブルの列の名前。
デフォルト: NUMPOINTS
ポイント数の新しい列を含む属性テーブルを持つレイヤーを結果として生じます。
processing.runalg('qgis:countpointsinpolygon', polygons, points, field, output)
ポリゴンレイヤーの各特徴の点の数をカウントし、ポリゴンレイヤーの各地物のために選択されたフィールドの平均値を算出します。これらの値は、結果として得られるポリゴンレイヤーの属性テーブルに追加されます。
ポリゴンレイヤー。
ポイントレイヤー。
ポイント属性テーブルの重みフィールド。
新しい加重フィールドの列の名前。
デフォルト: NUMPOINTS
結果のポリゴンレイヤー。
processing.runalg('qgis:countpointsinpolygonweighted', polygons, points, weight, field, output)
ポリゴンレイヤーの中の点の一意の値の数をカウントします。属性テーブルに各地物のユニークな値のカウントを含む列を追加した新しいポリゴンレイヤーを作成します。
ポリゴンレイヤー。
ポイントレイヤー。
選択されたユニークな値の点レイヤーの列名。
結果のポリゴンレイヤーに一意の値の数を含む列名。
デフォルト: NUMPOINTS
結果のポリゴンレイヤー。
processing.runalg('qgis:countuniquepointsinpolygon', polygons, points, classfield, field, output)
<put algorithm description here>
<put parameter description here>
オプション:
0 —線形(N * KX 3)距離行列
1 —標準(N X T)距離行列
2 —概要距離行列(平均、標準偏差、最小、最大)
デフォルト:* 0 *
<put parameter description here>
デフォルト:* 0 *
processing.runalg('qgis:distancematrix', input_layer, input_field, target_layer, target_field, matrix_type, nearest_points, distance_matrix)
<put algorithm description here>
<put parameter description here>
オプション:
0 — ポイント
1 — ハブへのライン
デフォルト:* 0 *
<put parameter description here>
オプション:
0 — メートル
1 — フィート
2 — マイル
3 — キロメートル
4 — レイヤー単位
デフォルト:* 0 *
processing.runalg('qgis:distancetonearesthub', points, hubs, field, geometry, unit, output)
<put algorithm description here>
processing.runalg('qgis:generatepointspixelcentroidsalongline', input_raster, input_vector, output_layer)
<put algorithm description here>
processing.runalg('qgis:generatepointspixelcentroidsinsidepolygons', input_raster, input_vector, output_layer)
ハブを作成し、 ハブポイント レイヤー内の点と一致するレイヤー スポークポイント 上の点から描線と図スポーク。ハブの決意は、各点がハブポイントとスポーク点で スポークIDのfield``上の ``ハブIDのfield 間の一致に基づいていると進みます。
結果のレイヤー。
processing.runalg('qgis:hublines', hubs, hub_field, spokes, spoke_field, output)
属性テーブルのフィールドから開始レイヤーの座標の平均値を算出します。
オプション。
加重平均を実行したい場合に使用するフィールド。
オプション。
平均値の計算が行われるユニークなフィールド。
結果のポイントレイヤー。
processing.runalg('qgis:meancoordinates', points, weight, uid, output)
<put algorithm description here>
processing.runalg('qgis:nearestneighbouranalysis', points, output)
<put algorithm description here>
<put parameter description here>
デフォルト: LENGTH
<put parameter description here>
デフォルト: COUNT
processing.runalg('qgis:sumlinelengths', lines, polygons, len_field, count_field, output)