mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
32 lines
403 B
ReStructuredText
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)
|