View source: R/qgis_pointstopath.R
qgis_pointstopath | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Points to path (native:pointstopath). This algorithm takes a point layer and connects its features creating a new line layer. An attribute or expression may be specified to define the order the points should be connected. If no order expression is specified, the feature ID is used. A natural sort can be used when sorting by a string attribute or expression (ie. place 'a9' before 'a10'). An attribute or expression can be selected to group points having the same value into the same resulting line.
qgis_pointstopath(
INPUT = qgisprocess:::qgis_default_value(),
CLOSE_PATH = qgisprocess:::qgis_default_value(),
ORDER_EXPRESSION = qgisprocess:::qgis_default_value(),
NATURAL_SORT = qgisprocess:::qgis_default_value(),
GROUP_EXPRESSION = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
OUTPUT_TEXT_DIR = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
CLOSE_PATH |
|
ORDER_EXPRESSION |
|
NATURAL_SORT |
|
GROUP_EXPRESSION |
|
OUTPUT |
|
OUTPUT_TEXT_DIR |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
NUM_PATHS - outputNumber - Number of paths
OUTPUT - outputVector - Paths
OUTPUT_TEXT_DIR - outputFolder - Directory for text output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.