1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-15 00:04:37 -04:00
QGIS/python/plugins/processing/algs/saga/help/gradientvectorsfromdirectionalcomponents.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

45 lines
756 B
ReStructuredText

GRADIENT VECTORS FROM DIRECTIONAL COMPONENTS
============================================
Description
-----------
Parameters
----------
- ``X Component[Raster]``:
- ``Y Component[Raster]``:
- ``Step[Number]``:
- ``Size Range Min[Number]``:
- ``Size Range Max[Number]``:
- ``Aggregation[Selection]``:
- ``Style[Selection]``:
Outputs
-------
- ``Gradient Vectors[Vector]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:gradientvectorsfromdirectionalcomponents', x, y, step, size_min, size_max, aggr, style, vectors)
Available options for selection parameters:
aggr(Aggregation)
0 - [0] nearest neighbour
1 - [1] mean value
style(Style)
0 - [0] simple line
1 - [1] arrow
2 - [2] arrow (centered to cell)