Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 2100

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: r.spread</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>r.spread</b></em>  - Simulates elliptically anisotropic spread on a graphics window and generates a raster map of the cumulative time of spread, given raster maps containing the rates of spread (ROS), the ROS directions and the spread origins.<BR>
It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths.
<h2>KEYWORDS</h2>
raster
<h2>SYNOPSIS</h2>
<b>r.spread</b><br>
<b>r.spread help</b><br>
<b>r.spread</b> [-<b>vds</b>] <b>max</b>=<em>string</em> <b>dir</b>=<em>string</em> <b>base</b>=<em>string</em> <b>start</b>=<em>string</em>  [<b>spot_dist</b>=<em>string</em>]   [<b>w_speed</b>=<em>string</em>]   [<b>f_mois</b>=<em>string</em>]   [<b>least_size</b>=<em>odd int</em>]   [<b>comp_dens</b>=<em>decimal</em>]   [<b>init_time</b>=<em>int (>= 0)</em>]   [<b>lag</b>=<em>int (>= 0)</em>]   [<b>backdrop</b>=<em>string</em>]  <b>output</b>=<em>string</em>  [<b>x_output</b>=<em>string</em>]   [<b>y_output</b>=<em>string</em>]   [--<b>overwrite</b>]  [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>-v</b></DT>
<DD>Run VERBOSELY</DD>

<DT><b>-d</b></DT>
<DD>DISPLAY 'live' spread process on screen</DD>

<DT><b>-s</b></DT>
<DD>For wildfires: consider SPOTTING effect</DD>

<DT><b>--overwrite</b></DT>
<DD>Allow output files to overwrite existing files</DD>
<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>max</b>=<em>string</em></DT>
<DD>Name of raster map containing MAX rate of spread (ROS) (cm/min)</DD>

<DT><b>dir</b>=<em>string</em></DT>
<DD>Name of raster map containing DIRections of max ROS (degree)</DD>

<DT><b>base</b>=<em>string</em></DT>
<DD>Name of raster map containing BASE ROS (cm/min)</DD>

<DT><b>start</b>=<em>string</em></DT>
<DD>Name of raster map containing STARTing sources</DD>

<DT><b>spot_dist</b>=<em>string</em></DT>
<DD>Name of raster map containing max SPOTting DISTance (m) (required w/ -s)</DD>

<DT><b>w_speed</b>=<em>string</em></DT>
<DD>Name of raster map containing midflame Wind SPEED (ft/min) (required w/ -s)</DD>

<DT><b>f_mois</b>=<em>string</em></DT>
<DD>Name of raster map containing fine Fuel MOISture of the cell receiving a spotting firebrand (%) (required w/ -s)</DD>

<DT><b>least_size</b>=<em>odd int</em></DT>
<DD>Basic sampling window SIZE needed to meet certain accuracy (3)</DD>
<DD>Options: <em>3,5,7,9,11,13,15</em></DD>

<DT><b>comp_dens</b>=<em>decimal</em></DT>
<DD>Sampling DENSity for additional COMPutin (range: 0.0 - 1.0 (0.5))</DD>

<DT><b>init_time</b>=<em>int (>= 0)</em></DT>
<DD>INITial TIME for current simulation (0) (min)</DD>

<DT><b>lag</b>=<em>int (>= 0)</em></DT>
<DD>Simulating time duration LAG (fill the region) (min)</DD>

<DT><b>backdrop</b>=<em>string</em></DT>
<DD>Name of raster map as a display backdrop</DD>

<DT><b>output</b>=<em>string</em></DT>
<DD>Name of raster map to contain OUTPUT spread time (min)</DD>

<DT><b>x_output</b>=<em>string</em></DT>
<DD>Name of raster map to contain X_BACK coordiates</DD>

<DT><b>y_output</b>=<em>string</em></DT>
<DD>Name of raster map to contain Y_BACK coordiates</DD>

</DL>
<H2>DESCRIPTION</H2>

Spread phenomena usually show uneven movement over space. Such unevenness
is due to two reasons:
<BR>1) the uneven conditions from location to location, which can be called
SPATIAL HETEROGENEITY, and
<BR>2) the uneven conditions in different directions, which can be called
ANISOTROPY.
<BR>The anisotropy of spread occurs when any of the determining factors
have directional components. For example, wind and topography cause anisotropic
spread of wildfires.

<P>One of the simplest spatial heterogeneous and anisotropic spread
is elliptical spread, in which, each local spread shape can be thought
as an ellipse. In a raster setting, cell centers are foci of the spread
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,
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
geographic region as if each cell center was a potential spread origin.
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
UTM coordinates for each raster cell of the spread time map. The spread
paths can be accurately traced based on the backlink information by another
GRASS raster program r.spreadpath.

<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
Xu (1994).

<H2>Flags:</H2>
<DL>
 
<DT>-v
<DD> Run verbosely, printing information about program progress to standard
output.

<DT>-d
<DD> Display the "live" simulation on screen. A graphics window
must be opened and selected before using this option.

<DT>-s
<DD> For wildfires, also consider spotting.
</DL>

<H2>Parameters</H2>
<DL>
 
<DT><B>max=</B>name
<DD>Name of an existing raster map layer in the user's current
mapset search path containing the maximum ROS values (cm/minute).

<DT><B>dir=</B>name 
<DD>Name of an existing raster map layer in the user's
current mapset search path containing directions of the maximum ROSes,
clockwise from north (degree).

<DT><B>base=</B>name 
<DD>Name of an existing raster map layer in the user's
current mapset search path containing the ROS values in the directions
perpendicular to maximum ROSes' (cm/minute). These ROSes are also the ones
without the effect of directional factors.

