Differences

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

Link to this comparison view

Next revision
Previous revision
calc_slope_map [2011/07/26 16:39]
hermann created
calc_slope_map [2015/10/13 02:05] (current)
admin
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name      ^ Type                ^ Description ​                                                                    ​+^ Name  ^ Type  ^ Description ​ 
-| Elevation | [[Map Type|Map  ​]]  | A height map. The height is assumed to be in meters. It may have null values. ​  |+| Elevation | [[Map Type]] ​ | A height map. The height is assumed to be in meters. It may have null values. ​  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name                      ^ Type                            ^ Description ​                                                                                                  ​^ Default Value          +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-use Diagonals Are Longer ​ | [[Bool Type|Bool  ​]]            | Indicates if the distance between the cells at the diagonals must be increased by the factor of 1.414213562. ​ | True                  +Use Diagonals Are Longer ​ | [[Boolean Value Type]] ​ | Indicates if the distance between the cells at the diagonals must be increased by the factor of 1.414213562. ​ | True  
-| Slope In percent ​         | [[Bool Type|Bool  ​]]            | If true, the slope will be calculated in percent; otherwise, it is calculated in degrees. ​                    ​| False                 ​+| Slope In percent ​ | [[Boolean Value Type]] ​ | If true, the slope will be calculated in percent; otherwise, it is calculated in degrees. ​ | False  
-| Cell Type                 ​| [[Cell Type Type|Cell Type  ​]]  | The slope data cell type.                                                                                     ​| Signed 32 Bit Integer | +| Cell Type  | [[Cell Type Type]] ​ | The slope data cell type.  | Signed 32 Bit Integer ​ 
-| Null Value                | [[Int Type|Int  ​]]              | Null value of the slope map. The cell type must be appropriate. ​                                              -2147483648 ​          +| Null Value  | [[Null Value Type]] ​ | Null value of the slope map. | Default  ​
-| Slope Is Sparse ​          ​| [[Bool Type|Bool  ​]]            | If true, set the output map as sparse. ​                                                                       | False                 ​|+| Slope Is Sparse ​ | [[Boolean Value Type]] ​ | If true, set the output map as sparse. ​ | False  |
  
 ===== Output ===== ===== Output =====
  
-^ Name     ​^ Type                ^ Description ​                                                          ​+^ Name  ^ Type  ^ Description ​ 
-| Slope    | [[Map Type|Map  ​]]  | The slope map. Map format has the same dimensions of the source map.  |+| Slope  | [[Map Type]] ​ | The slope map. Map format has the same dimensions of the source map.  |
  
 ===== Group ===== ===== Group =====