Tool Tiling
Tiling
- Author: O.Conrad (c) 2010
- Menu: Grid|Grid System
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Grid | Grid, input | GRID | - | - |
Output | Tiles | Grid list, output | TILES | - | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Save Tiles to Disk | Boolean | TILES_SAVE | Save tiles to disk individually | Default: 0 | |
Output Directory | File path | TILES_PATH | - | - | |
Base Name | Text | TILES_NAME | The base name of the tiles | Default: tile | |
Overlapping Cells | Integer | OVERLAP | - | Minimum: 0 Default: 0 | |
Add Cells | Choice | OVERLAP_SYM | - | Available Choices: [0] symmetric [1] bottom / left [2] top / right Default: 0 | |
Tile Size Definition | Choice | METHOD | - | Available Choices: [0] number of grid cells per tile [1] coordinates (offset, range, cell size, tile size) Default: 0 | |
Number of Column Cells | Integer | NX | - | Minimum: 1 Default: 100 | |
Number of Row Cells | Integer | NY | - | Minimum: 1 Default: 100 | |
Offset and Range (X) | Value range | XRANGE | - | - | |
Offset and Range (Y) | Value range | YRANGE | - | - | |
Cell Size | Floating point | DCELL | - | Minimum: 0.000000 Default: 1.000000 | |
Tile Size (X) | Floating point | DX | - | Minimum: 0.000000 Default: 100.000000 | |
Tile Size (Y) | Floating point | DY | - | Minimum: 0.000000 Default: 100.000000 |
Command-line
Usage: saga_cmd grid_tools 27 [-GRID <str>] [-TILES <str>] [-TILES_SAVE <str>] [-TILES_PATH <str>] [-TILES_NAME <str>] [-OVERLAP <num>] [-OVERLAP_SYM <str>] [-METHOD <str>] [-NX <num>] [-NY <num>] [-XRANGE_MIN <double>] [-XRANGE_MAX <double>] [-YRANGE_MIN <double>] [-YRANGE_MAX <double>] [-DCELL <double>] [-DX <double>] [-DY <double>] -GRID:<str> Grid Grid, input -TILES:<str> Tiles Grid list, output -TILES_SAVE:<str> Save Tiles to Disk Boolean Default: 0 -TILES_PATH:<str> Output Directory File path -TILES_NAME:<str> Base Name Text Default: tile -OVERLAP:<num> Overlapping Cells Integer Minimum: 0 Default: 0 -OVERLAP_SYM:<str> Add Cells Choice Available Choices: [0] symmetric [1] bottom / left [2] top / right Default: 0 -METHOD:<str> Tile Size Definition Choice Available Choices: [0] number of grid cells per tile [1] coordinates (offset, range, cell size, tile size) Default: 0 -NX:<num> Number of Column Cells Integer Minimum: 1 Default: 100 -NY:<num> Number of Row Cells Integer Minimum: 1 Default: 100 -XRANGE_MIN:<double> Offset and Range (X) Value range -XRANGE_MAX:<double> Offset and Range (X) Value range -YRANGE_MIN:<double> Offset and Range (Y) Value range -YRANGE_MAX:<double> Offset and Range (Y) Value range -DCELL:<double> Cell Size Floating point Minimum: 0.000000 Default: 1.000000 -DX:<double> Tile Size (X) Floating point Minimum: 0.000000 Default: 100.000000 -DY:<double> Tile Size (Y) Floating point Minimum: 0.000000 Default: 100.000000