SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Grid Collection Masking

A masking tool for grid collections. Cells of the input grid collection will be set to no-data, depending on the masking option, if their location is either between or not between the lower and upper surface.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGrid Collectiongrid collection, inputGRIDS--
Lower Surfacegrid, inputLOWER--
Upper Surfacegrid, inputUPPER--
OutputMasked Grid Collection (*)grid collection, output, optionalMASKED--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Grid Systemgrid systemSURFACES--
MaskingchoiceMASKING-Available Choices:
[0] not between upper and lower surface
[1] between upper and lower surface
Default: 0
(*) optional

Command-line

Usage: saga_cmd grids_tools 7 [-GRIDS <str>] [-MASKED <str>] [-LOWER <str>] [-UPPER <str>] [-MASKING <str>]
  -GRIDS:<str>  	Grid Collection
	grid collection, input
  -MASKED:<str> 	Masked Grid Collection
	grid collection, output, optional
  -LOWER:<str>  	Lower Surface
	grid, input
  -UPPER:<str>  	Upper Surface
	grid, input
  -MASKING:<str>	Masking
	choice
	Available Choices:
	[0] not between upper and lower surface
	[1] between upper and lower surface
	Default: 0