[GRASS-SVN] r62539 - in grass/trunk: . gui/wxpython/xml raster raster/r.li
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 2 02:54:01 PST 2014
Author: neteler
Date: 2014-11-02 02:54:01 -0800 (Sun, 02 Nov 2014)
New Revision: 62539
Removed:
grass/trunk/raster/r.le/
Modified:
grass/trunk/grasslib.dox
grass/trunk/gui/wxpython/xml/toolboxes.xml
grass/trunk/raster/Makefile
grass/trunk/raster/r.li/r.li.html
Log:
r.le suite (r.le.setup, r.le.trace, r.le.pixel, r.le.patch) moved to Addons
Modified: grass/trunk/grasslib.dox
===================================================================
--- grass/trunk/grasslib.dox 2014-11-02 10:49:03 UTC (rev 62538)
+++ grass/trunk/grasslib.dox 2014-11-02 10:54:01 UTC (rev 62539)
@@ -51,7 +51,7 @@
- gis: \ref gislib
- raster: \ref rasterlib
- vector: \ref vectorlib
- - Temporal GIS API: \ref pythontemporallib
+ - Temporal GIS API: See http://grass.osgeo.org/grass71/manuals/libpython/temporal_framework.html
\section libs Further libraries
Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml 2014-11-02 10:49:03 UTC (rev 62538)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml 2014-11-02 10:54:01 UTC (rev 62539)
@@ -916,17 +916,6 @@
</module-item>
</items>
</toolbox>
- <toolbox name="LandscapeStructureModeling">
- <label>Landscape structure modeling</label>
- <items>
- <module-item name="r.le.pixel">
- <label>Analyze landscape</label>
- </module-item>
- <module-item name="r.le.patch">
- <label>Analyze patches</label>
- </module-item>
- </items>
- </toolbox>
<toolbox name="LandscapePatchAnalysis">
<label>Landscape patch analysis</label>
<items>
Modified: grass/trunk/raster/Makefile
===================================================================
--- grass/trunk/raster/Makefile 2014-11-02 10:49:03 UTC (rev 62538)
+++ grass/trunk/raster/Makefile 2014-11-02 10:54:01 UTC (rev 62539)
@@ -138,8 +138,6 @@
r.what.color \
simwe
-# r.le \
-
PGM = rasterintro
include $(MODULE_TOPDIR)/include/Make/Dir.make
Modified: grass/trunk/raster/r.li/r.li.html
===================================================================
--- grass/trunk/raster/r.li/r.li.html 2014-11-02 10:49:03 UTC (rev 62538)
+++ grass/trunk/raster/r.li/r.li.html 2014-11-02 10:54:01 UTC (rev 62539)
@@ -1,13 +1,10 @@
<!-- meta page description: Landscape structure analysis package overview -->
<h2>DESCRIPTION</h2>
-The <em>r.li</em> suite is a toolset for multiscale analysis of landscape structure.
-<!-- rephrase reference to r.le which is long time ago ...
-It aims at replacing the <em>r.le</em> suite of modules through a client-server,
-multiprocess implementation.
--->
-It aims at implementing metrics as found in external software for quantitative
-measures of landscape structure like FRAGSTATS (McGarigal and Marks 1995).
+The <em>r.li</em> suite is a toolset for multiscale analysis of
+landscape structure. It aims at implementing metrics as found in
+external software for quantitative measures of landscape structure like
+FRAGSTATS (McGarigal and Marks 1995).
<p>
The <em>r.li</em> suite offers a set of patch and diversity indices.
It supports analysis of landscapes composed of a mosaic of
@@ -188,7 +185,9 @@
Claudio Porta and Lucio Davide Spano, students of Computer Science,
University of Pisa (Italy).<br>
-Commission from Faunalia Pontedera (PI)<br>
+Commission from Faunalia Pontedera (PI)
+<p>
+Partially rewritten by Markus Metz
<p>
<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list