-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Médéric RIBREUX
committed
Feb 28, 2016
1 parent
1ec4e2a
commit b129626
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
python/plugins/processing/algs/grass7/description/r.random.surface.txt
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 |