[GRASS-SVN] r71076 - in grass-addons/grass7/raster/r.pi: . r.pi.corearea r.pi.corr.mw r.pi.csr.mw r.pi.energy r.pi.energy.pr r.pi.enn r.pi.enn.pr r.pi.export r.pi.fnn r.pi.graph r.pi.graph.dec r.pi.graph.pr r.pi.graph.red r.pi.grow r.pi.import r.pi.index r.pi.lm r.pi.neigh r.pi.nlm r.pi.nlm.circ r.pi.nlm.stats r.pi.odc r.pi.prob.mw r.pi.prox r.pi.rectangle r.pi.searchtime r.pi.searchtime.mw r.pi.searchtime.pr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 10 14:56:34 PDT 2017


Author: neteler
Date: 2017-05-10 14:56:34 -0700 (Wed, 10 May 2017)
New Revision: 71076

Removed:
   grass-addons/grass7/raster/r.pi/r.pi.corearea/description_germaninfo.html
Modified:
   grass-addons/grass7/raster/r.pi/description.html
   grass-addons/grass7/raster/r.pi/r.pi.corearea/r.pi.corearea.html
   grass-addons/grass7/raster/r.pi/r.pi.corr.mw/r.pi.corr.mw.html
   grass-addons/grass7/raster/r.pi/r.pi.csr.mw/r.pi.csr.mw.html
   grass-addons/grass7/raster/r.pi/r.pi.energy.pr/r.pi.energy.pr.html
   grass-addons/grass7/raster/r.pi/r.pi.energy/r.pi.energy.html
   grass-addons/grass7/raster/r.pi/r.pi.enn.pr/r.pi.enn.pr.html
   grass-addons/grass7/raster/r.pi/r.pi.enn/r.pi.enn.html
   grass-addons/grass7/raster/r.pi/r.pi.export/r.pi.export.html
   grass-addons/grass7/raster/r.pi/r.pi.fnn/r.pi.fnn.html
   grass-addons/grass7/raster/r.pi/r.pi.graph.dec/r.pi.graph.dec.html
   grass-addons/grass7/raster/r.pi/r.pi.graph.pr/r.pi.graph.pr.html
   grass-addons/grass7/raster/r.pi/r.pi.graph.red/r.pi.graph.red.html
   grass-addons/grass7/raster/r.pi/r.pi.graph/r.pi.graph.html
   grass-addons/grass7/raster/r.pi/r.pi.grow/r.pi.grow.html
   grass-addons/grass7/raster/r.pi/r.pi.import/r.pi.import.html
   grass-addons/grass7/raster/r.pi/r.pi.index/r.pi.index.html
   grass-addons/grass7/raster/r.pi/r.pi.lm/r.pi.lm.html
   grass-addons/grass7/raster/r.pi/r.pi.neigh/r.pi.neigh.html
   grass-addons/grass7/raster/r.pi/r.pi.nlm.circ/r.pi.nlm.circ.html
   grass-addons/grass7/raster/r.pi/r.pi.nlm.stats/r.pi.nlm.stats.html
   grass-addons/grass7/raster/r.pi/r.pi.nlm/r.pi.nlm.html
   grass-addons/grass7/raster/r.pi/r.pi.odc/r.pi.odc.html
   grass-addons/grass7/raster/r.pi/r.pi.prob.mw/r.pi.prob.mw.html
   grass-addons/grass7/raster/r.pi/r.pi.prox/r.pi.prox.html
   grass-addons/grass7/raster/r.pi/r.pi.rectangle/r.pi.rectangle.html
   grass-addons/grass7/raster/r.pi/r.pi.searchtime.mw/r.pi.searchtime.mw.html
   grass-addons/grass7/raster/r.pi/r.pi.searchtime.pr/r.pi.searchtime.pr.html
   grass-addons/grass7/raster/r.pi/r.pi.searchtime/r.pi.searchtime.html
Log:
r.pi addons manual: some HTML cleanup

Modified: grass-addons/grass7/raster/r.pi/description.html
===================================================================
--- grass-addons/grass7/raster/r.pi/description.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/description.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -55,13 +55,10 @@
 <li><em>r.pi.searchtime.pr</em>  - Individual-based dispersal model for connectivity analysis (time-based) using iterative removal of patches
 <li><em>r.pi.searchtime.mw</em>  - Individual-based dispersal model for connectivity analysis (time-based) using moving window
 
