View source: R/qgis_climbalongline.R
qgis_climbalongline | R Documentation |
QGIS Algorithm provided by QGIS Climb along line (qgis:climbalongline). This algorithm calculates the total climb and descent along line geometries. Input layers must have Z values present. If Z values are not available, the "Drape" (set Z value from raster) algorithm may be used to add Z values from a DEM layer. The output layer is a copy of the input layer with additional fields that contain the total climb, total descent, the minimum elevation and the maximum elevation for each line geometry. If the input layer contains fields with the same names as these added fields, they will be renamed (field names will be altered to "name_2", "name_3", etc, finding the first non-duplicate name).
qgis_climbalongline(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
MAXELEVATION - outputNumber - Maximum elevation
MINELEVATION - outputNumber - Minimum elevation
OUTPUT - outputVector - Climb layer
TOTALCLIMB - outputNumber - Total climb
TOTALDESCENT - outputNumber - Total descent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.