Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
extract_categorical_map_attributes [2014/04/11 23:15] admin |
extract_categorical_map_attributes [2015/10/13 20:18] (current) admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This functor calculates basic statistics from a map for each area delimited by each class. The result is returned in a table contains the extracted classes and their corresponding attributes. | + | This functor calculates basic statistics from a map for each area delimited by a class. The result is returned in a table contains the extracted classes and their corresponding attributes. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Map | [[Map Type|Map]] | Map whose attributes will be extracted. | | + | | Map | [[Map Type]] | Map whose attributes will be extracted. | |
| - | | Categorical Map | [[Categorical Map Type|Categorical Map]] | Map whose classes will be used to delimit the calculation areas in the input. | | + | | Categorical Map | [[Categorical Map Type]] | Map whose classes will be used to delimit the calculation areas in the input. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Extract Statistical Attributes | [[Bool Type|Bool ]] | If true, [[Extract Map Attributes#Statistical attributes|statistical attributes]] will be calculated. | True | | + | | Extract Statistical Attributes | [[Boolean Value Type]] | If true, [[Extract Map Attributes#Statistical attributes|statistical attributes]] will be calculated. | True | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Attributes | [[Table Type|Table]] | Table containing the attributes extracted from a map. | | + | | Attributes | [[Table Type]] | Table containing the attributes extracted from a map. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 32: | Line 32: | ||
| ^ Column Name ^ Key or Data? ^ Column Type ^ Description ^ | ^ Column Name ^ Key or Data? ^ Column Type ^ Description ^ | ||
| - | | "Category" | Key | Real | The map category | | ||
| | "Attribute" | Key | Real | The attribute key | | | "Attribute" | Key | Real | The attribute key | | ||
| + | | "Category" | Key | Real | The map category | | ||
| | "Value" | Data | Real | The attribute from the map | | | "Value" | Data | Real | The attribute from the map | | ||