SAGA-GIS Tool Library Documentation (v8.2.1)

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 CollectionGrids, inputGRIDS--
Lower SurfaceGrid, inputLOWER--
Upper SurfaceGrid, inputUPPER--
OutputMasked Grid Collection (*)Grids, 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
	Grids, input
  -MASKED:<str> 	Masked Grid Collection
	Grids, 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