View source: R/sagang_crossprofiles.R
sagang_crossprofiles | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Cross profiles (sagang:crossprofiles). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer LINES: Lines Argument type: source Acceptable values: - Path to a vector layer PROFILES: Cross Profiles Argument type: vectorDestination Acceptable values: - Path for new vector layer DIST_LINE: Profile Distance Default value: 10 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression DIST_PROFILE: Profile Length Default value: 10 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression NUM_PROFILE: Profile Samples Default value: 11 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression INTERPOLATION: Interpolation Default value: 3 Argument type: enum Available values: - 0: (0) Nearest Neighbour - 1: (1) Bilinear Interpolation - 2: (2) Bicubic Spline Interpolation - 3: (3) B-Spline Interpolation Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' OUTPUT: Output Default value: 2 Argument type: enum Available values: - 0: (0) vertices - 1: (1) attributes - 2: (2) vertices and attributes Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_crossprofiles(
DEM = qgisprocess:::qgis_default_value(),
LINES = qgisprocess:::qgis_default_value(),
PROFILES = qgisprocess:::qgis_default_value(),
DIST_LINE = qgisprocess:::qgis_default_value(),
DIST_PROFILE = qgisprocess:::qgis_default_value(),
NUM_PROFILE = qgisprocess:::qgis_default_value(),
INTERPOLATION = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
LINES |
|
PROFILES |
|
DIST_LINE |
|
DIST_PROFILE |
|
NUM_PROFILE |
|
INTERPOLATION |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
PROFILES - outputVector - Cross Profiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.