mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
40 lines
709 B
ReStructuredText
40 lines
709 B
ReStructuredText
SIMULATION
|
|
==========
|
|
|
|
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]``:
|
|
- ``Ignition Points[Raster]``:
|
|
- ``Update View[Boolean]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Time[Raster]``:
|
|
- ``Flame Length[Raster]``:
|
|
- ``Intensity[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:simulation', dem, fuel, windspd, winddir, m1h, m10h, m100h, mherb, mwood, ignition, updateview, time, flame, intensity)
|