mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
12 lines
709 B
Plaintext
12 lines
709 B
Plaintext
r.random
|
|
Creates a raster layer and vector point map containing randomly located points.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
|
|
QgsProcessingParameterRasterLayer|cover|Input cover raster layer|None|False
|
|
QgsProcessingParameterNumber|npoints|The number of points to allocate|QgsProcessingParameterNumber.Integer|None|False|0|None
|
|
QgsProcessingParameterBoolean|-z|Generate points also for NULL category|False
|
|
QgsProcessingParameterBoolean|-d|Generate vector points as 3D points|False
|
|
QgsProcessingParameterBoolean|-b|Do not build topology|False
|
|
QgsProcessingParameterRasterDestination|raster|Random raster
|
|
QgsProcessingParameterVectorDestination|vector|Random vector
|