mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
29 lines
308 B
ReStructuredText
29 lines
308 B
ReStructuredText
CLIP GRID WITH POLYGON
|
|
======================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input[Raster]``:
|
|
- ``Polygons[Vector]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Output[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:clipgridwithpolygon', input, polygons, output)
|