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

28 lines
369 B
ReStructuredText

GRIDS SUM
=========
Description
-----------
This algorithm creates a new grid layer as the result of the sum of 2 or more grid layers.
Parameters
----------
- ``Grids[MultipleInput]``: grid layers to sum
Outputs
-------
- ``Sum[Raster]``: the resulting layer
See also
---------
Console usage
-------------
::
sextante.runalg('saga:gridssum', grids, result)