View source: R/qgis_randompointsinsidepolygons.R
qgis_randompointsinsidepolygons | R Documentation |
QGIS Algorithm provided by QGIS Random points inside polygons (qgis:randompointsinsidepolygons). This algorithm creates a new point layer with random points inside the polygons of a given layer. The number of points in each polygon can be defined as a fixed count or as a density value. The count/density value could also be taken from an attribute or an expression specified using the "Data defined override" functionality, so it can be different for each polygon in the input layer. A minimum distance can be specified, to avoid points being too close to each other. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_randompointsinsidepolygons(
INPUT = qgisprocess:::qgis_default_value(),
STRATEGY = qgisprocess:::qgis_default_value(),
VALUE = qgisprocess:::qgis_default_value(),
MIN_DISTANCE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
STRATEGY |
|
VALUE |
|
MIN_DISTANCE |
|
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 - Random points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.