Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:multiple_criteria_evaluation_in_dinamica_ego [2017/01/25 18:45]
francisco [Third step: Calculating driving time to neighboring towns]
tutorial:multiple_criteria_evaluation_in_dinamica_ego [2017/01/25 18:55]
francisco [Third step: Calculating driving time to neighboring towns]
Line 158: Line 158:
 **if i1 = 6 then 0.1 else 0.3** **if i1 = 6 then 0.1 else 0.3**
  
-Now connect its output to a //[[:Calc Cost Map]]// functor (to its **Friction** port). You will need another //​[[:​Calculate Map]]//, providing its output to Source port of //[[:Calc Cost Map]]//, ​to pinpoint the neighboring towns from the land-use map using the equation below:+Now connect its output to a //[[:Calc Cost Map]]// functor (to its **Friction** port). You will need another //​[[:​Calculate Map]]// to pinpoint the neighboring towns from the land-use map using the equation below:
  
 **if i1 = 5 then 1 else null** **if i1 = 5 then 1 else null**