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

` `

地形水文学

ストリームネットワークをDEMに書き込む。

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
流れ [ラスター]
<put parameter description here>
方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 単にセルの値をイプシロンで減少させる

  • 1 — [1] 隣接セルの最小値からイプシロンを引いたセルの値を下げる

デフォルト: 0

イプシロン [数値]

<put parameter description here>

デフォルト: 1.0

出力

処理されるDEM [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:burnstreamnetworkintodem', dem, stream, method, epsilon, burn)

参照

流域(流れ追跡)

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
窪地排水路 [ラスター]

オプション。

<put parameter description here>

荷重 [ラスター]

オプション。

<put parameter description here>

Material [ラスター]

オプション。

<put parameter description here>

Target [ラスター]

オプション。

<put parameter description here>

ステップ [数値]

<put parameter description here>

デフォルト: 1

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] Rho 8
  • 1 — [1] キネマティック経路アルゴリズム

  • 2 — [2] DEMON

デフォルト: 0

DEMON - Min. DQV [数値]

<put parameter description here>

デフォルト: 0.0

流れ補正 [ブーリアン]

<put parameter description here>

デフォルト:

出力

集水面積 [ラスター]
<put output description here>
集水高さ [ラスター]
<put output description here>
集水斜面 [ラスター]
<put output description here>
Total accumulated Material [ラスター]
<put output description here>
_left_ sideからの累積Material [ラスター]
<put output description here>
_right_ sideからの累積Material [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:catchmentareaflowtracing', elevation, sinkroute, weight, material, target, step, method, mindqv, correct, carea, cheight, cslope, accu_tot, accu_left, accu_right)

参照

流域面積(再帰的)

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
窪地排水路 [ラスター]

オプション。

<put parameter description here>

荷重 [ラスター]

オプション。

<put parameter description here>

Material [ラスター]

オプション。

<put parameter description here>

Target [ラスター]

オプション。

<put parameter description here>

ステップ [数値]

<put parameter description here>

デフォルト: 1

Target Area [ラスター]

オプション。

<put parameter description here>

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 決定性8

  • 1 — [1] Rho 8
  • 2 — [2] 決定性無限

  • 3 — [3] 複数流向

デフォルト: 0

収束 [数値]

<put parameter description here>

デフォルト: 1.1

出力

集水面積 [ラスター]
<put output description here>
集水高さ [ラスター]
<put output description here>
集水斜面 [ラスター]
<put output description here>
Total accumulated Material [ラスター]
<put output description here>
_left_ sideからの累積Material [ラスター]
<put output description here>
_right_ sideからの累積Material [ラスター]
<put output description here>
流れ経路長 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:catchmentarearecursive', elevation, sinkroute, weight, material, target, step, targets, method, convergence, carea, cheight, cslope, accu_tot, accu_left, accu_right, flowlen)

参照

集水地域

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 決定性8

  • 1 — [1] Rho 8
  • 2 — [2] Braunschweiger Reliefmodell
  • 3 — [3] 決定性無限

  • 4 — [4] 複数流向

  • 5 — [5] 複数三角流向

デフォルト: 0

出力

集水面積 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:catchmentarea', elevation, method, carea)

参照

セル均衡

説明

<put algorithm description here>

パラメーター

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

オプション。

<put parameter description here>

デフォルト加重 [数値]

<put parameter description here>

デフォルト: 1.0

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 決定性8

  • 1 — [1] 複数流向

デフォルト: 0

出力

セルバランス [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:cellbalance', dem, weights, weight, method, balance)

参照

エッジ汚染

説明

<put algorithm description here>

パラメーター

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

出力

エッジ汚染 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:edgecontamination', dem, contamination)

参照

窪地を埋める

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
最小勾配 [度] [数値]

<put parameter description here>

デフォルト: 0.01

出力

Filled DEM [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:fillsinks', dem, minslope, result)

参照

窪地を埋める (wang & liu)

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
最小勾配 [度] [数値]

<put parameter description here>

デフォルト: 0.01

出力

Filled DEM [ラスター]
<put output description here>
流れ方向 [ラスター]
<put output description here>
Watershed Basins [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:fillsinkswangliu', elev, minslope, filled, fdir, wshed)

参照

窪地を埋める xxl (wang & liu)

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
最小勾配 [度] [数値]

<put parameter description here>

デフォルト: 0.01

出力

Filled DEM [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:fillsinksxxlwangliu', elev, minslope, filled)

参照

平坦地検出

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
平坦面積値 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 標高

  • 1 — [1] 列挙

デフォルト: 0

出力

平坦地なし [ラスター]
<put output description here>
平坦面積 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:flatdetection', dem, flat_output, noflats, flats)

参照

流路の長さ

説明

<put algorithm description here>

パラメーター

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

オプション。

<put parameter description here>

Seedsのみ [ブール値]

<put parameter description here>

デフォルト:

流れ経路設定アルゴリズム [選択]

<put parameter description here>

オプション:

  • 0 — [0] 決定性8 (D8)

  • 1 — [1] 複数流向 (FD8)

デフォルト: 0

収束(FD8) [数値]

<put parameter description here>

デフォルト: 1.1

出力

流れ経路長 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:flowpathlength', elevation, seed, seeds_only, method, convergence, length)

参照

流れの幅と特定の集水域

説明

<put algorithm description here>

パラメーター

標高 [ラスター]
<put parameter description here>
合計集水面積(TCA) [ラスター]

オプション。

<put parameter description here>

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 決定性8

  • 1 — [1] 複数流向(Quinn et al. 1991)

  • 2 — [2] Aspect

デフォルト: 0

出力

流れ幅 [ラスター]
<put output description here>
特定集水域 (SCA) [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:flowwidthandspecificcatchmentarea', dem, tca, method, width, sca)

参照

湖沼洪水

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
Seeds [ラスター]
<put parameter description here>
絶対水位 [ブール値]

<put parameter description here>

デフォルト:

出力

湖沼 [ラスター]
<put output description here>
表面 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:lakeflood', elev, seeds, level, outdepth, outlevel)

参照

Ls factor

説明

<put algorithm description here>

パラメーター

傾斜 [ラスター]
<put parameter description here>
集水面積 [ラスター]
<put parameter description here>
面積から長さへ変換 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 変換なし(特定の集水域としてすでに与えられている地域)

  • 1 — [1] 1 / セルサイズ(特定の集水域)

  • 2 — [2] 平方根(貯水長)

デフォルト: 0

方法(LS) [選択]

<put parameter description here>

オプション:

  • 0 — [0] Moore et al. 1991
  • 1 — [1] Desmet & Govers 1996
  • 2 — [2] Boehner & Selige 2006

デフォルト: 0

リル/リル間の浸食性 [数値]

<put parameter description here>

デフォルト: 0.0

安定性 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 安定

  • 1 — [1] 不安定(thawing)

デフォルト: 0

出力

LS Factor [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:lsfactor', slope, area, conv, method, erosivity, stability, ls)

参照

SAGA湿潤指数

説明

<put algorithm description here>

パラメーター

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

<put parameter description here>

デフォルト: 10

出力

集水面積 [ラスター]
<put output description here>
集水斜面 [ラスター]
<put output description here>
修正された集水面積 [ラスター]
<put output description here>
湿潤指数 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:sagawetnessindex', dem, t, c, gn, cs, sb)

参照

窪地排水路の検出

説明

<put algorithm description here>

パラメーター

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

<put parameter description here>

デフォルト:

閾値高さ [数値]

<put parameter description here>

デフォルト: 100.0

出力

窪地排水路 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:sinkdrainageroutedetection', elevation, threshold, thrsheight, sinkroute)

参照

窪地除去

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
窪地排水路 [ラスター]

オプション。

<put parameter description here>

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 排水路を深化

  • 1 — [1] 窪地を埋める

デフォルト: 0

閾値 [ブール値]

<put parameter description here>

デフォルト:

閾値高さ [数値]

<put parameter description here>

デフォルト: 100.0

出力

前処理されたDEM [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:sinkremoval', dem, sinkroute, method, threshold, thrsheight, dem_preproc)

参照

斜面長

説明

<put algorithm description here>

パラメーター

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

出力

傾斜長 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:slopelength', dem, length)

参照

流れべき指数

説明

<put algorithm description here>

パラメーター

傾斜 [ラスター]
<put parameter description here>
集水面積 [ラスター]
<put parameter description here>
面積変換 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 変換なし(特定の集水域としてすでに与えられている地域)

  • 1 — [1] 1 / セルサイズ(疑似specific 集水域)

デフォルト: 0

出力

Stream Power Index [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:streampowerindex', slope, area, conv, spi)

参照

地形湿潤指数 (TWI)

説明

<put algorithm description here>

パラメーター

傾斜 [ラスター]
<put parameter description here>
集水面積 [ラスター]
<put parameter description here>
透過率 [ラスター]

オプション。

<put parameter description here>

面積変換 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 変換なし(特定の集水域としてすでに与えられている地域)

  • 1 — [1] 1 / セルサイズ(疑似specific 集水域)

デフォルト: 0

方法(TWI) [選択]

<put parameter description here>

オプション:

  • 0 — [0] 標準

  • 1 — [1] TOPMODEL

デフォルト: 0

出力

地形湿潤指数 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:topographicwetnessindextwi', slope, area, trans, conv, method, twi)

参照

上り坂面積

説明

<put algorithm description here>

パラメーター

Target Area [raster]

オプション。

<put parameter description here>

Target X 座標 [数値]

<put parameter description here>

デフォルト: 0.0

Target Y 座標 [数値]

<put parameter description here>

デフォルト: 0.0

標高 [ラスター]
<put parameter description here>
窪地排水路 [ラスター]

オプション。

<put parameter description here>

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 決定性8

  • 1 — [1] 決定性無限

  • 2 — [2] 複数流向

デフォルト: 0

収束 [数値]

<put parameter description here>

デフォルト: 1.1

出力

上り勾配面積 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:upslopearea', target, target_pt_x, target_pt_y, elevation, sinkroute, method, converge, area)

参照