Map design Exercise : Creating a Map of Pakistan#
Aim of the exercise:
Participants will work with multiple layers and conduct spatial queries. Additionally, they will learn how to create their own geodata.
Type of trainings exercise:
This exercise can be used in online and presence training.
These skills are relevant for
QGIS Essentials
Working with multiple layers
Conduct spatial queries
Creation of geodata
Estimated time demand for the exercise.
The exercise takes around 3 hours to complete, depending on the number of participants and their familiarity with computer systems.
Context
In 2024, the provinces of Punjab, Sindh, and Balochistan in Pakistan experienced devastating floods due to intense and prolonged rainfall. You have already conducted an analysis utilizing actual data from this natural disaster. We now want to visualize our findings on an appealing map that can be printed out or shared with different stakeholders. The map will show specific medical centers and healthcare facilities that where impacted by the flooding. Additionally, we will visualize the viability of road access to the city of Larkana throughout the flood period.
Available Data#
You have created the data for Larkana in Module 3, Exercise 4. In order to conduct this exercise please create a folder on your computer and copy your entire folder structure of Exercise 4 in there. In case you did not do Module 3 - Exercise 4 you can download the data here. Save the folder on your computer an unzip the file.
Dataset name |
Origonal title |
Publisher |
Download from |
---|---|---|---|
PAK_adm2_Sindh.gpkg |
UN OCHA |
HDX |
|
PAK_Sind_Health_Facilities.gpkg |
Humanitarian OpenStreetMap Team (HOT) |
HDX |
|
VIIRS_20240721_20240803_MinimumFloodExtent_PAK.shp |
Satellite detected water extents from 08 to 12 August 2024 over Pakistan) |
UNO SAT |
HDX |
Hint
Folder structure Keep your data management clean by creating a folder structure on your computer for your QGIS-projects and geodata. The exercise data should be saved in a location where you can easily find them and the corresponding QGIS-project
Tasks#
Preparation of the data#
Load all necesary the files into a new QGIS-project:
Healthsites:
Health_Facilities_Flood_2024_AOI.gpkg
Roads:
Roads_Larkana.gpkg
Blocked Roads Points:
PAK_flood_2024_blocked_road.gpkg
Flood Extent 2024 reprojected:
PAK_2024_Minimum_Flood_Extend_reprojected.gpkg
Administrative Boundaries Sindh:
PAK_Sindh_adm1.shp
Save your project and give it a clear name, e.g. âLarkana_flood_responseâ
Look into the attribute table of the different layers and look what information is available and how the attributes are named.
We want to make a comprehensible map, think about which data we need and what data we can leave out.
For example, the layer
Roads_Larkana
contains too many roads for a map on a national scale. Letâs open the attribute table and look at how the roads are classified. The data is using the conventional OpenStreetMap classification: The type of road is described under the attributehighway
. In our case, it might be useful to only display the primary and secondary roads, so all the features wherehighway=primary
ORhighway=secondary
.
Part 1: Symbolization#
Now we have assigned a symbol for each layer at our disposal. Look at the map you created and decide if you want to adjust any symbology to make the map easier to read. Do you need to change some colours? Are the layers ordered in a way that the information is visible? Is the font size appropriate, or does it cover up too much information? Letâs go trhough the layers one by one and visualize them in a meaningful way.
Healthsites
Doubleclick on the point next to your healthsites vector layer. The symbology window will open. Letâs create our own customized symbol for healthcare facilies.
Under
Symbol layer type
, select âSVG MarkerâScroll down to the SVG-Browser. Here you will find all the folder of your installed SVG-libraries.
Under
landmark
you will find the crescent moon, click on it.
you can adjust its color and size and rotate it 180° in order to turn it around.
on the upper right click on the + in order to add another âSimple Markerâ. Choose a circle and adjust its color and size in order to fit arounf the crescent moon.
Another option to use IFRC and Red Cross logos is to use the Plugin Resource Sharing
:
With the plugin âPlugin Resource Sharingâ, you can install symbol and icon libraries used by the Red Cross and UN, as well as other useful symbols.
Install the âPlugin Resource Sharingâ by opening the plugin installation window and searching for the plugin.
Once installed, open the plugin interface by clicking on
plugin
>Plugin Resource Sharing
Search for packages by the Red Cross and UN
Install the packages.
Now the symbols should be available in the styling manager in the SVG folder.
Roads
For categorized classification of the roads right-click on the layer Roads_Larkana in the Layer Panel
-> Properties
. A new window will open up with a vertical tab section on the left. Navigate to the Symbology
tab.
On the top you find a dropdown menu. Open it and choose
Categorized
. UnderValue
select âhigwayâ.Further down the window, click on
Classify
. Now you should see all unique values or attributes of the selected âFlood_affactedâ column. You can adjust the colours by double-clicking on one row in the central field.Remove the tick from all categories except:
motorway
,primary
,secondary
,trunk
You have the option to customize the width of the main roadsâ lines to improve the visualization. Open the Symbology window, then select âSymbolâ. In the new window, you can adjust the width of the lines to your preference.
Once you are done, click
Apply
andOK
to close the symbology window.
Blocked Roads Points
Open the Symbology Tab for the PAK_flood_2024_blocked_road
-layer and choose a meaningful symbol for flood related blocked roads.
Airport
In the previous exercise you found out that the Mohenjodaro Airport in the southwest of Larkana City is still accessibible via the road network. Essential supplies could potentially be transported from the airport into the city without encountering any roadblocks. We want to point out this possibility. Letâs mark the airport as a point and visualize it!
To do so we will create an entirely new point dataset representing airports.
Click on
Layer
â>Create Layer
->New GeoPackage Layer
(Wiki Video)Under
Database
click on and navigate totemp
folder. Give the new dataset the name âPAK_airportsâ. ClickSave
.Geometry type
: SelectPoint
Under
Additional dimension
you should always make sure that you checkNone
.Select the coordinate reference system (CRS) âEPSG:4326-WGS 84â. By default, the QGIS selects the project CRS.
Under
New Field
you can add columns to the new layer. Add the column âAirportâ.Type
: SelectText Data
Click on
Add to Fields List
to add the new column to theFields List
.Click
OK
.Your new layer will appear in the
Layer Panel
Now you can create a point for the airport and if you would like additional aitports as well wiki. Currently the new layer âPAK_airportsâ is empty. To add features we can use the Digitizing Toolbar
. If you cannot see the toolbar View
-> Toolbars
and check Digitizing Toolbar
(Wiki Video).
Once you have found the airport, click on it. Left-click on the feature you want to digitalise.
Once you click on a place, a window will appear. Indicate that the road is blocked by writing
Yes
in the fieldBlocked_road
.Once you are done with digitizing click on to save your edits.
Click again on to end the editing mode.
Now we can use an icon instead of just a point to display the layer âPAK_airportsâ to visualise this fact better.
Right-click on the layer__âPAK_flood_2024_blocked_roadâ__in the
Layer Panel
->Properties
. A new window will open up with a vertical tab section on the left. Navigate to theSymbology
tab.Keep the single symbol option. Select any symbol from the list that is appropriate for marking blocked roads.
Once you are done, click
Apply
andOK
to close the symbology window.
Flood Extent
Open the Symbology Tab for the PAK_2024_Minimum_Flood_Extend_reprojected
-layer. Choose a light-blue as color and adjust the opacity to about 30%.
Administrative Boundaries
Open the Symbology Tab for the PAK_Sindh_amd1
-layer. Click on Simple Fill
and adjust the Symbol layer type
to Simple Line
. You can furthermore adjust now the outline colour and stroke width.
Bonus Step: Adding a basemap can help potential readers orienting themselves.
If you are happy with the symobolization of your layers, the map should be ready for a print layout.
Attention
Remember the layer concept and place all layers in a logic order. The flood extents should lay under the roads and the several point layer above the roads.
Part 2: Creating the print layout#
Once you are happy with the symbolization and colours of your data, the next step is to create a print layout. By adding additional information such as a title, data sources, projection, description, etc. you provide your audience with the means to contextualise and evaluate the map and itâs content by themselves.
Open a new print layout and give it a name (e.g. Larkana_floods).
Go to Project > New Print Layout > enter a name for the new print layout > click OK
A new window with a blank print layout will appear. This is the print layout designer.
On the left, you will find a toolbar with tools to add and move items on the print layout canvas.
On the right you will find a list of items you added to the print layout (it is still empty). Beneath this, you will find a tab called âitem propertiesâ. This is where you modify the items on your print layout (e.g. enter the text for a text box or change the font).
Insert a new map by clicking on (
Add Map
) on the left toolbar, and drawing a rectangle on the print canvas. VideoMove and position the map so that the area of interest is visible at a reasonable scale.
Letâs add a title:
Click on (
Add text
)Drag a rectangle on the canvas
In the item properties window on the right, you will find a text box with the text âLorem ipsumâ. Here you can enter your map title (e.g. Larkama Flood Response 2024).
Adjust the font size: Click on the Font dropdown menu and adjust the font size for a title (25p or more). Adjust the text box if necessary.
Letâs add a legend:
Click on (
Add legend
).Navigate to the Item Properties panel on the right.
Scroll down a bit and check turn off
Auto Update
by unchecking the check box. Now you can freely edit every item on the legendAdjust the legend by removing unnecessary layers (which are not seen on the map) and rename the layer in the legend by clicking on (
Edit selected item properties
) below the legend entries.Under the upper
Main Properties
, insert âLegendâ as title
Now, letâs add a scale bar:
Click on (
Add Scale bar
)Draw a rectangle on the map and position the scale bar on the edge of the map. You can adjust the scale bar units (meters, kilometers, âŚ), the fixed segment width (50 km, 75 km, 100 km, âŚ) and the number of segments (to the right).
Letâs add a north arrow:
Click on (
Add North Arrow
).Drag a rectangle on the print layout. Adjust the size and location of the north arrow. You can also change the icon in the item properties.
Letâs add a logo (for example, your national society):
Click on (
Add picture
)Drag a rectangle in the spot where you want to add the logo
Navigate to the
Item properties
panel on the right and switch toRaster image
.Click on the three dots
...
and select the file with your logoIf necessary, resize or move the picture on the print layout.
Add some additional information as text.
Click on (
Add text
)Drag a rectangle on the canvas
In the item properties window on the right, you will find a text box with the text âLorem ipsumâ. Here you can enter some additional information of the map, e.g. the coordinate system, basemap information or date.
When you are finished with your map design you can export your printable map as image or pdf under Layout
â> Export as Image
or Export as PDF
You could now have as a result a map similar to this one. Here, some space has been left in order to implement an overview map. If you are still have time go for the bonus exercise and add an overview map!
Bonus Exercise!#
If you are finished with the main map, click on the map and navigate to the item properties. In the layer section, check the box Lock Layers
and Lock styles for layers
. This means that if you change the map in the main QGIS-window, the map you have added to the Now you can start working on an overview map. We will be using a shapefile with the administrative bounadries of Pakistan.
Return to the main QGIS window and load the layers from the
Bonus Exercise
-folder.In the Layer panel, make the layers for the main map invisible by clicking on the next to the layer name.
Style the countries in an neutral, unobtrusive color. For example, you can use the âGray 3 Fillâ from the styling templates.
Once you are happy with the styling of your overview map, navigate back to the Print Layout window.
Add a second map and position it in a corner.
In the Item properties panel for the second Map (âMap 2â), scroll down and open the
Overview
-options.Click on the
+
-button to add a new overview.In the âMap Frameâ-option, select âMap 1â. This will show the frame of the main map on your overview map.
You can add a scale bar and a northj arrow to your overview map as well.
Congratulations! You have finished your first map.