mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
33 lines
442 B
ReStructuredText
33 lines
442 B
ReStructuredText
PROFILES FROM LINES
|
|
===================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``DEM[Raster]``:
|
|
- ``Values[MultipleInput]``:
|
|
- ``Lines[Vector]``:
|
|
- ``Name[TableField]``:
|
|
- ``Each Line as new Profile[Boolean]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Profiles[Vector]``:
|
|
- ``Profiles[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:profilesfromlines', dem, values, lines, name, split, profile, profiles)
|