QGIS/python/plugins/processing/algs/saga/help/fireriskanalysis.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

42 lines
820 B
ReStructuredText

FIRE RISK ANALYSIS
==================
Description
-----------
Parameters
----------
- ``DEM[Raster]``:
- ``Fuel Model[Raster]``:
- ``Wind Speed[Raster]``:
- ``Wind Direction[Raster]``:
- ``Dead Fuel Moisture 1H[Raster]``:
- ``Dead Fuel Moisture 10H[Raster]``:
- ``Dead Fuel Moisture 100H[Raster]``:
- ``Herbaceous Fuel Moisture[Raster]``:
- ``Wood Fuel Moisture[Raster]``:
- ``Value[Raster]``:
- ``Base Probability[Raster]``:
- ``Number of Events[Number]``:
- ``Fire Length[Number]``:
Outputs
-------
- ``Danger[Raster]``:
- ``Compound Probability[Raster]``:
- ``Priority Index[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:fireriskanalysis', dem, fuel, windspd, winddir, m1h, m10h, m100h, mherb, mwood, value, baseprob, montecarlo, interval, danger, compprob, priority)