SAGA 9.3.3 | Tool Library Documentation

Add Grid Values to Points


Description

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--
OutputResultshapes, output, optionalRESULT--
OptionsResamplingchoiceRESAMPLING-Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3

Command Line


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