-<p>
-<b>TODO: update below with above...</b>
 
 <h3>General and Connectivity Indices</h3>
 
- <ul>
-
+<ul>
 <li><b><a href="r.pi.index.html">r.pi.index</a></b>: Calculations of basic indices (area, SHAPE etc.) </li>
 <li><b><a href="r.pi.enn.html">r.pi.enn</a></b>:  Area, SHAPE and distance to n-th Euclidean Nearest Neighbor</li>
 <li><b><a href="r.pi.fnn.html">r.pi.fnn</a></b>:  Area, SHAPE and distance to n-th Functional Nearest Neighbor</li>
@@ -69,34 +66,34 @@
 <li><b><a href="r.pi.neigh.html">r.pi.neigh</a></b>: Extraction of values of patches in defined buffer region</li>
 <li><b><a href="r.pi.prox.html">r.pi.prox</a></b>: Calculation of Proximity and Modified Proximity Index for patches in buffer region</li>
 <li><b><a href="r.pi.graph.html">r.pi.graph</a></b>: Various connectivity indices within the Graph Theory </li>
- </ul>
+</ul>
 
 
 <h3>Individual-based dispersal models</h3>
- <ul>
+<ul>
 <li><b><a href="r.pi.searchtime.html">r.pi.searchtime</a></b>:Searchtime and Immigration rate</li>
 <li><b><a href="r.pi.energy.html">r.pi.energy</a></b>: Immigration, Migration and successfull emigration rate</li>
 <li><b><a href="r.pi.searchtime.mw.html">r.pi.searchtime.mw</a></b>:Related to <em>r.pi.searchtime</em> but using a Moving Windows approach</li>
- </ul>
+</ul>
 
 <h3>Patch-Relevance</h3>
- <ul>
+<ul>
 <li><b><a href="r.pi.enn.pr.html">r.pi.enn.pr</a></b>:Relevance of patches for maintenance of distance to first Nearest Neighbor</li>
 <li><b><a href="r.pi.searchtime.pr.html">r.pi.searchtime.pr</a></b>:Relevance of patches for maintenance of searchtime</li>
 <li><b><a href="r.pi.energy.pr.html">r.pi.energy.pr</a></b>:Relevance of patches for maintenance of immigration rate</li>
 <li><b><a href="r.pi.graph.red.html">r.pi.graph.red</a></b>:Relevance of patches ....</li>
 <li><b><a href="r.pi.graph.dec.html">r.pi.graph.dec</a></b>:Relevance of patches ....</li>
- </ul>
+</ul>
 
 <h3>Neutral Landscape Model</h3>
- <ul>
+<ul>
 <li><b><a href="r.pi.nlm.html">r.pi.nlm</a></b>: Generation of a neutral landscape (fractal)</li>
 <li><b><a href="r.pi.nlm.stats.html">r.pi.nlm.stats</a></b>:Statistical analysis of landscapes based on permutation of neutral landscapes</li>
 <li><b><a href="r.pi.nlm.circ.html">r.pi.nlm.circ</a>c</b>:Generation of a neutral landscape (circular)</li>
- </ul>
+</ul>
 
-<h3>various modules</h3>
- <ul>
+<h3>Various modules</h3>
+<ul>
 <li><b><a href="r.pi.corearea.html">r.pi.corearea</a></b>:Calculation of core area based on costmatrix</li>
 <li><b><a href="r.pi.prob.mw.html">r.pi.prob.mw</a></b>:Probability of two random points being in the same patch</li>
 <li><b><a href="r.pi.rectangle.html">r.pi.rectangle</a></b>: Generation of rectangles based on coordinate points</li>
@@ -104,7 +101,7 @@
 <li><b><a href="r.pi.export.html">r.pi.export</a></b>:Export of values from patches</li>
 <li><b><a href="r.pi.lm.html">r.pi.lm</a></b>:Residuals of a Linear Regression between 2 rasters are provided as raster</li>
 <li><b><a href="r.pi.corr.mw.html">r.pi.corr.mw</a></b>:Moving window correlation between two raster maps</li>
- </ul>
+</ul>
 
 <h2>EXAMPLES</h2>
 
@@ -180,12 +177,12 @@
 <a href="r.li.html">r.li</a>
 </em>
 
-<h2>REFERENCES</h2>
+<h2>REFERENCE</h2>
 
 <ul>
