mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
32 lines
417 B
ReStructuredText
32 lines
417 B
ReStructuredText
CROSS PROFILES
|
|
==============
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``DEM[Raster]``:
|
|
- ``Lines[Vector]``:
|
|
- ``Profile Distance[Number]``:
|
|
- ``Profile Length[Number]``:
|
|
- ``Profile Samples[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Cross Profiles[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:crossprofiles', dem, lines, dist_line, dist_profile, num_profile, profiles)
|