mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -04:00
32 lines
484 B
ReStructuredText
32 lines
484 B
ReStructuredText
ACCUMULATED COST (ANISOTROPIC)
|
|
==============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Cost Grid[Raster]``:
|
|
- ``Direction of max cost[Raster]``:
|
|
- ``Destination Points[Raster]``:
|
|
- ``k factor[Number]``:
|
|
- ``Threshold for different route[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Accumulated Cost[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:accumulatedcostanisotropic', cost, direction, points, k, threshold, acccost)
|