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.
- Author: Victor Olaya (c) 2005
 
- Specification: grid
 
- Menu: Grid|Grid System
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Grid | Grid (input) | INPUT | - | - | 
| Options | Aggregation Size | Integer | SIZE | - | Minimum: 2 Default: 2 | 
 | Method | Choice | METHOD | - | 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