Module Shapes to Grid
Gridding of a shapes layer. If some shapes are selected, only these will be gridded.
- Author: O.Conrad (c) 2003
- Specification: grid
- Menu: Grid|Gridding
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Shapes | Shapes (input) | INPUT | - | - |
Options | Attribute | Table field | FIELD | - | - |
Output Values | Choice | OUTPUT | - | Available Choices: [0] data / no-data [1] index number [2] attribute Default: 2 | |
Method for Multiple Values | Choice | MULTIPLE | - | Available Choices: [0] first [1] last [2] minimum [3] maximum [4] mean Default: 1 | |
Lines | Choice | LINE_TYPE | - | Available Choices: [0] thin [1] thick Default: 1 | |
Polygon | Choice | POLY_TYPE | - | Available Choices: [0] node [1] cell Default: 1 | |
Preferred Target Grid Type | Choice | GRID_TYPE | - | Available Choices: [0] Integer (1 byte) [1] Integer (2 byte) [2] Integer (4 byte) [3] Floating Point (4 byte) [4] Floating Point (8 byte) Default: 3 |
Command-line
Usage: saga_cmd grid_gridding 0 -INPUT <str> [-FIELD <str>] [-OUTPUT <str>] [-MULTIPLE <str>] [-LINE_TYPE <str>] [-POLY_TYPE <str>] [-GRID_TYPE <str>] [-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>] [-TARGET_COUNT <str>] -INPUT:<str> Shapes Shapes (input) -FIELD:<str> Attribute Table field -OUTPUT:<str> Output Values Choice Available Choices: [0] data / no-data [1] index number [2] attribute Default: 2 -MULTIPLE:<str> Method for Multiple Values Choice Available Choices: [0] first [1] last [2] minimum [3] maximum [4] mean Default: 1 -LINE_TYPE:<str> Lines Choice Available Choices: [0] thin [1] thick Default: 1 -POLY_TYPE:<str> Polygon Choice Available Choices: [0] node [1] cell Default: 1 -GRID_TYPE:<str> Preferred Target Grid Type Choice Available Choices: [0] Integer (1 byte) [1] Integer (2 byte) [2] Integer (4 byte) [3] Floating Point (4 byte) [4] Floating Point (8 byte) Default: 3 -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) -TARGET_COUNT:<str> Number of Values Grid (optional output)