SAGA-GIS Tool Library Documentation (v9.2.0)

Tool 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, inputSHAPES--
Gridsgrid list, inputGRIDS--
OutputResult (*)shapes, output, optionalRESULT--
OptionsResamplingchoiceRESAMPLING-Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3
(*) optional

Command-line

Usage: saga_cmd shapes_grid 0 [-SHAPES <str>] [-GRIDS <str>] [-RESULT <str>] [-RESAMPLING <str>]
  -SHAPES:<str>    	Points
	shapes, input
  -GRIDS:<str>     	Grids
	grid list, input
  -RESULT:<str>    	Result
	shapes, output, optional
  -RESAMPLING:<str>	Resampling
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3