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

` `

地形断面

横断面

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
Lines [vector: line]
<put parameter description here>
Profile 距離 [数値]

<put parameter description here>

デフォルト: 10.0

断面長 [数値]

<put parameter description here>

デフォルト: 10.0

断面サンプル [数値]

<put parameter description here>

デフォルト: 10.0

出力

横断面 [ベクター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:crossprofiles', dem, lines, dist_line, dist_profile, num_profile, profiles)

参照

ポイントテーブルからの断面図

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
入力 [テーブル]
<put parameter description here>
X [テーブルのフィールド: 任意]
<put parameter description here>
Y [テーブルフィールド: 任意]
<put parameter description here>

出力

結果 [テーブル]
<put output description here>

コンソールの使用方法

processing.runalg('saga:profilefrompointstable', grid, table, x, y, result)

参照

ラインから断面図の作成

説明

<put algorithm description here>

パラメーター

DEM [ラスター]
<put parameter description here>
[複数入力:ラスター]

オプション。

<put parameter description here>

Lines [vector: line]
<put parameter description here>
名前 [テーブルのフィールド: 任意]
<put parameter description here>
Each Line as new Profile [ブール値]

<put parameter description here>

デフォルト:

出力

断面 [ベクター]
<put output description here>
断面 [ベクター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:profilesfromlines', dem, values, lines, name, split, profile, profiles)

参照