Differences

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

Link to this comparison view

calc_combination_map [2017/11/09 00:22]
admin created
calc_combination_map [2017/11/09 00:27] (current)
admin
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-Calculates a map combining two other maps. The calculation assigns an unique value for each possible combination of values from co-registered cells in the input maps. Each unique value used is stored in a dictionary of combinations. The combination dictionary is a table with format "​*#​real,​ #real and #real" where the key represents the combined value, and the data values represent the two original values from each one of the input maps.+Calculates a map combining two other maps. The calculation assigns an unique value for each possible combination of values from co-registered cells in the input maps. Each unique value used is stored in a dictionary of combinations. The combination dictionary is a table with format "Combination*#​real, ​Initial#real and Final#real" where the key represents the combined value, and the data values represent the two original values from each one of the input maps.
  
 ===== Inputs ===== ===== Inputs =====
Line 15: Line 15:
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
 | Combination Map  | [[Categorical Map Type]] ​ | Map depicting the combination of the two input maps.  | | Combination Map  | [[Categorical Map Type]] ​ | Map depicting the combination of the two input maps.  |
-| Combination Map Dictionary | [[Table Type]] ​ | Dictionary table used to translate the values assigned to each combination back into their corresponding initial and final value from the input maps. This table has format "​*#​real,​ #real and #real" where the key represents the combined value, and the data values represent the two original values from each one of the input maps.  |+| Combination Map Dictionary | [[Table Type]] ​ | Dictionary table used to translate the values assigned to each combination back into their corresponding initial and final value from the input maps. This table has format "Combination*#​real, ​Initial#real and Final#real" where the key represents the combined value, and the data values represent the two original values from each one of the input maps.  |
  
 ===== Notes ===== ===== Notes =====