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

32 lines
403 B
ReStructuredText

CHANGE VECTOR ANALYSIS
======================
Description
-----------
Parameters
----------
- ``Grid A. Init[Raster]``:
- ``Grid A. Final[Raster]``:
- ``Grid B. Init[Raster]``:
- ``Grid B. Final[Raster]``:
Outputs
-------
- ``Distance[Raster]``:
- ``Angle[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:changevectoranalysis', a1, a2, b1, b2, dist, angle)