mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
37 lines
475 B
ReStructuredText
37 lines
475 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
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:gridvaluestopoints', grids, polygons, nodata, type, shapes)
|
|
|
|
Available options for selection parameters:
|
|
|
|
type(Type)
|
|
0 - [0] nodes
|
|
1 - [1] cells
|