QGIS/python/plugins/processing/algs/saga/help/accumulatedcostisotropic.rst

31 lines
443 B
ReStructuredText

ACCUMULATED COST (ISOTROPIC)
============================
Description
-----------
Parameters
----------
- ``Cost Grid[Raster]``:
- ``Destination Points[Raster]``:
- ``Threshold for different route[Number]``:
Outputs
-------
- ``Accumulated Cost[Raster]``:
- ``Closest Point[Raster]``:
See also
---------
Console usage
-------------
::
processing.runalg('saga:accumulatedcostisotropic', cost, points, threshold, acccost, closestpt)