SAGA 9.3.3 | Tool Library Documentation

Point Statistics for Polygons


Description

Calculates statistics over all points falling in a polygon.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsshapes, inputPOINTS--
Polygonsshapes, inputPOLYGONS--
OutputStatisticsshapes, output, optionalSTATISTICS--
OptionsAttributestable fieldsFIELDS--
SumbooleanSUM-Default: 0
MeanbooleanAVG-Default: 1
VariancebooleanVAR-Default: 0
DeviationbooleanDEV-Default: 0
MinimumbooleanMIN-Default: 0
MaximumbooleanMAX-Default: 0
CountbooleanNUM-Default: 0
Field NamingchoiceFIELD_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