Skip to content

Commit 5e592ee

Browse files
author
Médéric RIBREUX
committed
Add r.random.surface algorithm
1 parent 58223f4 commit 5e592ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)