SAGA-GIS Module Library Documentation (v2.3.0)

Module Aggregate

Resamples a raster layer to a lower resolution, aggregatingthe values of a group of cells. This should be used in any case in which and a normalresampling will result in wrong values in the resulting layer, such as, for instance,the number of elements of a given class in each cell.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)INPUT--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
Aggregation SizeIntegerSIZE-Minimum: 2
Default: 2
MethodChoiceMETHOD-Available Choices:
[0] sum
[1] minimum
[2] maximum
Default: 0

Command-line

Usage: saga_cmd grid_tools 1 [-INPUT <str>] [-SIZE <num>] [-METHOD <str>]
  -INPUT:<str> 	Grid
	Grid (input)
  -SIZE:<num>  	Aggregation Size
	Integer
	Minimum: 2
	Default: 2
  -METHOD:<str>	Method
	Choice
	Available Choices:
	[0] sum
	[1] minimum
	[2] maximum
	Default: 0