Point Statistics for Polygons
- Author: V. Olaya, O. Conrad (c) 2005, 2010
- Menu: Shapes | Polygons
Description
Calculates statistics over all points falling in a polygon.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Points | shapes, input | POINTS | - | - |
Polygons | shapes, input | POLYGONS | - | - | |
Output | Statistics | shapes, output, optional | STATISTICS | - | - |
Options | Attributes | table fields | FIELDS | - | - |
Sum | boolean | SUM | - | Default: 0 | |
Mean | boolean | AVG | - | Default: 1 | |
Variance | boolean | VAR | - | Default: 0 | |
Deviation | boolean | DEV | - | Default: 0 | |
Minimum | boolean | MIN | - | Default: 0 | |
Maximum | boolean | MAX | - | Default: 0 | |
Count | boolean | NUM | - | Default: 0 | |
Field Naming | choice | FIELD_NAME | - | Available Choices: [0] variable type + original name [1] original name + variable type [2] original name [3] variable type Default: 0 |
Command Line
Usage: saga_cmd shapes_polygons 4 [-POINTS] [-FIELDS ] [-POLYGONS ] [-STATISTICS ] [-SUM ] [-AVG ] [-VAR ] [-DEV ] [-MIN ] [-MAX ] [-NUM ] [-FIELD_NAME ] -POINTS: Points shapes, input -FIELDS: Attributes table fields -POLYGONS: Polygons shapes, input -STATISTICS: Statistics shapes, output, optional -SUM: Sum boolean Default: 0 -AVG: Mean boolean Default: 1 -VAR: Variance boolean Default: 0 -DEV: Deviation boolean Default: 0 -MIN: Minimum boolean Default: 0 -MAX: Maximum boolean Default: 0 -NUM: Count boolean Default: 0 -FIELD_NAME: Field Naming choice Available Choices: [0] variable type + original name [1] original name + variable type [2] original name [3] variable type Default: 0