Tool Multi Level to Surface Interpolation
Multi Level to Surface Interpolation
- Author: O.Conrad (c) 2012
 
- Menu: Climate and Weather|Tools
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Variable | Grid list, input | VARIABLE | - | - | 
 | Level Heights (*) | Grid list, input, optional | X_GRIDS | - | - | 
 | Minimum Height (*) | Grid, input, optional | X_GRIDS_CHECK | if set, only values with level heights above DEM will be used | - | 
 | Surface | Grid, input | SURFACE | - | - | 
| Output | Interpolation | Grid, output | RESULT | - | - | 
| Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Get Heights from ... | Choice | X_SOURCE | - | Available Choices: [0] table [1] grid list Default: 1 | 
 | Level Heights | Static table | X_TABLE | - | 1 Fields: - 1. [8 byte floating point number] Height
  | 
 | Horizontal Interpolation Method | Choice | H_METHOD | - | Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 | 
 | Vertical Interpolation Method | Choice | V_METHOD | - | Available Choices: [0] linear [1] spline [2] polynomial trend Default: 0 | 
 | Coefficient Interpolation | Boolean | COEFFICIENTS | - | Default: 0 | 
 | Sorted Levels | Boolean | LINEAR_SORTED | - | Default: 0 | 
 | Pre-analyze | Boolean | SPLINE_ALL | - | Default: 0 | 
 | Polynomial Order | Integer | TREND_ORDER | - | Minimum: 1 Default: 3 | 
 | Grid system | Grid system | SYSTEM | - | - | 
| (*) optional | 
Command-line
Usage: saga_cmd climate_tools 0 [-VARIABLE <str>] [-X_SOURCE <str>] [-X_GRIDS <str>] [-X_GRIDS_CHECK <str>] [-X_TABLE <str>] [-H_METHOD <str>] [-V_METHOD <str>] [-COEFFICIENTS <str>] [-LINEAR_SORTED <str>] [-SPLINE_ALL <str>] [-TREND_ORDER <num>] [-SURFACE <str>] [-RESULT <str>]
  -VARIABLE:<str>     	Variable
	Grid list, input
  -X_SOURCE:<str>     	Get Heights from ...
	Choice
	Available Choices:
	[0] table
	[1] grid list
	Default: 1
  -X_GRIDS:<str>      	Level Heights
	Grid list, input, optional
  -X_GRIDS_CHECK:<str>	Minimum Height
	Grid, input, optional
  -X_TABLE:<str>      	Level Heights
	Static table
	1 Fields:
	- 1. [8 byte floating point number] Height
	
  -H_METHOD:<str>     	Horizontal Interpolation Method
	Choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3
  -V_METHOD:<str>     	Vertical Interpolation Method
	Choice
	Available Choices:
	[0] linear
	[1] spline
	[2] polynomial trend
	Default: 0
  -COEFFICIENTS:<str> 	Coefficient Interpolation
	Boolean
	Default: 0
  -LINEAR_SORTED:<str>	Sorted Levels
	Boolean
	Default: 0
  -SPLINE_ALL:<str>   	Pre-analyze
	Boolean
	Default: 0
  -TREND_ORDER:<num>  	Polynomial Order
	Integer
	Minimum: 1
	Default: 3
  -SURFACE:<str>      	Surface
	Grid, input
  -RESULT:<str>       	Interpolation
	Grid, output