mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
33 lines
646 B
ReStructuredText
33 lines
646 B
ReStructuredText
|
FRAGMENTATION CLASSES FROM DENSITY AND CONNECTIVITY
|
||
|
===================================================
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Density [Percent][Raster]``:
|
||
|
- ``Connectivity [Percent][Raster]``:
|
||
|
- ``Add Border[Boolean]``:
|
||
|
- ``Connectivity Weighting[Number]``:
|
||
|
- ``Minimum Density [Percent][Number]``:
|
||
|
- ``Minimum Density for Interior Forest [Percent][Number]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``Fragmentation[Raster]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
sextante.runalg('saga:fragmentationclassesfromdensityandconnectivity', density, connectivity, border, weight, density_min, density_int, fragmentation)
|