QGIS/python/plugins/processing/algs/saga/help/analyticalhillshading.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

40 lines
644 B
ReStructuredText

ANALYTICAL HILLSHADING
======================
Description
-----------
Parameters
----------
- ``Elevation[Raster]``:
- ``Shading Method[Selection]``:
- ``Azimuth [Degree][Number]``:
- ``Declination [Degree][Number]``:
- ``Exaggeration[Number]``:
Outputs
-------
- ``Analytical Hillshading[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:analyticalhillshading', elevation, method, azimuth, declination, exaggeration, shade)
Available options for selection parameters:
method(Shading Method)
0 - [0] Standard
1 - [1] Standard (max. 90Degree)
2 - [2] Combined Shading
3 - [3] Ray Tracing