Geoprocessing in QGIS
Geoprocessing in QGIS
Geoprocessing in QGIS
IN QGIS
By
Swetha A
Introduction
• Quantum GIS (often abbreviated QGIS) is a cross-platform
free and open source desktop geographic information systems
(GIS) application that provides data viewing, editing, and
analysis capabilities.
• Intersect - creates new layer based on the area of overlap of two layers
• Union - melds two layers together into one while preserving features and
attributes of both
• Symmetrical Difference - creates new layer based on areas of two layers that
do not overlap
• Difference - subtracts areas of one layer based on the overlap of another layer
Line Line-Buffer
Point Point-Buffer
Working with Buffer
Tool
Output Layer Of
Buffer tool
UNION
UNION
It is a geometric combination of two or more coverages. Union operation
creates a new coverage by overlaying two polygon coverages.
Features:
• Union takes place between two polygon coverages
• The features falling in the combined region of both the two input
coverages are selected for union operation
• The attribute table of the combined coverage will have the attributes
of both the input coverages
• The number of polygons in the combined coverage is more than in
the input and analysis coverage.
Working with
Union Tool
Output Layer Of Union Tool
INTERSECT
INTERSECT
Performs the intersect operation of two coverages of which one is
called the input coverage and the coverage used for intersecting is
called the analysis coverage and the coverage obtained after analysis
operation is called the resultant/combined coverage.
Features:
• The input coverage can have any kind of features.
• The analysis coverage should have polygon topology
• The features within the common area of both coverages is
preserved.
Working with Intersect
Tool
Output Layer Of
Intersect Tool
CLIP
CLIP
• This overlay function is performed to extract features in
which the area of extraction is decided from the clip
cover and the features to be extracted are from the input
coverage.
• Features:
• Input coverage can be points, lines or polygons
• Clip cover is always polygon coverage
• The attributes of the resultant coverage is mainly
from input and not from analysis coverage.
– e.g. Extraction of datasets from various coverages
pertaining to an administrative boundary
Working with
Clip Tool
Output Layer Of
Clip Tool
Diff Between Clip And Intersect