mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
15 lines
801 B
HTML
15 lines
801 B
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Split Shapes Layer Randomly</h1>
|
|
<div class='author'>(c) 2008 by O.Conrad</div>
|
|
<div class='description'>Randomly splits one shapes layer into to new shapes layers. Useful to create a control group for model testing. </div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Shapes <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Group A <div class='type'>Output Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Group B <div class='type'>Output Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Relation B / A <div class='type'>Floating point</div></dt><dd> <div class='constraints'>Maximum: 100.0</div></dd>
|
|
</dl>
|
|
</body></html>
|