[GRASS-SVN] r47670 - in grass/trunk/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.pielou 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:36:12 EDT 2011
Author: neteler
Date: 2011-08-16 02:36:12 -0700 (Tue, 16 Aug 2011)
New Revision: 47670
Modified:
grass/trunk/raster/r.li/r.li.cwed/cellWeighted.h
grass/trunk/raster/r.li/r.li.cwed/cwed.c
grass/trunk/raster/r.li/r.li.cwed/r.li.cwed.html
grass/trunk/raster/r.li/r.li.cwed/utility.c
grass/trunk/raster/r.li/r.li.cwed/utility.h
grass/trunk/raster/r.li/r.li.daemon/GenericCell.c
grass/trunk/raster/r.li/r.li.daemon/GenericCell.h
grass/trunk/raster/r.li/r.li.daemon/avl.c
grass/trunk/raster/r.li/r.li.daemon/avl.h
grass/trunk/raster/r.li/r.li.daemon/avlDefs.h
grass/trunk/raster/r.li/r.li.daemon/avlID.c
grass/trunk/raster/r.li/r.li.daemon/avlID.h
grass/trunk/raster/r.li/r.li.daemon/defs.h
grass/trunk/raster/r.li/r.li.daemon/r.li.daemon.html
grass/trunk/raster/r.li/r.li.dominance/dominance.c
grass/trunk/raster/r.li/r.li.dominance/r.li.dominance.html
grass/trunk/raster/r.li/r.li.edgedensity/edgedensity.c
grass/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html
grass/trunk/raster/r.li/r.li.mpa/mpa.c
grass/trunk/raster/r.li/r.li.mpa/r.li.mpa.html
grass/trunk/raster/r.li/r.li.mps/mps.c
grass/trunk/raster/r.li/r.li.mps/r.li.mps.html
grass/trunk/raster/r.li/r.li.padcv/padcv.c
grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html
grass/trunk/raster/r.li/r.li.padrange/padrange.c
grass/trunk/raster/r.li/r.li.padrange/r.li.padrange.html
grass/trunk/raster/r.li/r.li.padsd/padsd.c
grass/trunk/raster/r.li/r.li.padsd/r.li.padsd.html
grass/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html
grass/trunk/raster/r.li/r.li.patchnum/r.li.patchnum.html
grass/trunk/raster/r.li/r.li.pielou/r.li.pielou.html
grass/trunk/raster/r.li/r.li.richness/r.li.richness.html
grass/trunk/raster/r.li/r.li.richness/richness.c
grass/trunk/raster/r.li/r.li.setup/r.li.setup.html
grass/trunk/raster/r.li/r.li.shannon/r.li.shannon.html
grass/trunk/raster/r.li/r.li.shannon/shannon.c
grass/trunk/raster/r.li/r.li.shape/main.c
grass/trunk/raster/r.li/r.li.shape/r.li.shape.html
grass/trunk/raster/r.li/r.li.simpson/r.li.simpson.html
grass/trunk/raster/r.li/r.li.simpson/simpson.c
Log:
outdated bug report addresses removed; minor layout cosmetics
Modified: grass/trunk/raster/r.li/r.li.cwed/cellWeighted.h
===================================================================
--- grass/trunk/raster/r.li/r.li.cwed/cellWeighted.h 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.cwed/cellWeighted.h 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.cwed/cwed.c
===================================================================
--- grass/trunk/raster/r.li/r.li.cwed/cwed.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.cwed/cwed.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.cwed/r.li.cwed.html
===================================================================
--- grass/trunk/raster/r.li/r.li.cwed/r.li.cwed.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.cwed/r.li.cwed.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -17,7 +17,6 @@
consider in the calculation. Each row must to have this syntax:<BR>
<small>patchType1,patchType2,dissimilarityBetweenPatchType1andPatchType2</small><BR>
-
<H2>EXAMPLES</H2>
To calculate mean pixel attribute index on map my_map, using
my_conf configuration file and saving results in
@@ -62,9 +61,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></p>
Modified: grass/trunk/raster/r.li/r.li.cwed/utility.c
===================================================================
--- grass/trunk/raster/r.li/r.li.cwed/utility.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.cwed/utility.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.cwed/utility.h
===================================================================
--- grass/trunk/raster/r.li/r.li.cwed/utility.h 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.cwed/utility.h 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.daemon/GenericCell.c
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/GenericCell.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/GenericCell.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -5,8 +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 "GenericCell.h"
int equalsGenericCell(generic_cell c1, generic_cell c2)
Modified: grass/trunk/raster/r.li/r.li.daemon/GenericCell.h
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/GenericCell.h 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/GenericCell.h 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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 GENERICCELL_H
Modified: grass/trunk/raster/r.li/r.li.daemon/avl.c
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/avl.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/avl.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -5,22 +5,21 @@
* 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>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
+#include <grass/gis.h>
+#include <grass/glocale.h>
+
#include "defs.h"
#include "avlDefs.h"
#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);
Modified: grass/trunk/raster/r.li/r.li.daemon/avl.h
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/avl.h 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/avl.h 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.daemon/avlDefs.h
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/avlDefs.h 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/avlDefs.h 2011-08-16 09:36:12 UTC (rev 47670)
@@ -5,8 +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
*/
+
#define AVL_S 1
#define AVL_D 2
#define AVL_SS 11
Modified: grass/trunk/raster/r.li/r.li.daemon/avlID.c
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/avlID.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/avlID.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -5,19 +5,15 @@
* 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>
-
#include <stdlib.h>
#include <fcntl.h>
#include <math.h>
+#include <grass/gis.h>
+#include <grass/glocale.h>
+
#include "defs.h"
#include "avlDefs.h"
#include "avlID.h"
@@ -34,7 +30,6 @@
void avlID_rotation_rr(avlID_node * critical);
-
avlID_tree avlID_make(const long k, const long n)
{
avlID_node *root = NULL; /* root pointer */
Modified: grass/trunk/raster/r.li/r.li.daemon/avlID.h
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/avlID.h 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/avlID.h 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.daemon/defs.h
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/defs.h 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/defs.h 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.daemon/r.li.daemon.html
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/r.li.daemon.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.daemon/r.li.daemon.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -67,7 +67,6 @@
to use an ad hoc build memory managment developed to speed up the system.
The documentation is in doxygen files.
-
<H2>SEE ALSO</H2>
<EM><A HREF="http://grass.osgeo.org/gdp/landscape/r_le_manual5.pdf">old r.le manual</A></EM><BR>
@@ -83,13 +82,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/trunk/raster/r.li/r.li.dominance/dominance.c
===================================================================
--- grass/trunk/raster/r.li/r.li.dominance/dominance.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.dominance/dominance.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -25,8 +25,6 @@
#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/trunk/raster/r.li/r.li.dominance/r.li.dominance.html
===================================================================
--- grass/trunk/raster/r.li/r.li.dominance/r.li.dominance.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.dominance/r.li.dominance.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -9,7 +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>
@@ -29,20 +28,14 @@
</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><br>
-
<p><i>Last changed: $Date$</i></p>
Modified: grass/trunk/raster/r.li/r.li.edgedensity/edgedensity.c
===================================================================
--- grass/trunk/raster/r.li/r.li.edgedensity/edgedensity.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.edgedensity/edgedensity.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -7,7 +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/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html
===================================================================
--- grass/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -61,9 +61,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/trunk/raster/r.li/r.li.mpa/mpa.c
===================================================================
--- grass/trunk/raster/r.li/r.li.mpa/mpa.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.mpa/mpa.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.mpa/r.li.mpa.html
===================================================================
--- grass/trunk/raster/r.li/r.li.mpa/r.li.mpa.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.mpa/r.li.mpa.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -1,4 +1,5 @@
<h2>DESCRIPTION</h2>
+
<em>r.li.mpa</em>
(mean pixel attribute) calculates the average value of the attribute of all the non-null
cells in the sampling area as:<br>
@@ -12,7 +13,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 +35,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/trunk/raster/r.li/r.li.mps/mps.c
===================================================================
--- grass/trunk/raster/r.li/r.li.mps/mps.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.mps/mps.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -7,18 +7,16 @@
* 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 <stdlib.h>
+#include <fcntl.h>
+#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/glocale.h>
-#include <stdlib.h>
-#include <fcntl.h>
-#include <math.h>
-
#include "../r.li.daemon/defs.h"
#include "../r.li.daemon/avlDefs.h"
#include "../r.li.daemon/avlID.h"
Modified: grass/trunk/raster/r.li/r.li.mps/r.li.mps.html
===================================================================
--- grass/trunk/raster/r.li/r.li.mps/r.li.mps.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.mps/r.li.mps.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -10,7 +10,6 @@
</li>
</ul>
-
<h2>EXAMPLES</h2>
To calculate mean path size index on map my_map, using
my_conf configuration file and saving results in
@@ -19,7 +18,6 @@
r.li.mps input=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
@@ -33,22 +31,15 @@
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><br>
-
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/raster/r.li/r.li.padcv/padcv.c
===================================================================
--- grass/trunk/raster/r.li/r.li.padcv/padcv.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.padcv/padcv.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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
*
*/
@@ -24,9 +22,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/trunk/raster/r.li/r.li.padcv/r.li.padcv.html
===================================================================
--- grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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>
@@ -12,12 +12,6 @@
<li><b>N<small>patch</small></b>: number of patch<br></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
@@ -26,7 +20,6 @@
r.li.padcv input=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
@@ -39,21 +32,14 @@
</pre></div>
after index calculation.
-
<h2>SEE ALSO</h2>
<em>
<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>
Modified: grass/trunk/raster/r.li/r.li.padrange/padrange.c
===================================================================
--- grass/trunk/raster/r.li/r.li.padrange/padrange.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.padrange/padrange.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.padrange/r.li.padrange.html
===================================================================
--- grass/trunk/raster/r.li/r.li.padrange/r.li.padrange.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.padrange/r.li.padrange.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -43,14 +43,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/trunk/raster/r.li/r.li.padsd/padsd.c
===================================================================
--- grass/trunk/raster/r.li/r.li.padsd/padsd.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.padsd/padsd.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.padsd/r.li.padsd.html
===================================================================
--- grass/trunk/raster/r.li/r.li.padsd/r.li.padsd.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.padsd/r.li.padsd.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -43,9 +43,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/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html
===================================================================
--- grass/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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>
Modified: grass/trunk/raster/r.li/r.li.patchnum/r.li.patchnum.html
===================================================================
--- grass/trunk/raster/r.li/r.li.patchnum/r.li.patchnum.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.patchnum/r.li.patchnum.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.pielou/r.li.pielou.html
===================================================================
--- grass/trunk/raster/r.li/r.li.pielou/r.li.pielou.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.pielou/r.li.pielou.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -30,13 +30,11 @@
r.li.pielou map=my_map conf=my_conf output=my_out
</pre></div>
-
<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. (<a href="http://treesearch.fs.fed.us/pubs/3064">PDF</a>)
-
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a>,
Modified: grass/trunk/raster/r.li/r.li.richness/r.li.richness.html
===================================================================
--- grass/trunk/raster/r.li/r.li.richness/r.li.richness.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.richness/r.li.richness.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.richness/richness.c
===================================================================
--- grass/trunk/raster/r.li/r.li.richness/richness.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.richness/richness.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.setup/r.li.setup.html
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/r.li.setup.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.setup/r.li.setup.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -144,17 +144,10 @@
<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
-<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/trunk/raster/r.li/r.li.shannon/r.li.shannon.html
===================================================================
--- grass/trunk/raster/r.li/r.li.shannon/r.li.shannon.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.shannon/r.li.shannon.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -33,7 +33,6 @@
</pre></div>
after index calculation.
-
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a>
@@ -43,10 +42,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>
Modified: grass/trunk/raster/r.li/r.li.shannon/shannon.c
===================================================================
--- grass/trunk/raster/r.li/r.li.shannon/shannon.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.shannon/shannon.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.shape/main.c
===================================================================
--- grass/trunk/raster/r.li/r.li.shape/main.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.shape/main.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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
*
*****************************************************************************/
@@ -90,8 +89,6 @@
}
}
-
-
/*calculate distance */
G_begin_distance_calculations();
/* EW Dist at North edge */
@@ -104,8 +101,6 @@
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/trunk/raster/r.li/r.li.shape/r.li.shape.html
===================================================================
--- grass/trunk/raster/r.li/r.li.shape/r.li.shape.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.shape/r.li.shape.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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/trunk/raster/r.li/r.li.simpson/r.li.simpson.html
===================================================================
--- grass/trunk/raster/r.li/r.li.simpson/r.li.simpson.html 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.simpson/r.li.simpson.html 2011-08-16 09:36:12 UTC (rev 47670)
@@ -6,15 +6,10 @@
<ul>
<li><b>i</b>: patch type<br> </li>
<li><b>m</b>: number of patch type<br> </li>
- <li><b>p<small><small>i</small></small></b>: proportion of the landscape occupied by patch type i<br> </li>
+ <li><b>p<small><small>i</small></small></b>: proportion of the landscape
+ occupied by patch type i<br> </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 simpson's diversity index on map my_map, using
my_conf configuration file and saving results in my_out file run:<br>
@@ -34,20 +29,14 @@
</pre></div>
after index calculation.
-
<h2>SEE ALSO</h2>
<em>
<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>
Modified: grass/trunk/raster/r.li/r.li.simpson/simpson.c
===================================================================
--- grass/trunk/raster/r.li/r.li.simpson/simpson.c 2011-08-16 09:21:05 UTC (rev 47669)
+++ grass/trunk/raster/r.li/r.li.simpson/simpson.c 2011-08-16 09:36:12 UTC (rev 47670)
@@ -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>
@@ -654,7 +652,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