[GRASS-SVN] r43858 - grass-addons/raster/mcda/r.mcda.roughset
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 11 09:19:39 EDT 2010
Author: gianluca
Date: 2010-10-11 06:19:39 -0700 (Mon, 11 Oct 2010)
New Revision: 43858
Modified:
grass-addons/raster/mcda/r.mcda.roughset/r.mcda.roughset.py
Log:
DOMLEM algorithm: implementation in python
Modified: grass-addons/raster/mcda/r.mcda.roughset/r.mcda.roughset.py
===================================================================
--- grass-addons/raster/mcda/r.mcda.roughset/r.mcda.roughset.py 2010-10-11 13:19:02 UTC (rev 43857)
+++ grass-addons/raster/mcda/r.mcda.roughset/r.mcda.roughset.py 2010-10-11 13:19:39 UTC (rev 43858)
@@ -4,12 +4,11 @@
# MODULE: r.mcda.roughset
# AUTHOR: Gianluca Massei - Antonio Boggia
# PURPOSE: Generate a MCDA map from several criteria maps using Dominance Rough Set Approach - DRSA
-# (DOMLEM algorithm proposed by (S. Greco, B. Matarazzo, R. Slowinski)
-#
-# COPYRIGHT: c) 2010 Gianluca Massei, Antonio Boggia and the GRASS
-# Development Team. This program is free software under the
-# GNU General PublicLicense (>=v2). Read the file COPYING
-# that comes with GRASS for details.
+# (DOMLEM algorithm proposed by (S. Greco, B. Matarazzo, R. Slowinski)
+# COPYRIGHT: c) 2010 Gianluca Massei, Antonio Boggia and the GRASS
+# Development Team. This program is free software under the
+# GNU General PublicLicense (>=v2). Read the file COPYING
+# that comes with GRASS for details.
#
#############################################################################
More information about the grass-commit
mailing list