Module Resampling
Resampling of grids.
- Author: O.Conrad (c) 2003
- Specification: grid
- Menu: Grid|Grid System
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid (input) | INPUT | - | - |
Additional Grids (*) | Grid list (optional input) | INPUT_ADD | - | - |
Output | Additional Grids (*) | Grid list (optional output) | OUTPUT_ADD | - | - |
Options | Preserve Data Type | Boolean | KEEP_TYPE | - | Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd grid_tools 0 -INPUT <str> [-INPUT_ADD <str>] [-OUTPUT_ADD <str>] [-KEEP_TYPE <str>] [-SCALE_UP_METHOD <str>] [-SCALE_DOWN_METHOD <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>]
-INPUT:<str> Grid
Grid (input)
-INPUT_ADD:<str> Additional Grids
Grid list (optional input)
-OUTPUT_ADD:<str> Additional Grids
Grid list (optional output)
-KEEP_TYPE:<str> Preserve Data Type
Boolean
Default: 0
-SCALE_UP_METHOD:<str> Interpolation Method
Choice
Available Choices:
[0] Nearest Neighbor
[1] Bilinear Interpolation
[2] Inverse Distance Interpolation
[3] Bicubic Spline Interpolation
[4] B-Spline Interpolation
[5] Mean Value
[6] Mean Value (cell area weighted)
[7] Minimum Value
[8] Maximum Value
[9] Majority
Default: 6
-SCALE_DOWN_METHOD:<str> Interpolation Method
Choice
Available Choices:
[0] Nearest Neighbor
[1] Bilinear Interpolation
[2] Inverse Distance Interpolation
[3] Bicubic Spline Interpolation
[4] B-Spline Interpolation
Default: 4
-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)