|
@@ -1,5 +1,12 @@
|
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
|
|
+<em>r.spread</em> is part of the wildfire simulation toolset. Preparational
|
|
|
+steps for the fire simulation are the calculation of the rate of spread (ROS)
|
|
|
+with <em>r.ros</em>, and the creating of spread map with <em>r.spread</em>.
|
|
|
+Eventually, the fire path(s) based on starting point(s) are calculated
|
|
|
+with <em>r.spreadpath</em>.
|
|
|
+<p>
|
|
|
+
|
|
|
Spread phenomena usually show uneven movement over space. Such unevenness
|
|
|
is due to two reasons:
|
|
|
|
|
@@ -21,7 +28,7 @@ ellipses, and the spread phenomenon moves fastest toward apogees and slowest
|
|
|
to perigees. The sizes and shapes of spread ellipses may vary cell by cell.
|
|
|
So the overall spread shape is commonly not an ellipse.
|
|
|
|
|
|
-<p><I>r.spread </I>simulates elliptically anisotropic spread phenomena,
|
|
|
+<p><em>r.spread</em>simulates elliptically anisotropic spread phenomena,
|
|
|
given three raster map layers about ROS (base ROS, maximum ROS and direction
|
|
|
of the maximum ROS) plus a raster map layer showing the starting sources.
|
|
|
These ROS layers define unique ellipses for all cell locations in the current
|
|
@@ -30,14 +37,15 @@ For some wildfire spread, these ROS layers can be generated by another
|
|
|
GRASS raster program r.ros. The actual locations reached by a spread event
|
|
|
are constrained by the actual spread origins and the elapsed spread time.
|
|
|
|
|
|
-<p><I>r.spread </I>optionally produces raster maps to contain backlink
|
|
|
+<p><em>r.spread</em>optionally produces raster maps to contain backlink
|
|
|
UTM coordinates for each raster cell of the spread time map. The spread
|
|
|
paths can be accurately traced based on the backlink information by
|
|
|
<em><a href="r.spreadpath.html">r.spreadpath</a></em> module.
|
|
|
|
|
|
<p>Part of the spotting function in r.spread is based on Chase (1984)
|
|
|
-and Rothermel (1983). More information on <I>r.spread</I>, <I><a href="r.ros.html">r.ros</a></I>
|
|
|
-and <I><a href="r.spreadpath.html">r.spreadpath</a></I> can be found in
|
|
|
+and Rothermel (1983). More information on <em>r.spread</em>,
|
|
|
+<em><a href="r.ros.html">r.ros</a></em> and
|
|
|
+<em><a href="r.spreadpath.html">r.spreadpath</a></em> can be found in
|
|
|
Xu (1994).
|
|
|
|
|
|
<p>Options <tt>spot_dist</tt>, <tt>w_speed</tt> and <tt>f_mois</tt> must all
|
|
@@ -97,28 +105,37 @@ accuracy for elliptical simulation significantly, without adding significantly
|
|
|
extra running time. Further increasing the sample density will not gain
|
|
|
much accuracy while requiring greatly additional running time.
|
|
|
|
|
|
-<h2>SEE ALSO</h2>
|
|
|
-
|
|
|
-<em><a href="r.cost.html">r.cost</a></em>,
|
|
|
-<!-- <em><a href="r.mask.html">r.mask</a></em>, -->
|
|
|
-<em><a href="r.spreadpath.html">r.spreadpath</a></em>,
|
|
|
-<em><a href="r.ros.html">r.ros</a></em>
|
|
|
-
|
|
|
<h2>REFERENCES</h2>
|
|
|
-Chase, Carolyn, H., 1984, Spotting distance from wind-driven surface fires
|
|
|
+
|
|
|
+<ul>
|
|
|
+<li>Chase, Carolyn, H., 1984, Spotting distance from wind-driven surface fires
|
|
|
-- extensions of equations for pocket calculators, US Forest Service, Res.
|
|
|
-Note INT-346, Ogden, Utah.
|
|
|
+Note INT-346, Ogden, Utah.</li>
|
|
|
|
|
|
-<p>Rothermel, R. C., 1983, How to predict the spread and intensity
|
|
|
+<li>Rothermel, R. C., 1983, How to predict the spread and intensity
|
|
|
of forest and range fires. US Forest Service, Gen. Tech. Rep. INT-143.
|
|
|
-Ogden, Utah.
|
|
|
+Ogden, Utah.</li>
|
|
|
|
|
|
-<p>Xu, Jianping, 1994, Simulating the spread of wildfires using a
|
|
|
+<li>Xu, Jianping, 1994, Simulating the spread of wildfires using a
|
|
|
geographic information system and remote sensing, Ph. D. Dissertation,
|
|
|
-Rutgers University, New Brunswick, New Jersey.
|
|
|
+Rutgers University, New Brunswick, New Jersey
|
|
|
+(<a href="https://dl.acm.org/citation.cfm?id=921466">ref</a>).</li>
|
|
|
+</ul>
|
|
|
+
|
|
|
+<h2>SEE ALSO</h2>
|
|
|
+
|
|
|
+<em>
|
|
|
+<a href="r.cost.html">r.cost</a>,
|
|
|
+<a href="r.mask.html">r.mask</a>,
|
|
|
+<a href="r.ros.html">r.ros</a>,
|
|
|
+<a href="r.spreadpath.html">r.spreadpath</a>
|
|
|
+</em>
|
|
|
+
|
|
|
+Sample data download: <a href="http://grass.osgeo.org/download/sample-data/">firedemo.sh</a>
|
|
|
+(run this script within the "Fire simulation data set" location.
|
|
|
|
|
|
<h2>AUTHOR</h2>
|
|
|
Jianping Xu and Richard G. Lathrop, Jr., Center for Remote Sensing and
|
|
|
Spatial Analysis, Rutgers University.
|
|
|
|
|
|
-<p><i>Last changed: $Date$</i>
|
|
|
+<p><em>Last changed: $Date$</em>
|