SAGA 9.12.0 | Tool Library Documentation

Grid Value Request


Description

The tool reads out grids values from one or more input grids and reports these in a table. Besides the grid value(s), the x- and y-coordinates of the queried cell(s) are reported. The reported grid coordinates (column, row) are those of the first input grid.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGrids to requestgrid list, inputGRID_LIST--
OutputValuestable, outputVALUES--
OptionsMethodchoiceMETHOD-Available Choices: [0] Single value [1] Collect values Default: 0
ResamplingchoiceRESAMPLING-Available Choices: [0] Nearest Neighbour [1] Bilinear [2] Cubic 1 [3] Cubic 2 Default: 3

Command Line


Usage: saga_cmd grid_tools 14 [-GRID_LIST ] [-VALUES ] [-METHOD ] [-RESAMPLING ]
  -GRID_LIST:    Grids to request
	grid list, input
  -VALUES:       Values
	table, output
  -METHOD:       Method
	choice
	Available Choices:
	[0] Single value
	[1] Collect values
	Default: 0
  -RESAMPLING:   Resampling
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear
	[2] Cubic 1
	[3] Cubic 2
	Default: 3