QGIS/python/plugins/sextante/saga/help/Transectthroughpolygonshapefile.html

40 lines
1.8 KiB
HTML

<html>
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
<body>
<h1 class='module'>Transect through polygon shapefile</h1>
<div class='author'>Copyrights (c) 2009 Johan Van de Wauw</div>
<div class='description'>Transect for lines and polygon shapefiles<br/>
<br/>
The goal of this module is to create a transect along a line through a polygon map.<br/>
Eg<br/>
<br/>
|____ST1_____!_ST2_!__ST1__!_______ST#_____|<br/>
<br/>
(Soil type 1 etc...)<br/>
<br/>
This is done by creating a table with the ID of each line, the distance <br/>
to the starting point and the different transects:<br/>
<br/>
<pre>| line_id | start | end | code/field |<br/>
| 0 | 0 | 124 | ST1 |<br/>
| 0 | 124 | 300 | ST2 |<br/>
| 0 | 300 | 1223 | ST1 |<br/>
| 0 | 1223 | 2504 | ST3 |<br/>
| 1 | 0 | 200 | ST4 |<br/>
| ... | ... | ... | ... |</pre><br/>
<br/>
<br/>
The module requires an input shape with all the line transects [Transect_Line] <br/>
and a polygon theme [Theme]. You also have to select which field you want to have in <br/>
the resulting table [Transect_Result]. This can be an ID of the polygon theme if you <br/>
want to link the tables later on, or any other field [Theme_Field].<br/>
</div>
<h2>Parameters</h2>
<dl class='parameters'>
<dt>Line Transect(s) <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
<dt>Theme <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
<dt>Theme Field <div class='type'>Table field</div></dt><dd> <div class='constraints'></div></dd>
<dt>Result table <div class='type'>Output Table</div></dt><dd> <div class='constraints'></div></dd>
</dl>
</body></html>