OVERLAY ANALYSIS
In spatial research and urban planning, Overlay Analysis is a fundamental GIS (Geographic
Information System) technique used to integrate multiple layers of information to find locations
that meet specific criteria.
Essentially, it involves "stacking" different thematic maps of the same geographic area on top
of one another to see how features interact or to create a new, consolidated map.
1. The Core Concept
Overlay analysis works on the principle of vertical integration. Imagine several transparent
sheets: one showing soil types, one showing land use, and another showing elevation. When
you stack them, you can see exactly which spots have "sandy soil" + "agricultural land" + "low
elevation."
2. Types of Overlay Analysis
Depending on the data format (Vector vs. Raster), the methods vary:
A. Vector Overlay (Geometry-based)
This deals with points, lines, and polygons. It focuses on the geometric intersection of features.
• Intersect: Only the area common to all input layers is preserved in the output.
• Union: All features from all layers are combined into a single new layer, regardless of
whether they overlap.
• Identity: Keeps all features of the first "base" layer and only the overlapping parts of
the second "identity" layer.
• Symmetrical Difference: Keeps the areas that are in one layer or the other, but not where
they overlap.
B. Raster Overlay (Cell-based)
In raster data (grids), overlaying involves mathematical operations on each corresponding cell.
• Boolean Overlay: Uses "AND," "OR," and "NOT" logic. For example, finding areas
that are forested AND near a river.
• Weighted Overlay: Assigns different "importance" values to layers. This is commonly
used in Suitability Analysis. If you are looking for the best spot for a new street vendor
market, you might give "proximity to foot traffic" a 60% weight and "distance from
heavy traffic" a 40% weight.
3. Applications in Research
Overlay analysis is a powerful tool for solving complex spatial problems:
• Urban Governance: Identifying areas where informal street vending intersects with
high-density pedestrian zones or contested public spaces.
• Environmental Planning: Mapping flood-prone areas by overlaying rainfall data,
topography, and drainage system capacity.
• Site Selection: Finding the optimal location for a new business, park, or hospital based
on demographics, accessibility, and land cost.
4. Key Advantages
• Complexity Management: It simplifies large volumes of diverse data into a single,
actionable map.
• Spatial Relationships: It reveals patterns and relationships that aren't visible when
looking at individual datasets in isolation.
• Objectivity: It provides a data-driven framework for decision-making, especially when
using weighted scoring systems.