Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add r.random.surface algorithm
- Loading branch information
Médéric RIBREUX
committed
Feb 20, 2016
1 parent
58223f4
commit 5e592ee0c6878899571073795ef12877fb8ab0f4
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |