Multi Level to Surface Interpolation
- Author: O.Conrad (c) 2012
- Menu: Climate and Weather | Tools
Description
Multi Level to Surface Interpolation
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 number | TREND_ORDER | - | Minimum: 1
Default: 3 | 
| Grid system | grid system | SYSTEM | - | - | 
Command Line
Usage: saga_cmd climate_tools 0 [-VARIABLE ] [-X_SOURCE ] [-X_GRIDS ] [-X_GRIDS_CHECK ] [-X_TABLE ] [-H_METHOD ] [-V_METHOD ] [-COEFFICIENTS ] [-LINEAR_SORTED ] [-SPLINE_ALL ] [-TREND_ORDER ] [-SURFACE ] [-RESULT ]
  -VARIABLE:     	Variable
	grid list, input
  -X_SOURCE:     	Get Heights from ...
	choice
	Available Choices:
	[0] table
	[1] grid list
	Default: 1
  -X_GRIDS:      	Level Heights
	grid list, input, optional
  -X_GRIDS_CHECK:	Minimum Height
	grid, input, optional
  -X_TABLE:      	Level Heights
	static table
	1 Fields:
	- 1. [8 byte floating point number] Height
	
  -H_METHOD:     	Horizontal Interpolation Method
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3
  -V_METHOD:     	Vertical Interpolation Method
	choice
	Available Choices:
	[0] linear
	[1] spline
	[2] polynomial trend
	Default: 0
  -COEFFICIENTS: 	Coefficient Interpolation
	boolean
	Default: 0
  -LINEAR_SORTED:	Sorted Levels
	boolean
	Default: 0
  -SPLINE_ALL:   	Pre-analyze
	boolean
	Default: 0
  -TREND_ORDER:  	Polynomial Order
	integer number
	Minimum: 1
	Default: 3
  -SURFACE:      	Surface
	grid, input
  -RESULT:       	Interpolation
	grid, output