Module Random Terrain
(c) 2004 by Victor Olaya. Random Terrain Generation
- Author: V.Olaya (c) 2004
- Specification: grid
- Menu: Grid|Calculus|Grid Generation
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Options | Radius (cells) | Integer | RADIUS | - | Default: 25 |
Iterations | Integer | ITERATIONS | - | Default: 100 |
Command-line
Usage: saga_cmd grid_calculus 6 [-RADIUS <num>] [-ITERATIONS <num>] [-TARGET_DEFINITION <str>] [-TARGET_USER_XMIN <str>] [-TARGET_USER_XMAX <str>] [-TARGET_USER_YMIN <str>] [-TARGET_USER_YMAX <str>] [-TARGET_USER_SIZE <str>] [-TARGET_USER_FITS <str>] [-TARGET_TEMPLATE <str>] [-TARGET_OUT_GRID <str>] -RADIUS:<num> Radius (cells) Integer Default: 25 -ITERATIONS:<num> Iterations Integer Default: 100 -TARGET_DEFINITION:<str> Target Grid System Choice Available Choices: [0] user defined [1] grid or grid system Default: 0 -TARGET_USER_XMIN:<str> Left Floating point Default: 0.000000 -TARGET_USER_XMAX:<str> Right Floating point Default: 100.000000 -TARGET_USER_YMIN:<str> Bottom Floating point Default: 0.000000 -TARGET_USER_YMAX:<str> Top Floating point Default: 100.000000 -TARGET_USER_SIZE:<str> Cellsize Floating point Minimum: 0.000000 Default: 1.000000 -TARGET_USER_FITS:<str> Fit Choice Available Choices: [0] nodes [1] cells Default: 0 -TARGET_TEMPLATE:<str> Target System Grid (optional input) -TARGET_OUT_GRID:<str> Target Grid Grid (output)