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

` `

地形水路

水路ネットワークと排水池

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
閾値 [数値]

<put parameter description here>

デフォルト: 5.0

出力

流れ方向 [ラスター]
<put output description here>
流れ連結度 [ラスター]
<put output description here>
ストラー次数 [ラスター]
<put output description here>
排水域 [ラスター]
<put output description here>
水路 [ベクター]
<put output description here>
排水域 [ベクター]
<put output description here>
合流点 [ベクター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:channelnetworkanddrainagebasins', dem, threshold, direction, connection, order, basin, segments, basins, nodes)

参照

水路ネットワーク

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
流れ方向 [ラスター]

オプション。

<put parameter description here>

開始グリッド [ラスター]
<put parameter description here>
初期化タイプ [選択]

<put parameter description here>

オプション:

  • 0 — [0] より小さい

  • 1 — [1] 等しい

  • 2 — [2] より大きい

デフォルト: 0

開始閾値 [数値]

<put parameter description here>

デフォルト: 0.0

発散 [ラスター]

オプション。

<put parameter description here>

Tracing:最大発散 [数値]

<put parameter description here>

デフォルト: 10

Tracing: 荷重 [ラスター]

オプション。

<put parameter description here>

最小セグメント長 [数値]

<put parameter description here>

デフォルト: 10

出力

水路ネットワーク [ラスター]
<put output description here>
水路方向 [ラスター]
<put output description here>
水路ネットワーク [ベクター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:channelnetwork', elevation, sinkroute, init_grid, init_method, init_value, div_grid, div_cells, trace_weight, minlen, chnlntwrk, chnlroute, shapes)

参照

水路ネットワークへの地表流距離

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
水路ネットワーク [ラスター]
<put parameter description here>
流れアルゴリズム [選択]

<put parameter description here>

オプション:

  • 0 — [0] D8
  • 1 — [1] MFD

デフォルト: 0

出力

地表流距離 [ラスター]
<put output description here>
垂直地表流距離 [ラスター]
<put output description here>
水平地表流距離 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:overlandflowdistancetochannelnetwork', elevation, channels, method, distance, distvert, disthorz)

参照

ストラー次数

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>

出力

ストラー次数 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:strahlerorder', dem, strahler)

参照

水路ネットワークへの垂直距離

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
水路ネットワーク [ラスター]
<put parameter description here>
張力閾値[セルサイズのパーセント] [数値]

<put parameter description here>

デフォルト: 1

地表下のBaseレベルを維持する [ブール値]

<put parameter description here>

デフォルト:

出力

水路ネットワークへの垂直距離 [ラスター]
<put output description here>
水路ネットワーク Base レベル [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:verticaldistancetochannelnetwork', elevation, channels, threshold, nounderground, distance, baselevel)

参照

流域

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
水路ネットワーク [ラスター]
<put parameter description here>
窪地排水路 [ラスター]

オプション。

<put parameter description here>

最小サイズ [数値]

<put parameter description here>

デフォルト: 0

出力

流域 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:watershedbasins', elevation, channels, sinkroute, minsize, basins)

参照