Tiling
- Author: O.Conrad (c) 2010
- Menu: Grid | Grid System
Description
Tiling
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 number | 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 number | NX | - | Minimum: 1 Default: 100 | |
Number of Row Cells | integer number | NY | - | Minimum: 1 Default: 100 | |
Offset and Range (X) | value range | XRANGE | - | - | |
Offset and Range (Y) | value range | YRANGE | - | - | |
Cell Size | floating point number | DCELL | - | Minimum: 0.000000 Default: 1.000000 | |
Tile Size (X) | floating point number | DX | - | Minimum: 0.000000 Default: 100.000000 | |
Tile Size (Y) | floating point number | DY | - | Minimum: 0.000000 Default: 100.000000 |
Command Line
Usage: saga_cmd grid_tools 27 [-GRID] [-TILES ] [-TILES_SAVE ] [-TILES_PATH ] [-TILES_NAME ] [-OVERLAP ] [-OVERLAP_SYM ] [-METHOD ] [-NX ] [-NY ] [-XRANGE_MIN ] [-XRANGE_MAX ] [-YRANGE_MIN ] [-YRANGE_MAX ] [-DCELL ] [-DX ] [-DY ] -GRID: Grid grid, input -TILES: Tiles grid list, output -TILES_SAVE: Save Tiles to Disk boolean Default: 0 -TILES_PATH: Output Directory file path -TILES_NAME: Base Name text Default: tile -OVERLAP: Overlapping Cells integer number Minimum: 0 Default: 0 -OVERLAP_SYM: Add Cells choice Available Choices: [0] symmetric [1] bottom / left [2] top / right Default: 0 -METHOD: Tile Size Definition choice Available Choices: [0] number of grid cells per tile [1] coordinates (offset, range, cell size, tile size) Default: 0 -NX: Number of Column Cells integer number Minimum: 1 Default: 100 -NY: Number of Row Cells integer number Minimum: 1 Default: 100 -XRANGE_MIN: Offset and Range (X) value range -XRANGE_MAX: Offset and Range (X) value range -YRANGE_MIN: Offset and Range (Y) value range -YRANGE_MAX: Offset and Range (Y) value range -DCELL: Cell Size floating point number Minimum: 0.000000 Default: 1.000000 -DX: Tile Size (X) floating point number Minimum: 0.000000 Default: 100.000000 -DY: Tile Size (Y) floating point number Minimum: 0.000000 Default: 100.000000