Module Clip Grid with Rectangle
Clips the input grid with the (rectangular) extent of a shapefile. The clipped grid will have the extent of the shapefile.
Select shapes from the shapefile prior to module execution in case you like to use only a subset from the shapefile for clipping.
- Author: V. Wichmann (c) 2013
- Specification: grid
- Menu: Shapes|Grid|Spatial Extent
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Input | Grid (input) | INPUT | The grid to clip. | - |
Extent | Shapes (input) | SHAPES | The shapefile to use for clipping. | - |
Output | Output (*) | Data Object (optional output) | OUTPUT | The clipped grid. | - |
Options | Border | Choice | BORDER | Set grid extent to grid cells (pixel as area), to grid nodes (pixel as point) or align to grid system. | Available Choices: [0] grid cells [1] grid nodes [2] align to grid system Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd shapes_grid 11 -INPUT <str> -SHAPES <str> [-BORDER <str>] [-OUTPUT <str>]
-INPUT:<str> Input
Grid (input)
-SHAPES:<str> Extent
Shapes (input)
-BORDER:<str> Border
Choice
Available Choices:
[0] grid cells
[1] grid nodes
[2] align to grid system
Default: 0
-OUTPUT:<str> Output
Data Object (optional output)