SAGA-GIS Module Library Documentation (v2.1.3)

Module Add Grid Values to Points

Spatial Join: Retrieves information from the selected grids at the positions of the points of the selected points layer and adds it to the resulting layer.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsShapes (input)SHAPES--
GridsGrid list (input)GRIDS--
OutputResult (*)Shapes (optional output)RESULT--
OptionsInterpolationChoiceINTERPOL-Available Choices:
[0] Nearest Neighbor
[1] Bilinear Interpolation
[2] Inverse Distance Interpolation
[3] Bicubic Spline Interpolation
[4] B-Spline Interpolation
Default: 4
(*) optional

Command-line

Usage: saga_cmd shapes_grid 0 -SHAPES <str> -GRIDS <str> [-RESULT <str>] [-INTERPOL <str>]
  -SHAPES:<str>  	Points
	Shapes (input)
  -GRIDS:<str>   	Grids
	Grid list (input)
  -RESULT:<str>  	Result
	Shapes (optional output)
  -INTERPOL:<str>	Interpolation
	Choice
	Available Choices:
	[0] Nearest Neighbor
	[1] Bilinear Interpolation
	[2] Inverse Distance Interpolation
	[3] Bicubic Spline Interpolation
	[4] B-Spline Interpolation
	Default: 4