mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-06 00:05:16 -04:00
37 lines
477 B
ReStructuredText
37 lines
477 B
ReStructuredText
GRID VALUES TO POINTS
|
|
=====================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Grids[MultipleInput]``:
|
|
- ``Polygons[Vector]``:
|
|
- ``Exclude NoData Cells[Boolean]``:
|
|
- ``Type[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Shapes[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:gridvaluestopoints', grids, polygons, nodata, type, shapes)
|
|
|
|
Available options for selection parameters:
|
|
|
|
type(Type)
|
|
0 - [0] nodes
|
|
1 - [1] cells
|