[GRASS-SVN] r55671 - grass-addons/grass6/raster/r.fidimo

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 9 04:46:33 PDT 2013


Author: neteler
Date: 2013-04-09 04:46:33 -0700 (Tue, 09 Apr 2013)
New Revision: 55671

Modified:
   grass-addons/grass6/raster/r.fidimo/description.html
Log:
HTML demessified

Modified: grass-addons/grass6/raster/r.fidimo/description.html
===================================================================
--- grass-addons/grass6/raster/r.fidimo/description.html	2013-04-08 20:09:34 UTC (rev 55670)
+++ grass-addons/grass6/raster/r.fidimo/description.html	2013-04-09 11:46:33 UTC (rev 55671)
@@ -1,75 +1,108 @@
 <h2>NAME</h2>
-<em>r.fidimo</em> performs analysis of fish dispersal based on leptokurtic dispersal kernels. It calculates fish dispersal along river corridors based on a users stream network input, fish source populations and species-specific dispersal parameters.
 
+<em>r.fidimo</em> performs analysis of fish dispersal based on
+leptokurtic dispersal kernels. It calculates fish dispersal along river
+corridors based on a users stream network input, fish source populations
+and species-specific dispersal parameters.
 
-<h2>KEYWORDS</h2>
-
-
 <h2>OPTIONS</h2>
 <h3>Stream parameters</h3>
