Outdated version of the documentation. Find the latest one here.

` `

グリッドツール

集計

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
集計サイズ [数値]

<put parameter description here>

デフォルト: 3

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 総和

  • 1 — [1] 最小

  • 2 — [2] 最大

デフォルト: 0

出力

コンソールの使用方法

processing.runalg('saga:aggregate', input, size, method)

参照

グリッド値の変更

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
条件を置換 [選択]

<put parameter description here>

オプション:

  • 0 — [0] グリッド値は低値に等しい

  • 1 — [1] 低値 < グリッド値 < 高値

  • 2 — [2] 低値 <= グリッド値 < 高値

デフォルト: 0

ルックアップテーブル [固定テーブル]
<put parameter description here>

出力

変更されたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:changegridvalues', grid_in, method, lookup, grid_out)

参照

ギャップを閉じる

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
Mask [ラスター]

オプション。

<put parameter description here>

張力閾値 [数値]

<put parameter description here>

デフォルト: 0.1

出力

変更されたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:closegaps', input, mask, threshold, result)

参照

ギャップをスプラインで閉じる

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
Mask [ラスター]

オプション。

<put parameter description here>

Less Cellsのギャップだけ処理 [数値]

<put parameter description here>

デフォルト: 0

最大点 [数値]

<put parameter description here>

デフォルト: 1000

局所補間のための点の数 [数値]

<put parameter description here>

デフォルト: 10

拡張された近隣 [ブール値]

<put parameter description here>

デフォルト:

近隣 [選択]

<put parameter description here>

オプション:

  • 0 — [0] Neumann
  • 1 — [1] Moore

デフォルト: 0

半径 (セル) [数値]

<put parameter description here>

デフォルト: 0

弛緩 [数値]

<put parameter description here>

デフォルト: 0.0

出力

ギャップを閉じるグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:closegapswithspline', grid, mask, maxgapcells, maxpoints, localpoints, extended, neighbours, radius, relaxation, closed)

参照

1セルのギャップを閉じる

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>

出力

変更されたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:closeonecellgaps', input, result)

参照

データ格納タイプの変換

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
データ格納タイプ [選択]

<put parameter description here>

オプション:

  • 0 — [0] ビット

  • 1 — [1] 符号なし1バイト整数

  • 2 — [2] 符号付1バイト整数

  • 3 — [3] 符号なし2バイト整数

  • 4 — [4] 符号付1バイト整数

  • 5 — [5] 符号なし4バイト整数

  • 6 — [6] 符号付4バイト整数

  • 7 — [7] 4バイト浮動小数

  • 8 — [8] 8 バイト浮動小数

デフォルト: 0

出力

変換されたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:convertdatastoragetype', input, type, output)

参照

Crop to data

説明

<put algorithm description here>

パラメーター

入力レイヤー [ラスター]
<put parameter description here>

出力

クロップされたレイヤー [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:croptodata', input, output)

参照

グリッドバッファ

説明

<put algorithm description here>

パラメーター

地物のグリッド [ラスター]
<put parameter description here>
距離 [数値]

<put parameter description here>

デフォルト: 1000

バッファ距離 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 固定

  • 1 — [1] セル値

デフォルト: 0

出力

バッファグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:gridbuffer', features, dist, buffertype, buffer)

参照

グリッドのマスク

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
Mask [ラスター]
<put parameter description here>

出力

マスクされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:gridmasking', grid, mask, masked)

参照

グリッド方向

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] コピー

  • 1 — [1] 反転

  • 2 — [2] 鏡像

  • 3 — [3] 逆転

デフォルト: 0

出力

変更されたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:gridorientation', input, method, result)

参照

グリッド近接バッファ

説明

<put algorithm description here>

パラメーター

元グリッド [ラスター]
<put parameter description here>
バッファ距離 [数値]

<put parameter description here>

デフォルト: 500.0

等距 [数値]

<put parameter description here>

デフォルト: 100.0

出力

距離グリッド [ラスター]
<put output description here>
Allocation Grid [ラスター]
<put output description here>
バッファグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:gridproximitybuffer', source, dist, ival, distance, alloc, buffer)

参照

グリッドの縮小/拡大

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
演算 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 縮小

  • 1 — [1] 拡大

デフォルト: 0

検索モード [選択]

<put parameter description here>

オプション:

  • 0 — [0] 方形

  • 1 — [1] 円形

デフォルト: 0

半径 [数値]

<put parameter description here>

デフォルト: 1

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] min
  • 1 — [1] max
  • 2 — [2] 平均

  • 3 — [3] 多数

デフォルト: 0

出力

結果グリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:gridshrinkexpand', input, operation, mode, radius, method_expand, result)

参照

Invert data/no-data

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>

出力

結果 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:invertdatanodata', input, output)

参照

ラスターレイヤーをマージ

説明

<put algorithm description here>

パラメーター

マージするグリッド [複数入力:ラスター]
<put parameter description here>
Preferred データ格納タイプ [選択]

<put parameter description here>

オプション:

  • 0 — [0] 1ビット

  • 1 — [1] 1バイト符号なし整数

  • 2 — [2] 1バイト符号付整数

  • 3 — [3] 2バイト符号なし整数

  • 4 — [4] 2バイト符号付整数

  • 5 — [5] 4バイト符号なし整数

  • 6 — [6] 4 バイト符号付整数

  • 7 — [7] 4バイト浮動小数

  • 8 — [8] 8 バイト浮動小数

デフォルト: 0

