Vector union

Version 1 (Redmine Admin, 11/23/2011 04:44 pm)

1 1
This technical note shows a process for overlaying two polygon vector layers. The layers used here are the tundra and swamp layers from the Alaska sample data set.
2 1
3 1
*Plugins* : *fTools*. This is a core plugin and should be installed by default.
4 1
5 1
----
6 1
7 1
To complete this process, first the two vector layers into QGIS. This example is using @swamp.shp@ and @tundra.shp@.
8 1
9 1
[[file_swamp_tundra.png|700px]]
10 1
11 1
<small>Alaska project showing tundra (purple) and swamp (grey)</small>
12 1
13 1
To open the union dialogue, select *Vector* &rarr; *Geoprocessing tools* &rarr; *Union*
14 1
15 1
[[file_union_tun_swa.png]]
16 1
17 1
<small>Union tool dialogue box</small>
18 1
19 1
Fill in the box, and be a little patient.
20 1
21 1
[[file_tun_swa.png|700px]]
22 1
23 1
<small>Resulting shape file showing the union of the tundra and swamp data</small>
24 1
25 1
----
26 1
27 1
*Notes*
28 1
* using the select button, layers that are not open in QGIS can be used in this analysis.
29 1
* remember, that vectors can only display point, line or polygons.