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
Previous revision
calc_cumulative_flow_map [2011/05/16 22:38]
hermann [Notes]
calc_cumulative_flow_map [2015/10/12 16:42] (current)
admin
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name     ​^ Type               ​^ Description ​                                      ​+^ Name  ^ Type  ^ Description ​ 
-| Flow   ​| [[Map Type | Map]] | This map defines the flow directions between cells. |+| Flow  | [[Map Type]] ​ | This map defines the flow directions between cells. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name                    ^ Type                             ​^ Description ​                                                                                                                                                                                                             ^ Default Value           ​+^ Name  ^ Type  ^ Description ​ ^ Default Value  
-| Weight ​                 | [[Map Type | Map]]               ​| Weights ponder the cell flow, in terms of contribution. If this map is not provided, the functor assumes that weight is always 1.                                                                                        | None                    +| Weight ​ | [[Map Type]] ​ | Weights ponder the cell flow, in terms of contribution. If this map is not provided, the functor assumes that weight is always 1.  | None  
-| Flow Partition ​         | [[Map Type | Map]]               ​| This parameter defines the percentage of the flow transfered among cells. If the functor does not receive this map, it is assumed that the flow is equally divided among the cells pointed by the "Flow Directions"​ map. | None                    +| Flow Partition ​ | [[Map Type]] ​ | This parameter defines the percentage of the flow transfered among cells. If the functor does not receive this map, it is assumed that the flow is equally divided among the cells pointed by the "Flow Directions"​ map. | None  
-| Cell Type               ​| [[Cell Type Type | Cell Type]] ​  | Defines the output map cell type.                                                                                                                                                                                        | Signed 32 Bit Integer ​  ​+| Cell Type  | [[Cell Type Type]] ​  | Defines the output map cell type.  | Signed 32 Bit Integer ​ 
-| Null Accumulation ​      ​| [[Int Type | Int]]               ​| Defines the output map null value. ​                                                                                                                                                                                      ​| -2147483648 ​            ​+| Null Accumulation ​ | [[Integer Value Type]] ​ | Defines the output map null value. ​ | -2147483648 ​ 
-| Accumulation Is Sparse ​ | [[Int Type | Int]]               ​| If true, the map is loaded as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, yet have diminished access time.                                                    | False             ​|+| Accumulation Is Sparse ​ | [[Integer Value Type]] ​ | If true, the map is loaded as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, yet have diminished access time.  | False  |
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name               ​^ Type                ^ Description ​                                                                                                                                     +^ Name  ^ Type  ^ Description ​ 
-| Flow Accumulation ​ | [[Map Type | Map]]  | Map where each cell represents the accumulated flow. The resulting flow comprises the flows received from the neighbors directly and indirectly. |+| Flow Accumulation ​ | [[Map Type]] ​ | Map where each cell represents the accumulated flow. The resulting flow comprises the flows received from the neighbors directly and indirectly. ​ |
  
 ===== Group ===== ===== Group =====
  
-Map Algebra+[[Functor List#Map Algebra ​| Map Algebra]]
  
 ===== Notes ===== ===== Notes =====