SAGA 9.9.1 | Tool Library Documentation

Grid Statistics for Points


Description

For each given point statistics based on all grid cells in the defined neighbourhood will be calculated.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridsgrid list, inputGRIDS--
Pointsshapes, inputPOINTS--
OutputStatisticsshapes, output, optionalRESULT--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Kernel TypechoiceKERNEL_TYPE-Available Choices: [0] square [1] circle Default: 0
Kernel Sizeinteger numberKERNEL_SIZEkernel size defined as radius number of cellsMinimum: 1 Default: 1
Field NamingchoiceNAMING-Available Choices: [0] grid number [1] grid name Default: 1
Number of CellsbooleanCOUNT-Default: 1
MinimumbooleanMIN-Default: 1
MaximumbooleanMAX-Default: 1
RangebooleanRANGE-Default: 1
SumbooleanSUM-Default: 1
MeanbooleanMEAN-Default: 1
VariancebooleanVAR-Default: 1
Standard DeviationbooleanSTDDEV-Default: 1
Percentileinteger numberQUANTILECalculate distribution percentiles. Value specifies interval (median=50, quartiles=25, deciles=10, ...). Set to zero to omit percentile calculation.Minimum: 0 Maximum: 50 Default: 0

Command Line


Usage: saga_cmd shapes_grid 8 [-GRIDS ] [-POINTS ] [-KERNEL_TYPE ] [-KERNEL_SIZE ] [-NAMING ] [-RESULT ] [-COUNT ] [-MIN ] [-MAX ] [-RANGE ] [-SUM ] [-MEAN ] [-VAR ] [-STDDEV ] [-QUANTILE ]
  -GRIDS:         Grids
	grid list, input
  -POINTS:        Points
	shapes, input
  -KERNEL_TYPE:   Kernel Type
	choice
	Available Choices:
	[0] square
	[1] circle
	Default: 0
  -KERNEL_SIZE:   Kernel Size
	integer number
	Minimum: 1
	Default: 1
  -NAMING:        Field Naming
	choice
	Available Choices:
	[0] grid number
	[1] grid name
	Default: 1
  -RESULT:        Statistics
	shapes, output, optional
  -COUNT:         Number of Cells
	boolean
	Default: 1
  -MIN:           Minimum
	boolean
	Default: 1
  -MAX:           Maximum
	boolean
	Default: 1
  -RANGE:         Range
	boolean
	Default: 1
  -SUM:           Sum
	boolean
	Default: 1
  -MEAN:          Mean
	boolean
	Default: 1
  -VAR:           Variance
	boolean
	Default: 1
  -STDDEV:        Standard Deviation
	boolean
	Default: 1
  -QUANTILE:      Percentile
	integer number
	Minimum: 0
	Maximum: 50
	Default: 0