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

51 lines
877 B
ReStructuredText

SEED GENERATION
===============
Description
-----------
Parameters
----------
- ``Features[MultipleInput]``:
- ``Bandwidth (Cells)[Number]``:
- ``Type of Surface[Selection]``:
- ``Extraction of...[Selection]``:
- ``Feature Aggregation[Selection]``:
- ``Normalized[Boolean]``:
Outputs
-------
- ``Surface[Raster]``:
- ``Seeds Grid[Raster]``:
- ``Seeds[Vector]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:seedgeneration', grids, factor, type_surface, type_seeds, type_merge, normalize, surface, seeds_grid, seeds)
Available options for selection parameters:
type_surface(Type of Surface)
0 - [0] smoothed surface
1 - [1] variance (a)
2 - [2] variance (b)
type_seeds(Extraction of...)
0 - [0] minima
1 - [1] maxima
2 - [2] minima and maxima
type_merge(Feature Aggregation)
0 - [0] additive
1 - [1] multiplicative