Grid Cells to Points/Polygons
- Author: O.Conrad (c) 2001
- Menu: Shapes | Shapes-Grid Tools | Vectorization
Description
This tool saves grid cell values to point (grid nodes) or polygon (grid cells) shapes. Optionally only points can be saved, which are contained by polygons of the specified polygons layer. In addition, it is possible to exclude all cells that are coded NoData in the first grid of the grid list.
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grids | grid list, input | GRIDS | - | - |
Polygons | shapes, input, optional | POLYGONS | - | - |
Output | Points | shapes, output | POINTS | - | - |
Points | shapes, output | CELLS | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Attribute | table field | ATTRIBUTE | - | - |
No-Data Cells | choice | NODATA | - | Available Choices:
[0] include all cells
[1] include cell if at least one grid provides data
[2] exclude cell if at least one grid does not provide data
Default: 0 |
Type | choice | TYPE | - | Available Choices:
[0] nodes
[1] cells
Default: 0 |
Command Line
Usage: saga_cmd shapes_grid 3 [-GRIDS ] [-POLYGONS ] [-ATTRIBUTE ] [-POINTS ] [-CELLS ] [-NODATA ] [-TYPE ]
-GRIDS: Grids
grid list, input
-POLYGONS: Polygons
shapes, input, optional
-ATTRIBUTE: Attribute
table field
-POINTS: Points
shapes, output
-CELLS: Points
shapes, output
-NODATA: No-Data Cells
choice
Available Choices:
[0] include all cells
[1] include cell if at least one grid provides data
[2] exclude cell if at least one grid does not provide data
Default: 0
-TYPE: Type
choice
Available Choices:
[0] nodes
[1] cells
Default: 0