補間 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 最近傍

  • 1 — [1]双線形補間

  • 2 — [2]逆距離補間

  • 3 — [3]双三次スプライン補間

  • 4 — [4] B-スプライン補間

デフォルト: 0

重なるセル [選択]

<put parameter description here>

オプション:

  • 0 — [0] 平均値

  • 1 — [1] グリッドリスト中で最初の値

デフォルト: 0

出力

マージされるグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:mergerasterlayers', grids, type, interpol, overlap, merged)

参照

パッチ作成

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
パッチグリッド [ラスター]
<put parameter description here>
補間方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 最近傍

  • 1 — [1]双線形補間

  • 2 — [2]逆距離補間

  • 3 — [3]双三次スプライン補間

  • 4 — [4] B-スプライン補間

デフォルト: 0

出力

Completed グリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:patching', original, additional, interpolation, completed)

参照

近接性グリッド

説明

<put algorithm description here>

パラメーター

地物 [ラスター]
<put parameter description here>

出力

距離 [ラスター]
<put output description here>
方向 [ラスター]
<put output description here>
Allocation [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:proximitygrid', features, distance, direction, allocation)

参照

グリッド値の再分類

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] single
  • 1 — [1] range
  • 2 — [2] 単純なテーブル

デフォルト: 0

古い値(single 値変更に対する) [数値]

<put parameter description here>

デフォルト: 0.0

新しい値(single 値変更に対する) [数値]

<put parameter description here>

デフォルト: 1.0

演算子(単一値変更に対する) [選択]

<put parameter description here>

オプション:

  • 0 — [0] =
  • 1 — [1] <
  • 2 — [2] <=
  • 3 — [3] >=
  • 4 — [4] >

デフォルト: 0

最小値(範囲に対する) [数値]

<put parameter description here>

デフォルト: 0.0

最大値(範囲に対する) [数値]

<put parameter description here>

デフォルト: 1.0

新しい値(rangeに対する) [数値]

<put parameter description here>

デフォルト: 2.0

演算子(範囲に対する) [選択]

<put parameter description here>

オプション:

  • 0 — [0] <=
  • 1 — [1] <

デフォルト: 0

ルックアップテーブル [固定テーブル]
<put parameter description here>
operator (for table) [selection]

<put parameter description here>

オプション:

  • 0 — [0] min <= value < max
  • 1 — [1] min <= value <= max
  • 2 — [2] min < value <= max
  • 3 — [3] min < value < max

デフォルト: 0

データなし値を置換 [ブール値]

<put parameter description here>

デフォルト:

データなし値に対する新しい値 [数値]

<put parameter description here>

デフォルト: 0.0

他の値を置換 [ブール値]

<put parameter description here>

デフォルト:

他の値に対する新しい値 [数値]

<put parameter description here>

デフォルト: 0.0

出力

再分類されたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:reclassifygridvalues', input, method, old, new, soperator, min, max, rnew, roperator, retab, toperator, nodataopt, nodata, otheropt, others, result)

参照

Resampling

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
データ型を保存 [ブール値]

<put parameter description here>

デフォルト:

先グリッド [選択]

<put parameter description here>

オプション:

  • 0 — [0] ユーザー定義

デフォルト: 0

補間方法(Scale Up) [選択]

<put parameter description here>

オプション:

  • 0 — [0] 最近傍

  • 1 — [1]双線形補間

  • 2 — [2]逆距離補間

  • 3 — [3]双三次スプライン補間

  • 4 — [4] B-スプライン補間

  • 5 — [5] Mean Value
  • 6 — [6] 平均値(セルarea 加重あり)

  • 7 — [7] Minimum Value
  • 8 — [8] Maximum Value
  • 9 — [9] Majority

デフォルト: 0

補間方法(Scale Down) [選択]

<put parameter description here>

オプション:

  • 0 — [0] 最近傍

  • 1 — [1]双線形補間

  • 2 — [2]逆距離補間

  • 3 — [3]双三次スプライン補間

  • 4 — [4] B-スプライン補間

デフォルト: 0

出力範囲 [範囲]

<put parameter description here>

デフォルト: 0,1,0,1

セルサイズ [数値]

<put parameter description here>

デフォルト: 100.0

出力

グリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:resampling', input, keep_type, target, scale_up_method, scale_down_method, output_extent, user_size, user_grid)

参照

Sort grid

説明

<put algorithm description here>

パラメーター

入力グリッド [ラスター]
<put parameter description here>
降順並べ替え [ブール値]

<put parameter description here>

デフォルト:

出力

整列されたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:sortgrid', grid, down, output)

参照

Split RGB bands

説明

<put algorithm description here>

パラメーター

入力レイヤー [ラスター]
<put parameter description here>

出力

出力Rバンドレイヤー [ラスター]
<put output description here>
出力Gバンドレイヤー [ラスター]
<put output description here>
出力Bバンドレイヤー [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:splitrgbbands', input, r, g, b)

参照

Threshold buffer

説明

<put algorithm description here>

パラメーター

地物のグリッド [ラスター]
<put parameter description here>
値グリッド [ラスター]
<put parameter description here>
閾グリッド [ラスター]

オプション。

<put parameter description here>

閾値 [数値]

<put parameter description here>

デフォルト: 0.0

閾値タイプ [選択]

<put parameter description here>

オプション:

  • 0 — [0] Absolute
  • 1 — [1] Relative from cell value

デフォルト: 0

出力

バッファグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:thresholdbuffer', features, value, thresholdgrid, threshold, thresholdtype, buffer)

参照