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

` `

Terrain profiles

Cross profiles

Tanım

<put algorithm description here>

Parametreler

DEM [raster]
<put parameter description here>
Lines [vector: line]
<put parameter description here>
Profile Distance [number]

<put parameter description here>

Default: 10.0

Profile Length [number]

<put parameter description here>

Default: 10.0

Profile Samples [number]

<put parameter description here>

Default: 10.0

Çıkışlar

Cross Profiles [vector]
<put output description here>

Konsol kullanımı

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

Ayrıca bakınız

Profile from points table

Tanım

<put algorithm description here>

Parametreler

Grid [raster]
<put parameter description here>
Input [table]
<put parameter description here>
X [tablefield: any]
<put parameter description here>
Y [tablefield: any]
<put parameter description here>

Çıkışlar

Result [table]
<put output description here>

Konsol kullanımı

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

Ayrıca bakınız

Profiles from lines

Tanım

<put algorithm description here>

Parametreler

DEM [raster]
<put parameter description here>
Values [multipleinput: rasters]

Optional.

<put parameter description here>

Lines [vector: line]
<put parameter description here>
Name [tablefield: any]
<put parameter description here>
Each Line as new Profile [boolean]

<put parameter description here>

Default: True

Çıkışlar

Profiles [vector]
<put output description here>
Profiles [vector]
<put output description here>

Konsol kullanımı

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

Ayrıca bakınız