View source: R/qgis_distancetonearesthubpoints.R
qgis_distancetonearesthubpoints | R Documentation |
QGIS Algorithm provided by QGIS Distance to nearest hub (points) (qgis:distancetonearesthubpoints). Given an origin and a destination layers, this algorithm computes the distance between origin features and their closest destination one. Distance calculations are based on the features center. The resulting layer contains origin features center point with an additional field indicating the identifier of the nearest destination feature and the distance to it.
qgis_distancetonearesthubpoints(
INPUT = qgisprocess:::qgis_default_value(),
HUBS = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
UNIT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
HUBS |
|
FIELD |
|
UNIT |
|
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 - Hub distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.