Lab Practical

Practical 2

GEO309 8 min read 6 practicals total

Practical 2: Layout and Map Designing in GIS Software (Thematic Mapping)

1. Aim/Objective

To understand the principles of map layout design and to create three distinct types of thematic maps—Choropleth, Dot Density, and Graduated Circles—using Geographic Information System (GIS) software to visualize and analyze the spatial distribution of attribute data.

2. Apparatus/Components Required

  • Hardware: Desktop PC or Laptop (Minimum specifications: 8GB RAM, Multi-core processor, 500GB Storage).
  • Software: QGIS (v3.16 or higher) or ESRI ArcGIS Desktop/ArcGIS Pro.
  • Data Components (Inputs):
    • Vector Data: Polygon Shapefile representing administrative boundaries (e.g., states, counties, or districts).
    • Attribute Data: Tabular dataset (CSV or Excel format) containing socio-economic variables such as total population, land area, and crop yield.

3. Theory

A Thematic Map is a type of map specifically designed to show a particular theme connected with a specific geographic area. Unlike general reference maps, thematic maps portray the spatial pattern of a single or a few statistical variables.

  • Choropleth Map: Uses differences in shading, coloring, or the placing of symbols within predefined areas to indicate the average values of a property or quantity in those areas. It is best used for normalized or derived data (e.g., population density, literacy rate).
  • Dot Density Map: Uses a dot symbol to show the presence of a feature or phenomenon. Each dot represents a specific quantity of the variable (e.g., 1 dot = 5,000 people). It relies on visual scatter to show spatial clustering.
  • Graduated Circle Map: Uses circles of varying sizes to represent quantitative data associated with specific point locations or polygon areas. The size of the circle is proportional to the value of the attribute (e.g., total GDP, total sales). It is ideal for displaying absolute numbers.
  • Map Layout Elements: A scientifically correct map must include essential layout components known as "TALDOGS" (Title, Author, Legend, Date, Orientation/North Arrow, Grid, Scale).

A comprehensive block diagram illustrating the workflow of Thematic Mapping in GIS. Show two input b...
AI-generated image — may contain inaccuracies

4. Software Interface / Experimental Setup

The GIS software operates using a layered architecture. The interface consists of a Layers Panel (Table of Contents) to manage data hierarchy, a central Map Canvas for visual representation, and a Print Layout Designer for final map composition.

A detailed schematic illustration of a standard GIS software Graphical User Interface (GUI). On the ...
AI-generated image — may contain inaccuracies

5. Procedure

Part A: Initial Setup & Data Joining

  1. Launch the GIS software (e.g., QGIS).
  2. Go to Layer > Add Layer > Add Vector Layer and browse for your administrative boundary polygon shapefile. Add it to the map canvas.
  3. Go to Layer > Add Layer > Add Delimited Text Layer to import your tabular CSV data.
  4. Right-click the polygon layer in the Layers panel and select Properties.
  5. Navigate to the Joins tab. Click the + icon to add a new join.
  6. Set the Join Layer to your CSV, the Join Field to the common ID column, and the Target Field to the matching ID in your shapefile. Click OK.

Part B: Creating a Choropleth Map (Population Density)

  1. Right-click the joined polygon layer and select Properties.
  2. Go to the Symbology tab.
  3. Change the render type from Single Symbol to Graduated.
  4. In the Value field, select the column representing "Population Density".
  5. Choose a suitable Color Ramp (e.g., sequential light-to-dark yellow-to-red).
  6. Under Mode, select Natural Breaks (Jenks) and set Classes to 5.
  7. Click Classify and then Apply to see the Choropleth map on the canvas.

A detailed view of a GIS software "Symbology Properties" dialog box for creating a Choropleth map. A...
AI-generated image — may contain inaccuracies

Part C: Creating a Dot Density Map (Total Population)

  1. Duplicate your polygon layer in the Layers panel. Rename it to "Dot Density".
  2. Open its Properties > Symbology.
  3. (If using QGIS): Change the symbol type from Simple Fill to Point Pattern Fill or use the Dot Density renderer if available.
  4. Define the representation ratio (e.g., 1 Dot = 10,000 persons). Set the dot size to a small, readable dimension (e.g., 0.5 mm).
  5. Ensure the dots are constrained within the polygon boundaries. Apply the settings.

A visual representation of a Dot Density Map output. Show a geographical area divided into multiple ...
AI-generated image — may contain inaccuracies

