QGIS/python/plugins/processing/algs/saga/help/gridstatisticsforpolygons.rst
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

38 lines
621 B
ReStructuredText

GRID STATISTICS FOR POLYGONS
============================
Description
-----------
Parameters
----------
- ``Grids[MultipleInput]``:
- ``Polygons[Vector]``:
- ``Number of Cells[Boolean]``:
- ``Minimum[Boolean]``:
- ``Maximum[Boolean]``:
- ``Range[Boolean]``:
- ``Sum[Boolean]``:
- ``Mean[Boolean]``:
- ``Variance[Boolean]``:
- ``Standard Deviation[Boolean]``:
- ``Quantiles[Number]``:
Outputs
-------
- ``Statistics[Vector]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:gridstatisticsforpolygons', grids, polygons, count, min, max, range, sum, mean, var, stddev, quantile, result)