Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add r.random.surface algorithm
  • Loading branch information
Médéric RIBREUX committed Feb 20, 2016
1 parent 58223f4 commit 5e592ee
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
r.random.surface
Generates random surface(s) with spatial dependence.
Raster (r.*)
ParameterNumber|distance|Maximum distance of spatial correlation|0.0|None|0.0|True
ParameterNumber|exponent|Distance decay exponent|0.0|None|1.0|True
ParameterNumber|flat|Distance filter remains flat before beginning exponent|0.0|None|0.0|True
ParameterString|seed|Integer random seed (SEED_MIN >= value >= SEED_MAX), default [random]|None|False|True
ParameterNumber|high|Maximum cell value of distribution|0|None|255|True
ParameterBoolean|-u|Uniformly distributed cell values|False|True
OutputRaster|output|Random_Surface

0 comments on commit 5e592ee

Please sign in to comment.