View source: R/grass_v_out_postgis.R
grass_v_out_postgis | R Documentation |
QGIS Algorithm provided by GRASS v.out.postgis (grass:v.out.postgis). Exports a vector map layer to PostGIS feature table.
grass_v_out_postgis(
input = qgisprocess:::qgis_default_value(),
type = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
output_layer = qgisprocess:::qgis_default_value(),
options = qgisprocess:::qgis_default_value(),
.t = qgisprocess:::qgis_default_value(),
.l = qgisprocess:::qgis_default_value(),
.arg_2 = 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(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
type |
|
output |
|
output_layer |
|
options |
|
.t |
|
.l |
|
.arg_2 |
|
GRASS_REGION_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.