mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-05 00:05:32 -04:00
30 lines
386 B
ReStructuredText
30 lines
386 B
ReStructuredText
SEPARATE POINTS BY DIRECTION
|
|
============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Points[Vector]``:
|
|
- ``Number of Directions[Number]``:
|
|
- ``Tolerance (Degree)[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Ouput[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:separatepointsbydirection', points, directions, tolerance, output)
|