SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Focal PCA on a Grid

This tool uses the difference in cell values of a center cell and its neighbours (as specified by the kernel) as features for a Principal Component Analysis (PCA). This method has been used by Thomas and Herzfeld (2004) to parameterize the topography for a subsequent regionalization of climate variables with the principal components as predictors in a regression model.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputGRID--
OutputBase Topographies (*)grid list, output, optionalBASE--
Principal Componentsgrid list, outputPCA--
Eigen Vectors (*)table, output, optionalEIGEN--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Number of Componentsinteger numberCOMPONENTSnumber of first components in the output; set to zero to get allMinimum: 1
Default: 7
Output of Base TopographiesbooleanBASE_OUT-Default: 0
Overwrite Previous ResultsbooleanOVERWRITE-Default: 1
Kernel TypechoiceKERNEL_TYPE-Available Choices:
[0] Square
[1] Circle
Default: 1
Kernel Radiusinteger numberKERNEL_RADIUSKernel radius in cells.Minimum: 1
Default: 2
MethodchoiceMETHOD-Available Choices:
[0] correlation matrix
[1] variance-covariance matrix
[2] sums-of-squares-and-cross-products matrix
Default: 1
(*) optional

Command-line

Usage: saga_cmd statistics_grid 15 [-GRID <str>] [-BASE <str>] [-PCA <str>] [-EIGEN <str>] [-COMPONENTS <num>] [-BASE_OUT <str>] [-OVERWRITE <str>] [-KERNEL_TYPE <str>] [-KERNEL_RADIUS <num>] [-METHOD <str>]
  -GRID:<str>         	Grid
	grid, input
  -BASE:<str>         	Base Topographies
	grid list, output, optional
  -PCA:<str>          	Principal Components
	grid list, output
  -EIGEN:<str>        	Eigen Vectors
	table, output, optional
  -COMPONENTS:<num>   	Number of Components
	integer number
	Minimum: 1
	Default: 7
  -BASE_OUT:<str>     	Output of Base Topographies
	boolean
	Default: 0
  -OVERWRITE:<str>    	Overwrite Previous Results
	boolean
	Default: 1
  -KERNEL_TYPE:<str>  	Kernel Type
	choice
	Available Choices:
	[0] Square
	[1] Circle
	Default: 1
  -KERNEL_RADIUS:<num>	Kernel Radius
	integer number
	Minimum: 1
	Default: 2
  -METHOD:<str>       	Method
	choice
	Available Choices:
	[0] correlation matrix
	[1] variance-covariance matrix
	[2] sums-of-squares-and-cross-products matrix
	Default: 1