NAME
r.mcda.regime - Multicirtieria decision analysis based on REGIME method
KEYWORDS
raster,MCDA
SYNOPSIS
r.mcda.regime
r.mcda.regime help
r.mcda.regime criteria=string[,string,...] weight=float[,float,...] preference=string [--overwrite] [--verbose] [--quiet]
Flags:
- --overwrite
- Allow output files to overwrite existing files
- --verbose
- Verbose module output
- --quiet
- Quiet module output
Parameters:
- criteria=string[,string,...]
- Input geographics criteria in information system
- weight=float[,float,...]
- Criteria weight(s) (w1,w2,..)
- preference=string
- regime preference output map
- Default: regime_map
DESCRIPTION
r.mcda.regime is the implementation of the REGIME multicriteria algorithm in GRASS GIS environment. It is one of the available tools in the r.mcda suite. It requires as an input the list of raster representing the criteria to be assessed in the multicriteria evaluation and the vector of weights to be assigned. Every single cell of the GRASS region is considered as one of the possible alternatives to evaluate and it is described with the value assumed for the same cell by the raster used as criteria.
NOTES
The module does not standardize the raster-criteria. Therefore, they must be prepared before by using, for example, r.mapcalc. The weights vector is always normalized so that the sum of the weights is 1.
REFERENCE
Janssen R. (1994) - Multiobjective decision support for environmental management, Kluwer Academic Publishers;
GRASS Development Team (2008);
SEE ALSO
r.mcda.fuzzy, r.mcda.electre, r.roughet, r.mapcalc
AUTHORS
Antonio Boggia - Gianluca Massei
Department of Economics and Appraisal - University of Perugia - Italy
Last changed: $Date$
Main index - raster index - Full index
© 2003-2016 GRASS Development Team