` `
<알고리즘 설명 추가할 것>
DEM
[raster]<파라미터 설명 추가할 것>
Lines
[vector: line]<파라미터 설명 추가할 것>
Profile Distance
[number]<파라미터 설명 추가할 것>
기본값: 10.0
Profile Length
[number]<파라미터 설명 추가할 것>
기본값: 10.0
Profile Samples
[number]<파라미터 설명 추가할 것>
기본값: 10.0
Cross Profiles
[vector]<산출물 설명 추가할 것>
processing.runalg('saga:crossprofiles', dem, lines, dist_line, dist_profile, num_profile, profiles)
<알고리즘 설명 추가할 것>
Grid
[raster]<파라미터 설명 추가할 것>
Input
[table]<파라미터 설명 추가할 것>
X
[tablefield: any]<파라미터 설명 추가할 것>
Y
[tablefield: any]<파라미터 설명 추가할 것>
Result
[table]<산출물 설명 추가할 것>
processing.runalg('saga:profilefrompointstable', grid, table, x, y, result)
<알고리즘 설명 추가할 것>
DEM
[raster]<파라미터 설명 추가할 것>
Values
[multipleinput: rasters]부가적인 파라미터입니다.
<파라미터 설명 추가할 것>
Lines
[vector: line]<파라미터 설명 추가할 것>
Name
[tablefield: any]<파라미터 설명 추가할 것>
Each Line as new Profile
[boolean]<파라미터 설명 추가할 것>
기본값: True
Profiles
[vector]<산출물 설명 추가할 것>
Profiles
[vector]<산출물 설명 추가할 것>
processing.runalg('saga:profilesfromlines', dem, values, lines, name, split, profile, profiles)