[GRASS-SVN] r62540 - in grass/branches/releasebranch_7_0: . gui/wxpython/xml raster raster/r.li

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 2 02:56:41 PST 2014


Author: neteler
Date: 2014-11-02 02:56:41 -0800 (Sun, 02 Nov 2014)
New Revision: 62540

Removed:
   grass/branches/releasebranch_7_0/raster/r.le/
Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/grasslib.dox
   grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
   grass/branches/releasebranch_7_0/raster/Makefile
   grass/branches/releasebranch_7_0/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


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:62179-62180,62182,62403,62466,62487,62491,62494,62506,62508-62509,62515,62519,62521,62526
   + /grass/trunk:62179-62180,62182,62403,62466,62487,62491,62494,62506,62508-62509,62515,62519,62521,62526,62533,62539

Modified: grass/branches/releasebranch_7_0/grasslib.dox
===================================================================
--- grass/branches/releasebranch_7_0/grasslib.dox	2014-11-02 10:54:01 UTC (rev 62539)
+++ grass/branches/releasebranch_7_0/grasslib.dox	2014-11-02 10:56:41 UTC (rev 62540)
@@ -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 interfaces Interfaces
 

Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2014-11-02 10:54:01 UTC (rev 62539)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2014-11-02 10:56:41 UTC (rev 62540)
@@ -920,17 +920,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/branches/releasebranch_7_0/raster/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/raster/Makefile	2014-11-02 10:54:01 UTC (rev 62539)
+++ grass/branches/releasebranch_7_0/raster/Makefile	2014-11-02 10:56:41 UTC (rev 62540)
@@ -131,8 +131,6 @@
 	r.what.color \
 	simwe
 
-#	r.le \
-
 PGM = rasterintro
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make

Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.html	2014-11-02 10:54:01 UTC (rev 62539)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.html	2014-11-02 10:56:41 UTC (rev 62540)
@@ -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