Part D: Creating a Graduated Circle Map (GDP/Crop Yield)

  1. Duplicate the original polygon layer again. Rename it to "Graduated Circles".
  2. Open Properties > Symbology and select Graduated.
  3. Select a quantitative field (e.g., "Total_GDP").
  4. Instead of "Color", set the Method to Size.
  5. Define the minimum and maximum symbol sizes (e.g., 2 mm to 15 mm).
  6. Select an appropriate marker symbol (usually a circle with a semi-transparent fill).
  7. Click Classify and Apply.

A visual representation of a Graduated Circle Map output. Show a map with light grey polygon regions...
AI-generated image — may contain inaccuracies

Part E: Layout and Map Designing

  1. Go to Project > New Print Layout and give it a name.
  2. Add a Map: Click Add Item > Add Map and draw a rectangle on the blank canvas.
  3. Add a Title: Use the Add Label tool to place a prominent title at the top.
  4. Add a Legend: Click Add Legend, place it on the layout, and use the Item Properties panel to remove unnecessary items and format text.
  5. Add North Arrow & Scale Bar: Use Add North Arrow and Add Scale Bar, placing them strategically (usually top-right for North arrow, bottom for Scale bar).
  6. Export the final layout via Layout > Export as PDF or Export as Image.

A technical illustration of a Print Layout Designer workspace in GIS software. The central area show...
AI-generated image — may contain inaccuracies

6. Observations / Attribute Tables

Before creating thematic maps, raw attribute data must be inspected. Below is a sample truth table/attribute connection showing how raw data maps to visual classes.

Feature ID Region Name Total Pop. (Raw) Area (Sq.Km) Calculated Density Choropleth Class Graduated Circle Size
01 Alpha 1,500,000 5,000 300 High (Dark Red) Large (12mm)
02 Beta 200,000 4,000 50 Low (Light Yellow) Small (3mm)
03 Gamma 800,000 2,000 400 Very High (Brown) Medium (8mm)
04 Delta 600,000 6,000 100 Medium (Orange) Medium (6mm)

7. Calculations (Data Normalization)

When creating a Choropleth map, mapping absolute numbers (like total population) provides a distorted view because larger areas naturally hold more people. Data must be normalized (converted to ratios, rates, or percentages).

Formula for Density:

Sample Calculation for Region Alpha:

8. Result

  1. The Choropleth Map successfully displayed normalized data (population density), accurately highlighting intensely populated areas using a graded color ramp.
  2. The Dot Density Map effectively visualized the absolute spatial distribution of the population, allowing viewers to identify clustering.
  3. The Graduated Circle Map provided an immediate visual comparison of total absolute values across regions based on proportional circle sizes.
  4. A professional, publication-ready map layout was successfully designed containing all fundamental cartographic elements (Title, Legend, Scale, North Arrow).

9. Viva Questions

Q1. What is the difference between a reference map and a thematic map?
Answer: A reference map displays general geographic features (roads, rivers, boundaries) for navigation or location. A thematic map focuses on portraying a specific theme or statistical variable (e.g., rainfall distribution, poverty rates) over a geographic area.

Q2. Why should you NOT use total/absolute values for a Choropleth map?
Answer: Using absolute values ignores the varying sizes of polygon areas, leading to visual bias. Larger areas will look heavily weighted simply because they are large. Data must be normalized (e.g., density, percentages) for an accurate Choropleth map.

Q3. Explain the "Natural Breaks (Jenks)" classification method.
Answer: Natural Breaks is a data classification method designed to optimize the arrangement of a set of values into "natural" classes. It minimizes variance within classes and maximizes variance between classes, placing class breaks where there are sudden jumps in data values.

Q4. When is it most appropriate to use a Graduated Circle map over a Choropleth map?
Answer: A Graduated Circle map is best when visualizing absolute, distinct quantities (e.g., total number of hospitals per district) rather than rates or densities.

Q5. What are the essential elements of a good map layout?
Answer: The essential elements include a clear Title, a Legend explaining symbology, a Scale Bar, a North Arrow indicating orientation, the Map Body, and metadata (author, date, data source).

Q6. In a Dot Density map, does the dot represent an exact geographical location?
Answer: Generally, no. In an area-based dot density map, dots are randomly distributed within a polygon boundary to represent a quantity. They do not indicate the exact GPS coordinate of the phenomenon.

Q7. What is a "Table Join" in GIS?
Answer: A table join is the process of appending non-spatial tabular data (like a CSV file) to a spatial layer's attribute table based on a common field (e.g., a shared District ID), allowing the spatial mapping of the tabular data.