View source: R/grass_v_rectify.R
grass_v_rectify | R Documentation |
QGIS Algorithm provided by GRASS v.rectify (grass:v.rectify). Rectifies a vector by computing a coordinate transformation for each object in the vector based on the control points.
grass_v_rectify(
input = qgisprocess:::qgis_default_value(),
inline_points = qgisprocess:::qgis_default_value(),
points = qgisprocess:::qgis_default_value(),
order = qgisprocess:::qgis_default_value(),
separator = qgisprocess:::qgis_default_value(),
.arg_3 = qgisprocess:::qgis_default_value(),
.o = qgisprocess:::qgis_default_value(),
.b = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
rmsfile = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_OUTPUT_TYPE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_DSCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_LCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_EXPORT_NOCAT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
inline_points |
|
points |
|
order |
|
separator |
|
.arg_3 |
|
.o |
|
.b |
|
output |
|
rmsfile |
|
GRASS_REGION_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
GRASS_OUTPUT_TYPE_PARAMETER |
|
GRASS_VECTOR_DSCO |
|
GRASS_VECTOR_LCO |
|
GRASS_VECTOR_EXPORT_NOCAT |
|
... |
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 - Rectified
rmsfile - outputFile - Root Mean Square errors file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.