1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-16 00:02:11 -04:00
QGIS/python/plugins/processing/algs/saga/help/splitshapeslayerrandomly.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

31 lines
567 B
ReStructuredText

SPLIT SHAPES LAYER RANDOMLY
===========================
Description
-----------
This algorithm splits randomly in two parts the input layer. Original attributes are kept in the new attribute tables.
Parameters
----------
- ``Shapes[Vector]``: input layer
- ``Relation B / A[Number]``: split ratio between the resulting layers
Outputs
-------
- ``Group A[Vector]``: first resulting layer
- ``Group B[Vector]``: second resulting layer
See also
---------
Console usage
-------------
::
sextante.runalg('saga:splitshapeslayerrandomly', shapes, percent, a, b)