-<DL>
-<DT><b>river</b></DT>
-<DD>Name of input stream network map (thinned raster map) on which the calculations of dispersal is performed. In cases of very maeandering rivers (with bends narrower than the spatial resolution of the analyis (cell size) it is recommended to run v.generalize and r.thin and/or to use r.fidimo.river in advance. The stream network should only consist of tree like structures, as braiding rivers and networks with two-side connected side arms will not work. Check the raster beforehand carefully!
-</DD>
-<p>
-<DT><b>outflow_point</b></DT>
-<DD>Name of the outflow point txt-file (single point) for the calculation of the flow direction within the provided river network. The text-file must only contain a single |-separeted coordinate pair (X|Y; same coordinate system as the river network raster). The file should not contain any headings etc. E.g the content of the file can look like: 
-</DD>
-<p>
-</P>
+<dl>
+<dt><b>river</b></dt>
+<dd>Name of input stream network map (thinned raster map) on which the
+calculations of dispersal is performed. In cases of very maeandering rivers
+(with bends narrower than the spatial resolution of the analyis (cell size)
+it is recommended to run v.generalize and r.thin and/or to use
+<em>r.fidimo.river</em> in advance. The stream network should only consist
+of tree like structures, as braiding rivers and networks with two-side
+connected side arms will not work. Check the raster beforehand carefully!
+</dd>
+<dt><b>outflow_point</b></dt>
+<dd>Name of the outflow point txt-file (single point) for the calculation
+of the flow direction within the provided river network. The text-file
+must only contain a single |-separeted coordinate pair (X|Y; same
+coordinate system as the river network raster). The file should not
+contain any headings etc. E.g the content of the file can look like: 
+</dd>
+</dl>
+
 <div class="code"><pre>
 545287.44|1942020.18
 </pre></div>
-<p>
-<DT><b>barriers</b></DT>
-<DD>Name of input barrier text-file indicating the geographical position and permeabilty of barriers e.g. weirs. The file should contain the X and Y coordinate and a value for permeability (0-1 where 0 is non-permeable and 1 is 100% passable). The values must be |-separeted: 
-</DD>
-<p>
-</P>
+
+<dl>
+<dt><b>barriers</b></dt>
+<dd>Name of input barrier text-file indicating the geographical position
+and permeabilty of barriers e.g. weirs. The file should contain the
+X and Y coordinate and a value for permeability (0-1 where 0 is
+non-permeable and 1 is 100% passable). The values must be |-separated: 
+</dd>
+</dl>
+
 <div class="code"><pre>
 3543350.8001|6064831.9001|1
 3535061.5179|6064457.5321|0.3
 </pre></div>
 
 <h3>Source populations</h3>
-The source populations can be provided either as random points (flag -r), or as fixed source population raster (flag -f) . 
-<DT><b>n_source</b></DT>
-<DD>For the random locations; number or percentage of cells containing source populations. The model selects randomly cell (number specified by the user) and assigns a starting density of 1 to each occupied cell!
-</DD>
-<DT><b>source_populations</b></DT>
-<DD>Input raster map indicating the starting density per cell. All cells with densities > 0 will act as source populations for the model. The raster map must have the resolution as the river raster and all source population cells must also be part of the river raster!
-</DD>
+The source populations can be provided either as random points (flag -r),
+or as fixed source population raster (flag -f).
 
+<dl>
+<dt><b>n_source</b></dt>
+<dd>For the random locations; number or percentage of cells containing
+source populations. The model selects randomly cell (number specified
+by the user) and assigns a starting density of 1 to each occupied cell.
+</dd>
+<dt><b>source_populations</b></dt>
+<dd>Input raster map indicating the starting density per cell. All
+cells with densities > 0 will act as source populations for the model.
+The raster map must have the resolution as the river raster and all
+source population cells must also be part of the river raster.
+</dd>
+</dl>
+
 <h3>Dispersal parameters</h3>
-<DT><b>species</b></DT>
-<DD>Selected species with predefined L and AR (see R-package 'fishmove').
-</DD>
-<DT><b>L</b></DT>
-<DD>Length of fish which should be modelled. Increasing L is positively correlated with larger dispersal distances. Setting L will overwrite any species-settings (see R-package 'fishmove').
-</DD>
-<DT><b>AR</b></DT>
-<DD>Aspect ratio of the caudal fin of a fish which should be modelled. Increasing AR is positively correlated with larger dispersal distances. Setting AR will overwrite any species-settings (see R-package 'fishmove').
-</DD>
-<DT><b>T</b></DT>
-<DD>Time interval for one modelling step. The dispersal kernel is time dependent and increasing T is positively correlated with larger dispersal distances (see R-package 'fishmove').
-</DD>
-<DT><b>p</b></DT>
-<DD>Share of the stationary component of the population. The value is set to 0.67 by default (my Paper).
-</DD>
 
+<dl>
+<dt><b>species</b></dt>
+<dd>Selected species with predefined L and AR (see R-package 'fishmove').
+</dd>
+<dt><b>L</b></dt>
+<dd>Length of fish which should be modelled. Increasing L is positively
+correlated with larger dispersal distances. Setting L will overwrite any
+species-settings (see R-package 'fishmove').
+</dd>
+<dt><b>AR</b></dt>
+<dd>Aspect ratio of the caudal fin of a fish which should be modelled.
+Increasing AR is positively correlated with larger dispersal distances.
+etting AR will overwrite any species-settings (see R-package 'fishmove').
+</dd>
+<dt><b>T</b></dt>
+<dd>Time interval for one modelling step. The dispersal kernel is time
+dependent and increasing T is positively correlated with larger dispersal
+istances (see R-package 'fishmove').
+</dd>
+<dt><b>p</b></dt>
+<dd>Share of the stationary component of the population. The value is
+set to 0.67 by default (my Paper).
+</dd>
+</dl>
 
-
-
 <h3>Output</h3>
-<DT><b>output</b></DT>
-<DD>The base name of the output file(s). The output raster files will be %output%_fit respectively %output%_lwr and %output%_upr if a statistical interval is set.
-</DD>
-<DT><b>statistical_interval</b></DT>
-<DD>Statistical interval (confidence or prediction) derived from the regression analyis (see R-package 'fishmove'). If a statistical interval is set, three output maps will be created (fit, lwr and upr).
-</DD>
+<dl>
+<dt><b>output</b></dt>
+<dd>The base name of the output file(s). The output raster files will
+be %output%_fit respectively %output%_lwr and %output%_upr if a
+statistical interval is set.
+</dd>
+<dt><b>statistical_interval</b></dt>
+<dd>Statistical interval (confidence or prediction) derived from the
+regression analyis (see R-package 'fishmove'). If a statistical interval
+is set, three output maps will be created (fit, lwr and upr).
+</dd>
+</dl>
 
-<h3>Optional</h3>
-
 <h3>Dependencies</h3>
 <ul>
 <li>RPy2</li>
@@ -82,16 +115,19 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.watershed.html">r.watershed</a>
 </em>
 
+<h2>REFERENCES</h2>
 
-<h2>REFERENCES</h2>
-<p><em>Fidimo-paper</em>
-</a>
+<em>Fidimo-paper</em>
+
 <h2>AUTHOR</h2>
-<p>Johannes Radinger, Leibniz-Institute of Freshwater Ecology and Inland Fisheries, Berlin (Germany)
-<p><i>Last changed: (Mo, Sept 20, 2011)</i>
 
+Johannes Radinger, Leibniz-Institute of Freshwater Ecology and Inland 
+Fisheries, Berlin (Germany)
+
+<p>
+<i>Last changed: (Mo, Sept 20, 2011)</i>
+



More information about the grass-commit mailing list