View source: R/sagang_gridvaluesandpolygonattributestopoints.R
sagang_gridvaluesandpolygonattributestopoints | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Grid values and polygon attributes to points (sagang:gridvaluesandpolygonattributestopoints). —————- Arguments —————- GRID: Grid Argument type: raster Acceptable values: - Path to a raster layer POLYGONS: Polygons Argument type: source Acceptable values: - Path to a vector layer ATTRIBUTE: Attribute Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names POINTS: Points Table Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_gridvaluesandpolygonattributestopoints(
GRID = qgisprocess:::qgis_default_value(),
POLYGONS = qgisprocess:::qgis_default_value(),
ATTRIBUTE = qgisprocess:::qgis_default_value(),
POINTS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRID |
|
POLYGONS |
|
ATTRIBUTE |
|
POINTS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
POINTS - outputVector - Points Table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.