GRASS logo

NAME

r.mcda.topsis - Generates a MCDA map based on TOPSIS algorthm.

KEYWORDS

raster, Multi Criteria Decision Analysis (MCDA)

SYNOPSIS

r.mcda.topsis
r.mcda.topsis --help
r.mcda.topsis criteria=name[,name,...] preferences=character weights=float[,float,...] topsismap=string [--help] [--verbose] [--quiet] [--ui]

Flags:

--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

criteria=name[,name,...] [required]
Name of criteria raster maps
preferences=character [required]
preference (gain,cost)
weights=float[,float,...] [required]
weights (w1,w2,...,wn)
topsismap=string [required]
Ranked raster map

Table of contents

DESCRIPTION

r.mcda.topsis implements the ideal point algorithms based on TOPSIS model and returns a raster map shown the ranking geospatial alternatives. The user has to provide the weight values and preference (gain or cost) directly

NOTES

For bug please contact Gianluca Massei (g_mass@libero.it)

REFERENCE

  1. Hwang C. L. and Yoon K. Multiple Objective Decision Making Methods and Applications, A State-of-the-Art Survey.Springer - Verlag , 1981.

SEE ALSO

r.mcda.fuzzy, r.mcda.electre, r.mcda.roughset, r.to.drsa, r.in.drsa

AUTHORS

Antonio Boggia - Gianluca Massei
Department of Economics and Appraisal - University of Perugia - Italy

SOURCE CODE

Available at: r.mcda.topsis source code (history)

Latest change: Sunday Aug 18 16:05:40 2024 in commit: f9d320e265329f9ec47c8a5ff0ce4876aa53e3e0


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.4.1dev Reference Manual