View source: R/qgis_splitlinesbylength.R
qgis_splitlinesbylength | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Split lines by maximum length (native:splitlinesbylength). Splits lines into parts which are no longer than a specified length. This algorithm takes a line (or curve) layer and splits each feature into multiple parts, where each part is of a specified maximum length. Z and M values at the start and end of the new line substrings are linearly interpolated from existing values. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_splitlinesbylength(
INPUT = qgisprocess:::qgis_default_value(),
LENGTH = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
LENGTH |
|
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 - Split
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.