QGIS/python/plugins/processing/algs/saga/help/gradientvectorsfromdirectionandlength.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
746 B
ReStructuredText

GRADIENT VECTORS FROM DIRECTION AND LENGTH
==========================================
Description
-----------
Parameters
----------
- ``Direction[Raster]``:
- ``Length[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:gradientvectorsfromdirectionandlength', dir, len, 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)