|updatedisclaimer| Simulation fire =============== 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] Optional. ``Base Probability`` [raster] Optional. ``Number of Events`` [number] Default: *1000* ``Fire Length`` [number] Default: *100* Outputs ....... ``Danger`` [raster] ``Compound Probability`` [raster] ``Priority Index`` [raster] Console usage ............. :: processing.runalg('saga:fireriskanalysis', dem, fuel, windspd, winddir, m1h, m10h, m100h, mherb, mwood, value, baseprob, montecarlo, interval, danger, compprob, priority) See also ........ 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] Default: *True* Outputs ....... ``Time`` [raster] ``Flame Length`` [raster] ``Intensity`` [raster] Console usage ............. :: processing.runalg('saga:simulation', dem, fuel, windspd, winddir, m1h, m10h, m100h, mherb, mwood, ignition, updateview, time, flame, intensity) See also ........