[GRASS-SVN] r53869 - grass-addons/grass7/raster/r.mcda.output

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 17 16:05:52 PST 2012


Author: gianluca
Date: 2012-11-17 16:05:52 -0800 (Sat, 17 Nov 2012)
New Revision: 53869

Modified:
   grass-addons/grass7/raster/r.mcda.output/Makefile
   grass-addons/grass7/raster/r.mcda.output/description.html
   grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py
Log:


Modified: grass-addons/grass7/raster/r.mcda.output/Makefile
===================================================================
--- grass-addons/grass7/raster/r.mcda.output/Makefile	2012-11-18 00:01:34 UTC (rev 53868)
+++ grass-addons/grass7/raster/r.mcda.output/Makefile	2012-11-18 00:05:52 UTC (rev 53869)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = r.to.drsa
+PGM = r.mcda.output
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 

Modified: grass-addons/grass7/raster/r.mcda.output/description.html
===================================================================
--- grass-addons/grass7/raster/r.mcda.output/description.html	2012-11-18 00:01:34 UTC (rev 53868)
+++ grass-addons/grass7/raster/r.mcda.output/description.html	2012-11-18 00:05:52 UTC (rev 53869)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-The <em>r.ro.drsa</em> module will export raster maps as a *isf file
+The <em>r.mcda.output</em> module will export raster maps as a *isf file
 readable in jMAF, JAMM or 4eMka2 sofware <a href="http://idss.cs.put.poznan.pl/">Laboratory of Intelligent Decision Support Systems - Poznan University.</a>
 <p>
 <em>(GRASS python Script)</em>
@@ -22,10 +22,11 @@
 
 <em>
 <a href="r.roughset.html">r.roughset</a>,
-<a href="r.mcda.regime.html">r.mcda.regime</a>,
+<a href="r.mcda.regime.html">r.mcda.regime</a>
 <a href="r.mcda.fuzzy.html">r.mcda.fuzzy</a>
-<a href="r.mcda.electre.html">r.mcda.electre</a>,
-<a href="r.in.drsa.html">r.in.drsa</a>
+<a href="r.mcda.electre.html">r.mcda.electre</a>
+<a href="r.mcda.roughset.html">r.mcda.roughset</a>,
+<a href="r.mcda.input.html">r.mcda.input</a>
 </em>
 
 <h2>AUTHORS</h2>

Modified: grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py
===================================================================
--- grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py	2012-11-18 00:01:34 UTC (rev 53868)
+++ grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py	2012-11-18 00:05:52 UTC (rev 53869)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 ############################################################################
 #
-# MODULE:       r.to.drsa
+# MODULE:       r.mcda.output
 # AUTHOR:       Gianluca Massei - Antonio Boggia
 # PURPOSE:      Export criteria raster maps and decision raster map in a *.isf
 #               file for dominance rough set approach analysis (DRSA)



More information about the grass-commit mailing list