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

` `

Terrein profielen

Kruisprofielen

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

DEM [raster]

<plaats omschrijving parameter hier>

Lijnen [vector: lijn]

<plaats omschrijving parameter hier>

Afstand profiel [getal]

<plaats omschrijving parameter hier>

Standaard: 10.0

Lengte profiel [getal]

<plaats omschrijving parameter hier>

Standaard: 10.0

Monsters profiel [getal]

<plaats omschrijving parameter hier>

Standaard: 10.0

Uitvoer

Kruisprofielen [vector]

<plaats omschrijving uitvoer hier>

Gebruik van console

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

Zie ook

Profiel uit puntentabel

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

Grid [raster]

<plaats omschrijving parameter hier>

Invoer [tabel]

<plaats omschrijving parameter hier>

X [tabelveld: elk]

<plaats omschrijving parameter hier>

Y [tabelveld: elk]

<plaats omschrijving parameter hier>

Uitvoer

Resultaat [tabel]

<plaats omschrijving uitvoer hier>

Gebruik van console

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

Zie ook

Profielen uit lijnen

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

DEM [raster]

<plaats omschrijving parameter hier>

Waarden [meervoudige invoer: rasters]

Optioneel.

<plaats omschrijving parameter hier>

Lijnen [vector: lijn]

<plaats omschrijving parameter hier>

Naam [tabelveld: elk]

<plaats omschrijving parameter hier>

Elke lijn als nieuw profiel [boolean]

<plaats omschrijving parameter hier>

Standaard: True

Uitvoer

Profielen [vector]

<plaats omschrijving uitvoer hier>

Profielen [vector]

<plaats omschrijving uitvoer hier>

Gebruik van console

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

Zie ook