-<li>Wegmann, M., Shirinova, E., Neteler, M., Rocchini, D., Schmidt, M.,
-Dech, S.: r.pi: Semi-automatic spatial pattern analysis of remotely
-sensed land cover data. Software review. Submitted.</li>
+<li>Wegmann, M., Leutner, B., Metz, M., Neteler, M., Dech, S., Rocchini, D.:
+r.pi: Semi-automatic spatial pattern analysis of remotely sensed land
+cover data. Submitted.</li>
 </ul>
 
 <h2>Disclaimer</h2>
@@ -200,9 +197,11 @@
 <h2>AUTHORS</h2>
 Programming: Elshad Shirinov<br>
 Scientific concept: Martin Wegmann <br>
-<b>Department of Remote Sensing <br>
+Department of Remote Sensing <br>
 <em>Remote Sensing and Biodiversity Unit</em><br>
-University of Wuerzburg, Germany</b>
+University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Deleted: grass-addons/grass7/raster/r.pi/r.pi.corearea/description_germaninfo.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.corearea/description_germaninfo.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.corearea/description_germaninfo.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -1,93 +0,0 @@
-<h2>DESCRIPTION</h2>
-
-Edge effects and core area analysis of landcover fragments. This module can compute static edge effects (defined edge depth) and dynamic edge effects (based on surrounding landscape). The impact of the surrounding landscape can be accounted for and the resulting core area is provided.
-
-<h2>NOTES</h2>
-
-This module is generating core areas based on defined edge depths. The edge depths can be increased by the values of a <em>costmap</em> (e.g. urban areas could have a more severe impact than secondary forest on forest fragments). Moreover a friction map (<em> propmap</em> within the fragments can lower the impact of surrounding landcover types and hence an increased edge depth (e.g. a river or escarpment which might lower the edge effects). Moreover a <em> dist_weight</em> can be assigned in order to increase the weight of closer pixel values.
-
-<h3>Distance weight</h3>
-
-The assigned distance weight is computed as:<br>
-w(d) = 1 - (d / d_max)^(tan(dist_weight * 0.5 * pi))<br>
-
-where:<br>
-
-d = Distance of the respective cell
-d_max - the defined maximum distance
-dist_weight - the parameter how to weight the pixel values in the landscape depending on the distance <br>
-
-the <em>dist_weight</em> has a range between 0 and 1 and results in:<br>
-
-0 < dist_weight < 0.5: the weighting curve decreases at low distances to the fragment and lowers to a weight of 0 at d=d_max <br>
-
-dist_weight = 0.5: linear decrease of weight until weight of 0 at d = d_max <br>
-
-0.5 < dist_weight < 1: the weighting curve decreases slowly at low distances and approaches weight value of 0 at higher distances from the fragment, the weight value 0 is reached at d = d_max <br>
-
-dist_weight = 1: no distance weight applied, common static edge depth used
-
-
-
-<h3>propmap</h3>
-
-The <em>propmap</em> minimizes the effect of the edge depth and the surrounding matrix. This has an ecological application if certain landscape features inside a e.g. forest fragment hamper the human impact (edge effects). <br>
-
-two method exist:<br>
-
-propmethod=linear: propagated value = actual value - (propmap value at this position)<br>
-propmethod=exponential: propagated value = actual value / (propmap value at this position) <br>
-
-If 0 is chosen using the linear method, then propagated value=actual value which results in a buffering of the whole region. In order to minimize the impact the value must be larger than 1. For the exponential method a value of below 1 should not be chosen, otherwise it will be propagated infinitely.
-
-
-
-<h2>EXAMPLE</h2>
-
-An example for the North Carolina sample dataset using class 5 (forest):
-
-For the computation of variable edge effects a costmap is necessary which need to be defined by the user. Higher costs are resulting in higher edge depths:
-<div class="code"><pre>
-# class - type - costs
-#   1	- developed - 3
-#   2	- agriculture - 2
-#   3	- herbaceous - 1
-#   4	- shrubland - 1
-#   5	- forest - 0
-#   6	- water - 0
-#   7	- sediment - 0
-
-r.mapcalc "costmap_for_corearea = if(landclass96==1,3,if(landclass96==2,2,if(landclass96==3,1,if(landclass96==4,1,if(landclass96==5,0,if(landclass96==6,0,if(landclass96==7,0)))))))"
-
-</pre></div>
-
-
-now the edge depth and the resulting core area can be computed:
-<div class="code"><pre>
-r.pi.corearea input=landclass96 costmap=costmap_for_corearea  output=landcover96_corearea keyval=5 buffer=5 distance=5 angle=90 stats=average propmethod=linear
-</pre></div>
-
-
-the results consist of 2 files:
-landclass96_corearea: the actual resulting core areas
-landclass96_corearea_map: a map showing the edge depths
-
-<h2>SEE ALSO</h2>
-
-<em>
-<a href="r.pi.grow.html">r.pi.grow</a>,
-<a href="r.pi.import.html">r.pi.import</a>,
-<a href="r.pi.index.html">r.pi.index</a>,
-
-<a href="r.pi.html">r.pi</a>
-</em>
-
-<h2>AUTHORS</h2>
-Programming: Elshad Shirinov<br>
-Scientific concept: Dr. Martin Wegmann<br>
-Department of Remote Sensing<br>
-Remote Sensing and Biodiversity Unit<br>
-University of Wuerzburg, Germany
-
-<p>
-<i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.corearea/r.pi.corearea.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.corearea/r.pi.corearea.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.corearea/r.pi.corearea.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -1,19 +1,19 @@
 <h2>DESCRIPTION</h2>
 
-Edge effects and core area analysis of landcover fragments. This module 
-can compute static edge effects (defined edge depth) and dynamic edge 
-effects (based on surrounding landscape). The impact of the surrounding 
+Edge effects and core area analysis of landcover fragments. This module
+can compute static edge effects (defined edge depth) and dynamic edge
+effects (based on surrounding landscape). The impact of the surrounding
 landscape can be accounted for and the resulting core area is provided.
 
 <h2>NOTES</h2>
 
-This module is generating core areas based on defined edge depths. The 
-edge depths can be increased by the values of a <em>costmap</em> (e.g. 
-urban areas could have a more severe impact than secondary forest on 
-forest fragments). Moreover a friction map (<em> propmap</em> within 
-the fragments can lower the impact of surrounding landcover types and 
-hence an increased edge depth (e.g. a river or escarpment which might 
-lower the edge effects). Moreover a <em> dist_weight</em> can be 
+This module is generating core areas based on defined edge depths. The
+edge depths can be increased by the values of a <em>costmap</em> (e.g.
+urban areas could have a more severe impact than secondary forest on
+forest fragments). Moreover a friction map (<em> propmap</em> within
+the fragments can lower the impact of surrounding landcover types and
+hence an increased edge depth (e.g. a river or escarpment which might
+lower the edge effects). Moreover a <em> dist_weight</em> can be
 assigned in order to increase the weight of closer pixel values.
 
 <h3>Distance weight</h3>
@@ -48,31 +48,30 @@
 
 <h3>propmap</h3>
 
-The <em>propmap</em> minimizes the effect of the edge depth and the 
-surrounding matrix. This has an ecological application if certain 
-landscape features inside a e.g. forest fragment hamper the human 
+The <em>propmap</em> minimizes the effect of the edge depth and the
+surrounding matrix. This has an ecological application if certain
+landscape features inside a e.g. forest fragment hamper the human
 impact (edge effects). <br>
 
 two methods exist:<br>
 
 <ul>
 <li>propmethod=linear: propagated value = actual value - (propmap value at this position)<br>
-<li>propmethod=exponential: propagated value = actual value / (propmap value at this position) <br>
+<li>propmethod=exponential: propagated value = actual value / (propmap value at this position)<br>
 </ul>
 
-If 0 is chosen using the linear method, then propagated value=actual 
-value which results in a buffering of the whole region. In order to 
-minimize the impact the value must be larger than 1. For the 
-exponential method a value of below 1 should not be chosen, otherwise 
+If 0 is chosen using the linear method, then propagated value=actual
+value which results in a buffering of the whole region. In order to
+minimize the impact the value must be larger than 1. For the
+exponential method a value of below 1 should not be chosen, otherwise
 it will be propagated infinitely.
 
-
-
 <h2>EXAMPLE</h2>
 
 An example for the North Carolina sample dataset using class 5 (forest):
 
-For the computation of variable edge effects a costmap is necessary which need to be defined by the user. Higher costs are resulting in higher edge depths:
+For the computation of variable edge effects a costmap is necessary
+which need to be defined by the user. Higher costs are resulting in higher edge depths:
 <div class="code"><pre>
 # class - type - costs
 #   1	- developed - 3
@@ -94,8 +93,8 @@
 </pre></div>
 
 
-the results consist of 2 files:
-landclass96_corearea: the actual resulting core areas
+the results consist of 2 files:<br>
+landclass96_corearea: the actual resulting core areas<br>
 landclass96_corearea_map: a map showing the edge depths
 
 <h2>SEE ALSO</h2>
@@ -114,6 +113,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.corr.mw/r.pi.corr.mw.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.corr.mw/r.pi.corr.mw.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.corr.mw/r.pi.corr.mw.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -40,6 +40,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.csr.mw/r.pi.csr.mw.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.csr.mw/r.pi.csr.mw.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.csr.mw/r.pi.csr.mw.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -55,6 +55,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.energy/r.pi.energy.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.energy/r.pi.energy.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.energy/r.pi.energy.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -83,6 +83,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.energy.pr/r.pi.energy.pr.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.energy.pr/r.pi.energy.pr.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.energy.pr/r.pi.energy.pr.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -83,6 +83,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.enn/r.pi.enn.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.enn/r.pi.enn.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.enn/r.pi.enn.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -128,6 +128,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.enn.pr/r.pi.enn.pr.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.enn.pr/r.pi.enn.pr.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.enn.pr/r.pi.enn.pr.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -34,7 +34,7 @@
 <a href="r.pi.enn.html">r.pi.enn</a>,
 <a href="r.pi.fnn.html">r.pi.fnn</a>,
 <a href="r.pi.searchtime.pr.html">r.pi.searchtime.pr</a>,
-
+<a href="r.pi.html">r.pi</a>
 </em>
 
 <h2>AUTHORS</h2>
@@ -43,6 +43,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.export/r.pi.export.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.export/r.pi.export.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.export/r.pi.export.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -66,6 +66,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.fnn/r.pi.fnn.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.fnn/r.pi.fnn.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.fnn/r.pi.fnn.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -114,7 +114,8 @@
 
 <em>
 <a href="r.pi.enn.html">r.pi.enn</a>,
-<a href="r.pi.index.html">r.pi.index</a>
+<a href="r.pi.index.html">r.pi.index</a>,
+<a href="r.pi.html">r.pi</a>
 </em>
 
 <h2>AUTHORS</h2>
@@ -123,6 +124,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.graph/r.pi.graph.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.graph/r.pi.graph.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.graph/r.pi.graph.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -53,6 +53,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.graph.dec/r.pi.graph.dec.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.graph.dec/r.pi.graph.dec.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.graph.dec/r.pi.graph.dec.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -41,6 +41,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.graph.pr/r.pi.graph.pr.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.graph.pr/r.pi.graph.pr.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.graph.pr/r.pi.graph.pr.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -41,6 +41,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.graph.red/r.pi.graph.red.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.graph.red/r.pi.graph.red.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.graph.red/r.pi.graph.red.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -41,6 +41,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.grow/r.pi.grow.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.grow/r.pi.grow.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.grow/r.pi.grow.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -41,6 +41,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.import/r.pi.import.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.import/r.pi.import.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.import/r.pi.import.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -22,7 +22,12 @@
 r.pi.export input=landclass96_forestclass5_area output=patch_area_out values=patch_area_values id_raster=forestclass5_ID stats=average,variance,min
 </pre></div>
 
-modify it with R or just import the file again and assign the percentage coverage to each fragment. You need the <em>patch_area_values</em> file and the previously used input file <em>forestclass96</em> raster (important: the same patch coverage is mandatory otherwise patch ID in the text file and raster are not congruent!):
+modify it with R or just import the file again and assign the
+percentage coverage to each fragment. You need the
+<em>patch_area_values</em> file and the previously used input file
+<em>forestclass96</em> raster (important: the same patch coverage is
+mandatory otherwise patch ID in the text file and raster are not
+congruent!):
 
 <div class="code"><pre>
 r.pi.import input=patch_area_values raster=landclass96 output=imported_values keyval=5 id_col=1 val_col=2
@@ -31,7 +36,7 @@
 if you want to export the patch values to R and do e.g. a linear 
 regression of two patch values and import them again in GRASS, do:<br>
 
-apply r.pi.export with two indices (A and B), in R do:
+apply r.pi.export with two indices (A and B), in <tt>R</tt>, do:
 
 <div class="code"><pre>
 resid.AB <- resid(lm(A[,3]~B[,3])) #write residuals of a linear regression
@@ -58,6 +63,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
-<p><i>Last changed: $Date$</i>
-
+<p>
+<i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.index/r.pi.index.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.index/r.pi.index.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.index/r.pi.index.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -113,7 +113,7 @@
 
 <h2>BUGS</h2>
 Landscapes with more than 10 000 individual patches might cause a memory
-allocation error depending on your system.
+allocation error depending on the user's system.
 
 <h2>AUTHORS</h2>
 Programming: Elshad Shirinov<br>
@@ -121,6 +121,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.lm/r.pi.lm.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.lm/r.pi.lm.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.lm/r.pi.lm.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -41,6 +41,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.neigh/r.pi.neigh.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.neigh/r.pi.neigh.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.neigh/r.pi.neigh.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -29,6 +29,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.nlm/r.pi.nlm.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.nlm/r.pi.nlm.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.nlm/r.pi.nlm.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -23,16 +23,14 @@
 A random landscape with random percentage coverage and agglomeration 
 factor:<br>
 <div class="code"><pre>
-r.pi.nlm output=nlm.1 landcover=50 --o
-
+r.pi.nlm output=nlm.1 landcover=50
 </pre></div>
 
 
 A random landscape is generated using the percentage coverage of class 
 5. The agglomeration factor is set randomly:<br>
 <div class="code"><pre>
-r.pi.nlm input=landclass96 output=nlm.2 keyval=5 --o
-
+r.pi.nlm input=landclass96 output=nlm.2 keyval=5
 </pre></div>
 
 <h2>SEE ALSO</h2>
@@ -49,6 +47,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.nlm.circ/r.pi.nlm.circ.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.nlm.circ/r.pi.nlm.circ.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.nlm.circ/r.pi.nlm.circ.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -76,6 +76,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.nlm.stats/r.pi.nlm.stats.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.nlm.stats/r.pi.nlm.stats.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.nlm.stats/r.pi.nlm.stats.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -28,6 +28,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.odc/r.pi.odc.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.odc/r.pi.odc.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.odc/r.pi.odc.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -11,7 +11,7 @@
 *.FP.* are providing information concerning the focus patch. All files 
 named *.TP.* are providing informaton about the target patches.<br>
 
-TODO: ???<p>
+   ...<p>
 
 The user must specify the names of the raster map layers to be used for 
 <em>input</em> and <em>output</em>, the <em>keyval</em> the 
@@ -42,8 +42,9 @@
 
 Various output files are autmatically created with the pattern $output.*
 
-The<br>
+The ...
 
+
 <em>FP</em> describes attributes of the fokus patch (area and area of 
 the odd)
 
@@ -91,6 +92,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.prob.mw/r.pi.prob.mw.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.prob.mw/r.pi.prob.mw.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.prob.mw/r.pi.prob.mw.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -41,6 +41,8 @@
 Department of Remote Sensing <br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.prox/r.pi.prox.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.prox/r.pi.prox.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.prox/r.pi.prox.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -28,6 +28,8 @@
 Department of Remote Sensing<br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.rectangle/r.pi.rectangle.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.rectangle/r.pi.rectangle.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.rectangle/r.pi.rectangle.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -51,6 +51,8 @@
 Department of Remote Sensing <br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.searchtime/r.pi.searchtime.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.searchtime/r.pi.searchtime.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.searchtime/r.pi.searchtime.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -100,6 +100,8 @@
 Department of Remote Sensing <br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.searchtime.mw/r.pi.searchtime.mw.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.searchtime.mw/r.pi.searchtime.mw.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.searchtime.mw/r.pi.searchtime.mw.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -75,6 +75,8 @@
 Department of Remote Sensing <br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.pi/r.pi.searchtime.pr/r.pi.searchtime.pr.html
===================================================================
--- grass-addons/grass7/raster/r.pi/r.pi.searchtime.pr/r.pi.searchtime.pr.html	2017-05-10 02:18:27 UTC (rev 71075)
+++ grass-addons/grass7/raster/r.pi/r.pi.searchtime.pr/r.pi.searchtime.pr.html	2017-05-10 21:56:34 UTC (rev 71076)
@@ -82,6 +82,8 @@
 Department of Remote Sensing <br>
 Remote Sensing and Biodiversity Unit<br>
 University of Wuerzburg, Germany
+<p>
+Port to GRASS GIS 7: Markus Metz
 
 <p>
 <i>Last changed: $Date$</i>



More information about the grass-commit mailing list