SAGA-GIS Module Library Documentation (v2.1.3)

Module Resampling

Resampling of grids.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)INPUT--
Additional Grids (*)Grid list (optional input)INPUT_ADD--
OutputAdditional Grids (*)Grid list (optional output)OUTPUT_ADD--
OptionsPreserve Data TypeBooleanKEEP_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)