<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
In MCDA package there are modules written in python and other in C.<br>
r.mcda.ahp (for AHP method) is in python, and you can write: <br>
<i>sudo svn export
<a class="moz-txt-link-freetext" href="https://svn.osgeo.org/grass/grass-addons/grass6/raster/mcda/r.mcda.ahp/r.mcda.ahp.py">https://svn.osgeo.org/grass/grass-addons/grass6/raster/mcda/r.mcda.ahp/r.mcda.ahp.py</a>
/usr/lib/grass64/scripts/r.mcda.ahp</i> (adapt this for your grass
installation).<br>
<br>
Next, you can change rights with chmod:<br>
<i>chmod 755 r.mcda.ahp</i><br>
<br>
The same procedure should works even for r.mcda.roughset .<br>
<br>
For r.mcda.electre, r.mcda.fuzzy and r.mcda.regime, written in C,
you should checkout from svn with the follow code:<br>
<br>
<i>sudo svn co
<a class="moz-txt-link-freetext" href="https://svn.osgeo.org/grass/grass-addons/grass6/raster/mcda/r.mcda.electre">https://svn.osgeo.org/grass/grass-addons/grass6/raster/mcda/r.mcda.electre</a>
/$HOME/download/r.mcda.electre/</i> (or where you want)<br>
You have to compile the module with ordinary method (example: make
MODULE_TOPDIR=/usr/lib/grass640/). Tell me if you need help in
compile, I can support you step to step.<br>
Unfortunatly MCDA has still problems with the excellent g.extension
and I hope to fix it as soon as possible.<br>
By<br>
<br>
Gianluca<br>
<br>
<br>
<br>
Il 20/12/2011 19:13, leonidas ha scritto:
<blockquote cite="mid:1324404828561-7112767.post@n2.nabble.com"
type="cite">
<pre wrap="">I'm using Ubuntu 11.10 and GRASS 6.4.1 installed from synaptic manager.
Using the command
*g.extension -l svnurl=<a class="moz-txt-link-freetext" href="http://svn.osgeo.org/grass/grass-addons/grass6*">http://svn.osgeo.org/grass/grass-addons/grass6*</a>
returns mcda in list.
--
View this message in context: <a class="moz-txt-link-freetext" href="http://osgeo-org.1803224.n2.nabble.com/about-Analytic-Hierarchy-Process-AHP-tp2671507p7112767.html">http://osgeo-org.1803224.n2.nabble.com/about-Analytic-Hierarchy-Process-AHP-tp2671507p7112767.html</a>
Sent from the Grass - Users mailing list archive at Nabble.com.
_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>
</pre>
</blockquote>
<br>
</body>
</html>