mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
41 lines
661 B
ReStructuredText
41 lines
661 B
ReStructuredText
|
SKY VIEW FACTOR
|
||
|
===============
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Elevation[Raster]``:
|
||
|
- ``Maximum Search Radius[Number]``:
|
||
|
- ``Method[Selection]``:
|
||
|
- ``Multi Scale Factor[Number]``:
|
||
|
- ``Number of Sectors[Number]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``Visible Sky[Raster]``:
|
||
|
- ``Sky View Factor[Raster]``:
|
||
|
- ``Sky View Factor (Simplified)[Raster]``:
|
||
|
- ``Terrain View Factor[Raster]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
sextante.runalg('saga:skyviewfactor', dem, maxradius, method, level_inc, ndirs, visible, svf, simple, terrain)
|
||
|
|
||
|
Available options for selection parameters:
|
||
|
|
||
|
method(Method)
|
||
|
0 - [0] multi scale
|
||
|
1 - [1] sectors
|