<DT><B>start=</B>name 
<DD>Name of an existing raster map layer in the
user's current mapset search path containing starting locations of the
spread phenomenon. Any positive integers in this map are recognized as
starting sources.

<DT><B>spot_dist=</B>name 
<DD>Name of an existing raster map layer in
the user's current mapset search path containing the maximum potential
spotting distances (meters).

<DT><B>w_speed=</B>name 
<DD>Name of an existing raster map layer in the
user's current mapset search path containing wind velocities at half of
the average flame height (feet/minute).

<DT><B>f_mois</B>=name 
<DD>Name of an existing raster map layer in the
user's current mapset search path containing the 1-hour (&lt;.25") fuel
moisture (percentage content multiplied by 100).

<DT><B>least_size=</B>odd int An odd integer ranging 3 - 15 indicating
the basic sampling window size within which all cells will be considered
to see whether they will be reached by the current spread cell. The default
number is 3 which means a 3x3 window.

<DT><B>comp_dens=</B>decimal A decimal number ranging 0.0 - 1.0 indicating
additional sampling cells will be considered to see whether they will be
reached by the current spread cell. The closer to 1.0 the decimal number
is, the longer the program will run and the higher the simulation accuracy
will be. The default number is 0.5.

<DT><B>init_time=</B>int A non-negative number specifying the initial
time for the current spread simulation (minutes). This is useful when multiple
phase simulation is conducted. The default time is 0.

<DT><B>lag=</B>int A non-negative integer specifying the simulating
duration time lag (minutes). The default is infinite, but the program will
terminate when the current geographic region/mask has been filled. It also
controls the computational time, the shorter the time lag, the faster the
program will run.

<DT><B>backdrop=</B>name 
<DD>Name of an existing raster map layer in the
user's current mapset search path to be used as the background on which
the "live" movement will be shown.

<DT><B>output=</B>name 
<DD>Name of the new raster map layer to contain
the results of the cumulative spread time needed for a phenomenon to reach
each cell from the starting sources (minutes).

<DT><B>x_output=</B>name 
<DD>Name of the new raster map layer to contain
the results of backlink information in UTM easting coordinates for each
cell.

<DT><B>y_output</B>=name 
<DD>Name of the new raster map layer to contain
the results of backlink information in UTM northing coordinates for each
cell.
</DL>

<H2>OPTIONS</H2>
The user can run r.spread either interactively or non- interactively. The
program is run interactively if the user types <I>r.spread</I> without
specifying flag settings and parameter values on the command line. In this
case, the user will be prompted for input.

<P>Alternately, the user can run r.spread non-interactively, by specifying
the names of raster map layers and desired options on the command line,
using the form:

<P>r.spread [-vds] max=name dir=name base=name start=name [spot_dist=name]
[w_speed=name] [f_mois=name] [least_size=odds int] [comp_dens=decimal]
[init_time=int (&gt;=0)] [lag=int (&gt;= 0)] [backdrop=name] output=name [x_output=name]
[y_output=name] The -d option can only be used after a graphics window
is opened and selected.

<P>Options spot_dist=name, w_speed=name and f_mois=name must all
be given if the -s option is used.


<H2>EXAMPLE</H2>
Assume we have inputs, the following simulates a spotting- involved wildfire
on the graphics window and generates three raster maps to contain spread
time, backlink information in UTM northing and easting coordinates:

<P>r.spread -ds max=my_ros.max dir=my_ros.maxdir base=my_ros.base
start=fire_origin spot_dist=my_ros.spotdist w_speed=wind_speed f_mois=1hour_moisture
backdrop=image_burned output=my_spread x_output=my_spread.x y_output=my_spread.y

<H2>NOTES</H2>
1. r.spread is a specific implementation of the shortest path algorithm.
r.cost GRASS program served as the starting point for the development of
r.spread. One of the major differences between the two programs is that
r.cost only simulates ISOTROPIC spread while r.spread can simulate ELLIPTICALLY
ANISOTROPIC spread, including isotropic spread as a special case.

<P>2. Before running r.spread, the user should prepare the ROS (base,
max and direction) maps using appropriate models. For some wildfire spread,
a separate GRASS program r.ros based on Rothermel's fire equation does
such work. The combination of the two forms a simulation of wildfire spread.

<P>3. The relationship of the start map and ROS maps should be logically
correct, i.e. a starting source (a positive value in the start map) should
not be located in a spread BARRIER (zero value in the ROS maps). Otherwise
the program refuses to run.

<P>4. r.spread uses the current geographic region settings. The output
map layer will not go outside the boundaries set in the region, and will
not be influenced by starting sources outside. So any change of the current
region may influence the output. The recommendation is to use slightly
larger region than needed. Refer to g.region to set an appropriate geographic
region.

<P>5. The inputs to r.spread should be in proper units.

<P>6. r.spread is a computationally intensive program. The user may
need to choose appropriate size of the geographic region and resolution.

<P>7. A low and medium (i.e. &lt;= 0.5) sampling density can improve
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="g.region.html">g.region</A></EM>,
<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
-- extensions of equations for pocket calculators, US Forest Service, Res.
Note INT-346, Ogden, Utah.

<P>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.

<P>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.

<H2>AUTHOR</H2>
Jianping Xu and Richard G. Lathrop, Jr., Center for Remote Sensing and
Spatial Analysis, Rutgers University.

<p><i>Last changed: $Date: 2006-04-13 21:25:42 +0200 (Thu, 13 Apr 2006) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="raster.html">raster index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>