SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Tiling

Tiling

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputGRID--
OutputTilesgrid list, outputTILES--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Save Tiles to DiskbooleanTILES_SAVESave tiles to disk individuallyDefault: 0
Output Directoryfile pathTILES_PATH--
Base NametextTILES_NAMEThe base name of the tilesDefault: tile
Overlapping Cellsinteger numberOVERLAP-Minimum: 0
Default: 0
Add CellschoiceOVERLAP_SYM-Available Choices:
[0] symmetric
[1] bottom / left
[2] top / right
Default: 0
Tile Size DefinitionchoiceMETHOD-Available Choices:
[0] number of grid cells per tile
[1] coordinates (offset, range, cell size, tile size)
Default: 0
Number of Column Cellsinteger numberNX-Minimum: 1
Default: 100
Number of Row Cellsinteger numberNY-Minimum: 1
Default: 100
Offset and Range (X)value rangeXRANGE--
Offset and Range (Y)value rangeYRANGE--
Cell Sizefloating point numberDCELL-Minimum: 0.000000
Default: 1.000000
Tile Size (X)floating point numberDX-Minimum: 0.000000
Default: 100.000000
Tile Size (Y)floating point numberDY-Minimum: 0.000000
Default: 100.000000

Command-line

Usage: saga_cmd grid_tools 27 [-GRID <str>] [-TILES <str>] [-TILES_SAVE <str>] [-TILES_PATH <str>] [-TILES_NAME <str>] [-OVERLAP <num>] [-OVERLAP_SYM <str>] [-METHOD <str>] [-NX <num>] [-NY <num>] [-XRANGE_MIN <double>] [-XRANGE_MAX <double>] [-YRANGE_MIN <double>] [-YRANGE_MAX <double>] [-DCELL <double>] [-DX <double>] [-DY <double>]
  -GRID:<str>         	Grid
	grid, input
  -TILES:<str>        	Tiles
	grid list, output
  -TILES_SAVE:<str>   	Save Tiles to Disk
	boolean
	Default: 0
  -TILES_PATH:<str>   	Output Directory
	file path
  -TILES_NAME:<str>   	Base Name
	text
	Default: tile
  -OVERLAP:<num>      	Overlapping Cells
	integer number
	Minimum: 0
	Default: 0
  -OVERLAP_SYM:<str>  	Add Cells
	choice
	Available Choices:
	[0] symmetric
	[1] bottom / left
	[2] top / right
	Default: 0
  -METHOD:<str>       	Tile Size Definition
	choice
	Available Choices:
	[0] number of grid cells per tile
	[1] coordinates (offset, range, cell size, tile size)
	Default: 0
  -NX:<num>           	Number of Column Cells
	integer number
	Minimum: 1
	Default: 100
  -NY:<num>           	Number of Row Cells
	integer number
	Minimum: 1
	Default: 100
  -XRANGE_MIN:<double>	Offset and Range (X)
	value range
  -XRANGE_MAX:<double>	Offset and Range (X)
	value range
  -YRANGE_MIN:<double>	Offset and Range (Y)
	value range
  -YRANGE_MAX:<double>	Offset and Range (Y)
	value range
  -DCELL:<double>     	Cell Size
	floating point number
	Minimum: 0.000000
	Default: 1.000000
  -DX:<double>        	Tile Size (X)
	floating point number
	Minimum: 0.000000
	Default: 100.000000
  -DY:<double>        	Tile Size (Y)
	floating point number
	Minimum: 0.000000
	Default: 100.000000