mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-12 00:06:54 -05:00
9 lines
492 B
Plaintext
9 lines
492 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.Double|10|False|None|0
|
|
QgsProcessingParameterRasterDestination|raster|Random raster
|
|
QgsProcessingParameterVectorDestination|vector|Random vector
|