View source: R/qgis_extractzvalues.R
qgis_extractzvalues | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract Z values (native:extractzvalues). Extracts z values (or z value statistics) from geometries into feature attributes. Extracts z values from geometries into feature attributes. By default only the z value from the first vertex of each feature is extracted, however the algorithm can optionally calculate statistics on all of the geometry's z values, including sums, means, and minimums and maximums
qgis_extractzvalues(
INPUT = qgisprocess:::qgis_default_value(),
SUMMARIES = qgisprocess:::qgis_default_value(),
COLUMN_PREFIX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
SUMMARIES |
|
COLUMN_PREFIX |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Extracted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.