Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

36 lines
381 B
ReStructuredText

AGGREGATE
=========
Description
-----------
Parameters
----------
- ``Grid[Raster]``:
- ``Aggregation Size[Number]``:
- ``Method[Selection]``:
Outputs
-------
See also
---------
Console usage
-------------
::
sextante.runalg('saga:aggregate', input, size, method)
Available options for selection parameters:
method(Method)
0 - [0] Sum
1 - [1] Min
2 - [2] Max