|
Algorithm 1 Multicriteria for the selection of an optimal areal unit |
-
1:
Input data: pollution data at an individual level (the pollution data in our application)
-
2:
for each areal unit on set of criteria, do
-
3:
Modeling of candidate areal unit
-
4:
Evaluation of an candidate areal unit (MCDA)
-
5:
Selection of the optimal areal unit (non-dominated solution)
-
6:
end for
-
7:
return Optimal areal unit
|