We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58223f4 commit 5e592eeCopy full SHA for 5e592ee
python/plugins/processing/algs/grass7/description/r.random.surface.txt
@@ -0,0 +1,10 @@
1
+r.random.surface
2
+Generates random surface(s) with spatial dependence.
3
+Raster (r.*)
4
+ParameterNumber|distance|Maximum distance of spatial correlation|0.0|None|0.0|True
5
+ParameterNumber|exponent|Distance decay exponent|0.0|None|1.0|True
6
+ParameterNumber|flat|Distance filter remains flat before beginning exponent|0.0|None|0.0|True
7
+ParameterString|seed|Integer random seed (SEED_MIN >= value >= SEED_MAX), default [random]|None|False|True
8
+ParameterNumber|high|Maximum cell value of distribution|0|None|255|True
9
+ParameterBoolean|-u|Uniformly distributed cell values|False|True
10
+OutputRaster|output|Random_Surface
0 commit comments