[GRASS-SVN] r47668 - in
grass/branches/releasebranch_6_4/raster/r.li: r.li.cwed
r.li.daemon r.li.dominance r.li.edgedensity r.li.mpa r.li.mps
r.li.padcv r.li.padrange r.li.padsd r.li.patchdensity
r.li.patchnum r.li.richness r.li.setup r.li.shannon
r.li.shape r.li.simpson
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 16 05:13:05 EDT 2011
Author: neteler
Date: 2011-08-16 02:13:05 -0700 (Tue, 16 Aug 2011)
New Revision: 47668
Modified:
grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cellWeighted.h
grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cwed.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.h
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.h
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.h
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlDefs.h
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.h
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/defs.h
grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/dominance.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/edgedensity.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/mpa.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/mps.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/padcv.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/padrange.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/padsd.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/richness.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c
grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/simpson.c
Log:
outdated bug report addresses removed; minor layout cosmetics
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cellWeighted.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cellWeighted.h 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cellWeighted.h 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,8 +5,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
- *
*/
#include "../r.li.daemon/GenericCell.h"
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cwed.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cwed.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/cwed.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -7,8 +7,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
- *
*/
#include <grass/gis.h>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -62,9 +62,6 @@
Serena Pallecchi student of Computer Science University of Pisa (Italy).<BR>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-<H2>BUGS</H2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><BR>
+<p>
+<i>Last changed: $Date$</i></p>
-<p><i>Last changed: $Date$</i></p>
-
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,15 +5,13 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
- *
*/
+#include <string.h>
+
#include <grass/gis.h>
#include <grass/glocale.h>
-#include <string.h>
-
#include "utility.h"
/*if occurred an error returns NULL */
@@ -30,8 +28,6 @@
}
-
-
/* split_arg returns the array of token find in linea separated by separatore presente
* and write in argc the nummer of find token */
/*if occurred an error returns NULL */
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.h 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/utility.h 2011-08-16 09:13:05 UTC (rev 47668)
@@ -9,8 +9,8 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
+
/*if occurred an error returns NULL */
char *concatena(const char *, const char *);
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,7 +5,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
#include "GenericCell.h"
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.h 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/GenericCell.h 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,7 +5,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
#include <grass/gis.h>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,7 +5,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
#include <grass/gis.h>
#include <grass/glocale.h>
@@ -20,7 +19,6 @@
#include "avl.h"
-
static avl_node *avl_individua(const avl_tree root, const generic_cell k,
avl_node ** father, int *direction);
static int avl_height(const avl_tree root);
@@ -188,8 +186,6 @@
}
-
-
static avl_node *avl_individua(const avl_tree root, const generic_cell k,
avl_node ** father, int *direction)
{
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.h 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avl.h 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,7 +5,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
#ifndef AVL_H
@@ -15,7 +14,7 @@
typedef struct avl_node
{
- generic_cell key; /* key field is a CELL or a DCELL or a FCELL */
+ generic_cell key; /* key field is a CELL or a DCELL or a FCELL */
long counter; /* data */
struct avl_node *father;
struct avl_node *right_child;
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlDefs.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlDefs.h 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlDefs.h 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,7 +5,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
#define AVL_S 1
#define AVL_D 2
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,12 +5,8 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
-
-
-
#include <grass/gis.h>
#include <grass/glocale.h>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.h 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/avlID.h 2011-08-16 09:13:05 UTC (rev 47668)
@@ -5,7 +5,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
typedef struct avlID_node
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/defs.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/defs.h 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/defs.h 2011-08-16 09:13:05 UTC (rev 47668)
@@ -6,12 +6,12 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*/
+
#ifndef _INDEXHEADER_H_
#define _INDEXHEADER_H_
#define RLI_ERRORE 0
#define RLI_OK 1
-#endif //_INDEXHEADER_H_
+#endif /* _INDEXHEADER_H_ */
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -83,13 +83,6 @@
This program is free software under the GPL (>=v2)
Read the COPYING file that comes with GRASS for details.
-
-<H2>BUGS</h2>
-Pleas send bugs reports to
-<a href="mailto:spano at cli.di.unipi.it">spano at cli.di.unipi.it</a>,
-<a href="mailto:porta at cli.di.unipi.it">porta at cli.di.unipi.it</a><br>
-<BR>
-
<p>
<i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -9,14 +9,6 @@
<li><b>p<small><small>i</small></small></b>: proportion of the landscape occupied by patch type i<br></li>
</ul>
-
-<h2>EXAMPLES</h2>
-To calculate dominance's diversity index on map my_map, using
-my_conf configuration file and saving results in my_out file run:<br>
-<div class="code"><pre>
-r.li.dominance map=my_map conf=my_conf output=my_out
-</pre></div>
-
<h2>NOTES</h2>
Do not use absolute path names for output files. They are raster if
moving window disposition was selected, otherwise they are in
@@ -29,6 +21,12 @@
</pre></div>
after index calculation.
+<h2>EXAMPLES</h2>
+To calculate dominance's diversity index on map my_map, using
+my_conf configuration file and saving results in my_out file run:<br>
+<div class="code"><pre>
+r.li.dominance map=my_map conf=my_conf output=my_out
+</pre></div>
<h2>SEE ALSO</h2>
<em>
@@ -36,13 +34,9 @@
<a href="r.le.html">r.le</a>
</em>
-
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
-
-<p><i>Last changed: $Date$</i></p>
+<p>
+<i>Last changed: $Date$</i></p>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/dominance.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/dominance.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/dominance.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -7,8 +7,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
- *
*/
#include <grass/gis.h>
@@ -23,9 +21,6 @@
#include "../r.li.daemon/avl.h"
#include "../r.li.daemon/daemon.h"
-
-
-
int calculate(int fd, area_des ad, double *result);
int calculateD(int fd, area_des ad, double *result);
int calculateF(int fd, area_des ad, double *result);
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -17,10 +17,20 @@
<li> <B>Area</B>: total landscape area<BR>
</ul>
-<h2>REFERENCES</h2>
-McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
-analysis program for quantifying landscape structure. USDA For. Serv.
-Gen. Tech. Rep. PNW-351.
+<h2>NOTES</h2>
+Do not use absolute path names for output files. They are raster if
+moving window disposition was selected, otherwise they are in
+~/.r.li/output folder.
+<br>
+If input raster is full of null values r.li.edgedensity consider to have 0
+patch.<br>
+If area is 0 r.li.edgedensity returns -1; this is possible only if input
+raster is masked.
+If you want to have null values instead run <br>
+<div class="code"><pre>
+r.null setnull=-1 map=my_map
+</pre></div>
+after index calculation.
<h2>EXAMPLES</h2>
To calculate edge density index on map my_map, using
@@ -37,33 +47,20 @@
r.li.edgedensity map=my_map conf=my_conf output=my_out patch_type=34
</pre></div>
-<h2>NOTES</h2>
-Do not use absolute path names for output files. They are raster if
-moving window disposition was selected, otherwise they are in
-~/.r.li/output folder.
-<br>
-If input raster is full of null values r.li.edgedensity consider to have 0
-patch.<br>
-If area is 0 r.li.edgedensity returns -1; this is possible only if input
-raster is masked.
-If you want to have null values instead run <br>
-<div class="code"><pre>
-r.null setnull=-1 map=my_map
-</pre></div>
-after index calculation.
-
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a>
</em>
+<h2>REFERENCES</h2>
+McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
+analysis program for quantifying landscape structure. USDA For. Serv.
+Gen. Tech. Rep. PNW-351.
+
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
+<p>
+<i>Last changed: $Date$</i>
-<p><i>Last changed: $Date$</i>
-
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/edgedensity.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/edgedensity.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/edgedensity.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -6,8 +6,7 @@
*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
- *
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
+ *
*/
#include <grass/gis.h>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -12,7 +12,6 @@
</li>
</ul>
-
<h2>EXAMPLES</h2>
To calculate mean pixel attribute index on map my_map, using
my_conf configuration file and saving results in
@@ -35,22 +34,15 @@
</pre></div>
after index calculation.
-
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a>
<a href="r.le.html">r.le</a>
</em>
-
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a>
-
<p><i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/mpa.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/mpa.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/mpa.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -7,8 +7,6 @@
*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
- *
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*
*/
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -33,22 +33,16 @@
after index calculation.
-
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a>
<a href="r.le.html">r.le</a>
</em>
-
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
+<p>
+<i>Last changed: $Date$</i>
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
-
-<p><i>Last changed: $Date$</i>
-
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/mps.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/mps.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/mps.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -6,8 +6,7 @@
*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
- *
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
+ *
*/
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>r.li.padcv</em>
- (patch area distribution coefficient of variation) calculates
+
+<em>r.li.padcv</em> (patch area distribution coefficient of variation) calculates
as:<br>
<img src="rlipadcv_formula1.png"> <br>
with:<br>
@@ -13,12 +13,6 @@
</li>
</ul>
-
-<h2>REFERENCES</h2>
-McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
-analysis program for quantifying landscape structure. USDA For. Serv.
-Gen. Tech. Rep. PNW-351.
-
<h2>EXAMPLES</h2>
To calculate mean pixel attribute index on map my_map, using
my_conf configuration file and saving results in
@@ -27,7 +21,6 @@
r.li.padcv map=my_map conf=my_conf output=my_out
</pre></div>
-
<h2>NOTES</h2>
Do not use absolute path names for output files. They are raster if
moving window disposition was selected, otherwise they are in
@@ -40,21 +33,20 @@
</pre></div>
after index calculation.
-
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a>
</em>
+<h2>REFERENCES</h2>
+McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
+analysis program for quantifying landscape structure. USDA For. Serv.
+Gen. Tech. Rep. PNW-351.
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
+<p>
+<i>Last changed: $Date$</i>
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
-
-<p><i>Last changed: $Date$</i>
-
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/padcv.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/padcv.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/padcv.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -6,8 +6,6 @@
*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
- *
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*
*/
@@ -23,9 +21,11 @@
#include "../r.li.daemon/avlID.h"
#include "../r.li.daemon/GenericCell.h"
#include "../r.li.daemon/daemon.h"
+
int calculate(int fd, area_des ad, double *result);
int calculateD(int fd, area_des ad, double *result);
int calculateF(int fd, area_des ad, double *result);
+
int main(int argc, char *argv[])
{
struct Option *raster, *conf, *output;
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -44,14 +44,10 @@
<a href="r.li.html">r.li</a>
</em>
-
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
+<p>
+<i>Last changed: $Date$</i></p>
-<p><i>Last changed: $Date$</i></p>
-
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/padrange.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/padrange.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/padrange.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -6,8 +6,6 @@
*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
- *
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*
*/
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -44,9 +44,4 @@
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
-
<p><i>Last changed: $Date$</i></p>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/padsd.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/padsd.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/padsd.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -7,8 +7,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
- *
*/
#include <grass/gis.h>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -56,9 +56,4 @@
University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI) (www.faunalia.it)<br>
-<H2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:spano at cli.di.unipi.it">spano at cli.di.unipi.it</a>,
-<a href="mailto:porta at cli.di.unipi.it">porta at cli.di.unipi.it</a><BR>
-
<p><i>Last changed: $Date$</i<pre>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -31,10 +31,4 @@
University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI) (www.faunalia.it)<br>
-<H2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:spano at cli.di.unipi.it">spano at cli.di.unipi.it</a>,
-<a href="mailto:porta at cli.di.unipi.it">porta at cli.di.unipi.it</a><BR>
-
-
<p><i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -3,7 +3,7 @@
<img src="rliRichness_formula.png"> <br>
with: <br>
<ul>
- <li><b>m</b>: number of different patch type<br> </li>
+ <li><b>m</b>: number of different patch type</li>
</ul>
<h2>EXAMPLES</h2>
@@ -32,14 +32,9 @@
<a href="r.li.html">r.li</a>
</em>
-
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
-
<p><i>Last changed: $Date$</i></p>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/richness.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/richness.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/richness.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -7,8 +7,6 @@
*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
- *
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
*
*/
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -136,24 +136,16 @@
relative coordinates.
<H2>SEE ALSO</H2>
-<EM><A HREF="http://grass.osgeo.org/gdp/landscape/r_le_manual5.pdf">
-old r.le manual</A></EM><BR>
+<EM><A HREF="http://grass.osgeo.org/gdp/landscape/r_le_manual5.pdf">old r.le manual</A></EM><BR>
<EM><A HREF="r.li.html">r.li</A></EM> package overview <BR>
<EM><A HREF="r.li.daemon.html">r.li.daemon</A></EM>,
<EM><A HREF="r.li.patchdensity.html">r.li.patchdensity</A></EM>
<H2>AUTHORS</H2>
-Claudio Porta & Lucio Davide Spano, students of Computer Science
+Claudio Porta and Lucio Davide Spano, students of Computer Science
University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI)<br>
-Rebuild of r.le.setup from William L. Baker
+Rebuild of <em>r.le.setup</em> from William L. Baker
-<H2>BUGS</h2>
-Pleas send bugs reports to
-<a href="mailto:spano at cli.di.unipi.it">spano at cli.di.unipi.it</a>,
-<a href="mailto:porta at cli.di.unipi.it">porta at cli.di.unipi.it</a><BR>
-<a href="mailto:cavallini at faunalia.it">cavallini at faunalia.it</a>
-
-
<p>
<i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -42,9 +42,5 @@
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
-
<p><i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -7,8 +7,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * \BUGS: please send bugs reports to pallecch at cli.di.unipi.it
- *
*/
#include <grass/gis.h>
@@ -316,10 +314,6 @@
-
-
-
-
int calculateD(int fd, area_des ad, double *result)
{
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -21,10 +21,4 @@
University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI) (www.faunalia.it)<br>
-<H2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:spano at cli.di.unipi.it">spano at cli.di.unipi.it</a>,
-<a href="mailto:porta at cli.di.unipi.it">porta at cli.di.unipi.it</a><BR>
-<BR>
-
<p><i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/main.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -13,7 +13,6 @@
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
* for details.
- * BUGS: please send bugs reports to spano at cli.di.unipi.it, porta at cli.di.unipi.it
*
*****************************************************************************/
@@ -91,8 +90,6 @@
}
}
-
-
/*calculate distance */
G_begin_distance_calculations();
/* EW Dist at North edge */
@@ -104,9 +101,6 @@
/* NS Dist at West edge */
NS_DIST2 = G_distance(hd.west, hd.north, hd.west, hd.south);
-
-
-
area = (((EW_DIST1 + EW_DIST2) / 2) / hd.cols) *
(((NS_DIST1 + NS_DIST2) / 2) / hd.rows) *
(ad->rl * ad->cl - null_count);
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html 2011-08-16 09:13:05 UTC (rev 47668)
@@ -45,9 +45,5 @@
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
-<h2>BUGS</h2>
-Please send bugs reports to
-<a href="mailto:pallecch at cli.di.unipi.it">pallecch at cli.di.unipi.it</a><br>
-
<p><i>Last changed: $Date$</i>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/simpson.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/simpson.c 2011-08-16 07:36:22 UTC (rev 47667)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/simpson.c 2011-08-16 09:13:05 UTC (rev 47668)
@@ -8,8 +8,6 @@
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
*
- * BUGS: please send bugs reports to pallecch at cli.di.unipi.it
- *
*/
#include <grass/gis.h>
@@ -660,7 +658,7 @@
return RLI_ERRORE;
}
- /* claculate index summary */
+ /* calculate index summary */
for (i = 0; i < m; i++) {
t = (double)(array[i]->tot);
p = t / area;
More information about the grass-commit
mailing list