mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-16 00:02:11 -04:00
31 lines
403 B
ReStructuredText
31 lines
403 B
ReStructuredText
|
CONTOUR LINES FROM GRID
|
||
|
=======================
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Grid[Raster]``:
|
||
|
- ``Minimum Contour Value[Number]``:
|
||
|
- ``Maximum Contour Value[Number]``:
|
||
|
- ``Equidistance[Number]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``Contour Lines[Vector]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
sextante.runalg('saga:contourlinesfromgrid', input, zmin, zmax, zstep, contour)
|