Tool Clip Grids
Clip selected grids to specified extent.
- Author: O.Conrad (c) 2003
 
- Menu: Grid|Grid System
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Grids | grid list, input | GRIDS | - | - | 
 | Shapes Extent | shapes, input | SHAPES | - | - | 
 | Polygons | shapes, input | POLYGONS | - | - | 
| Output | Clipped Grids | grid list, output | CLIPPED | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Extent | choice | EXTENT | - | Available Choices: [0] user defined [1] grid system [2] shapes extent [3] polygon Default: 0 | 
 | Grid System | grid system | GRIDSYSTEM | - | - | 
 | Interior | boolean | INTERIOR | Clip those cells that are covered by the polygons instead of those that are not. | Default: 0 | 
 | Crop | boolean | CROP | - | Default: 1 | 
 | Left | floating point number | XMIN | - | Default: 0.000000 | 
 | Right | floating point number | XMAX | - | Default: 0.000000 | 
 | Bottom | floating point number | YMIN | - | Default: 0.000000 | 
 | Top | floating point number | YMAX | - | Default: 0.000000 | 
 | Columns | integer number | NX | - | Minimum: 1 Default: 1 | 
 | Rows | integer number | NY | - | Minimum: 1 Default: 1 | 
 | Buffer | floating point number | BUFFER | add buffer (map units) to extent | Minimum: 0.000000 Default: 0.000000 | 
Command-line
Usage: saga_cmd grid_tools 31 [-GRIDS <str>] [-CLIPPED <str>] [-EXTENT <str>] [-GRIDSYSTEM_D <double>] [-GRIDSYSTEM_X <double>] [-GRIDSYSTEM_Y <double>] [-GRIDSYSTEM_NX <num>] [-GRIDSYSTEM_NY <num>] [-GRIDSYSTEM_FILE <str>] [-SHAPES <str>] [-POLYGONS <str>] [-INTERIOR <str>] [-CROP <str>] [-XMIN <double>] [-XMAX <double>] [-YMIN <double>] [-YMAX <double>] [-NX <num>] [-NY <num>] [-BUFFER <double>]
  -GRIDS:<str>          	Grids
	grid list, input
  -CLIPPED:<str>        	Clipped Grids
	grid list, output
  -EXTENT:<str>         	Extent
	choice
	Available Choices:
	[0] user defined
	[1] grid system
	[2] shapes extent
	[3] polygon
	Default: 0
  -GRIDSYSTEM_D:<double>	Cell Size
  -GRIDSYSTEM_X:<double>	Lower Left Center Cell X-Coordinate
  -GRIDSYSTEM_Y:<double>	Lower Left Center Cell Y-Coordinate
  -GRIDSYSTEM_NX:<num>  	Number of Columns
  -GRIDSYSTEM_NY:<num>  	Number of Rows
  -GRIDSYSTEM_FILE:<str>	Grid File
  -SHAPES:<str>         	Shapes Extent
	shapes, input
  -POLYGONS:<str>       	Polygons
	shapes, input
  -INTERIOR:<str>       	Interior
	boolean
	Default: 0
  -CROP:<str>           	Crop
	boolean
	Default: 1
  -XMIN:<double>        	Left
	floating point number
	Default: 0.000000
  -XMAX:<double>        	Right
	floating point number
	Default: 0.000000
  -YMIN:<double>        	Bottom
	floating point number
	Default: 0.000000
  -YMAX:<double>        	Top
	floating point number
	Default: 0.000000
  -NX:<num>             	Columns
	integer number
	Minimum: 1
	Default: 1
  -NY:<num>             	Rows
	integer number
	Minimum: 1
	Default: 1
  -BUFFER:<double>      	Buffer
	floating point number
	Minimum: 0.000000
	Default: 0.000000