mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
15 lines
1.0 KiB
HTML
15 lines
1.0 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Separate points by direction</h1>
|
|
<div class='author'>O. Conrad (c) 2008</div>
|
|
<div class='description'>Separates points by direction. Direction is determined as average direction of three consecutive points A, B, C. If the angle between the directions of A-B and B-C is higher than given tolerance angle the point is dropped. This module has been designed to separate GPS tracks recorded by tractors while preparing a field. </div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Ouput <div class='type'>Output Shapes list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Points <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Number of Directions <div class='type'>Floating point</div></dt><dd> <div class='constraints'>Minimum: 2.0</div></dd>
|
|
<dt>Tolerance (Degree) <div class='type'>Floating point</div></dt><dd> <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|