Skip to content

Commit

Permalink
[processing] add RandomTerrain algorithm (courtesy Pedro Venancio)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 2, 2017
1 parent 75ee7da commit 5773b3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/plugins/processing/algs/saga/description/RandomTerrain.txt
@@ -0,0 +1,11 @@
Random Terrain
grid_calculus
ParameterNumber|RADIUS|Radius (cells)|None|None|25
ParameterNumber|ITERATIONS|Iterations|None|None|100
ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] User defined
ParameterNumber|TARGET_USER_SIZE|Cellsize|0.0|None|1.0
ParameterNumber|TARGET_USER_XMIN|Left|None|None|0
ParameterNumber|TARGET_USER_XMAX|Right|None|None|100
ParameterNumber|TARGET_USER_YMIN|Bottom|None|None|0
ParameterNumber|TARGET_USER_YMAX|Top|None|None|100
OutputRaster|TARGET_OUT_GRID|Grid

0 comments on commit 5773b3f

Please sign in to comment.