Overview:

Mapping the extent of a natural hazard (e.g., assessing areas with a high risk) or disaster is a first step in disaster risk management and emergency response. Subsequently, exposure mapping enables the estimation of the impact of hazards or disasters, for example, regarding the number of affected inhabitants or infrastructure. The following practice shows the use of Quantum GIS to analyze a disaster extent map in combination with auxiliary data such as population or land cover data.

Requirements: 

  • Map containing the geographical impact of a disaster or a hazard map.
  • Auxiliary data depending on the users' need, for example, regarding population (WorldPop), land cover (Globeland30), elevation (SRTM), or roads (gROADS).
  • Basic knowledge of GIS.

Applications: 

  • Exposure mapping of areas near rivers which might be affected by a flooding - together with population density or land cover.
  • Exposure mapping of areas which have a high risk for landslides such as build-up areas at the top or below of slopes without protection mechanisms - together with population density or land cover.
  • Exposure mapping regarding other types of hazards for which a risk map is created.
  • Mapping the exposure of population and land use when a disaster extent map is available.

Strengths and Limitations: 

Strengths:

  • Relatively quick and easy-to-use procedure.
  • Besides of the beforehand created hazard or hazard risk map, the practice does not need specific near real-time data that might be difficult to acquire.

Limitations:

  • Several sources of uncertainties: the accuracy of the exposure map relies on the geometric and thematic accuracy of both the hazard/disaster extent map and the auxiliary data.
  • When using global auxiliary data sets, the accuracy is not necessarily always homogeneous and might be difficult to estimate for a specific area of interest. Global data sets include a lot of data from sometimes different sources. For example, population data sets can consist of disaggregated census data, settlement or landcover information, space-based nightlight maps, and other geodata. In the case of census data, countries might have different measurement basis and statistical approaches.
  • Due to the relatively coarse resolution of population data, hazard classifications close to settlements or of non built-up areas within a settlement might cause significant overestimations in terms of the affected population.

Objective: 

The objective of this practice is to estimate the exposure of a natural hazard or disaster. As an example, the number of inhabitants affected by a flood event is estimated. The joint use of the flood mask, created by the Recommended Practice: Flood Mapping, and the WorldPop data set constitutes a viable solution to quickly estimate the impact of the flood regarding the population. The proposed methodology is a universal practice which combines a simple approach based on open-source software and free of charge data together with a beforehand created map covering the extend of a natural hazard or disaster.

Disaster Cycle Phase:    

  • Mitigation
  • Preparedness
  • Recovery & Reconstruction
  • Relief & Response

Test Site:

Malawi

Context: 

The practice was applied in the context of the flood event in Malawi in January 2015. Since December 2014, heavy rains affected Malawi causing rivers to overflow. The flooded area in this analysis covered a part of the Nsanje district around Chiromo.

Applicability: 

This practice can be applied globally. Besides of the beforehand created hazard or disaster extent map, the practice does not need specific near real-time data as it is based on population, land cover, or other auxiliary geodata archives. The WorldPop data set provides population data for Africa, Asia as well as Central and South America with a spatial resolution of 100 meters. The Globeland30 data base provides global landcover data with a spatial resolution of about 30 meters.

Data Access: 

Four different data layers are required for this exercise: population, landcover, administrative boundary, and flooded area.

The flood mask was created by the Recommended Practice Flood Mapping and its step-by-step procedure (Link). Make sure the flood mask is exported as a GeoTiff file.

Population data from WorldPop is available free of charge and covers Africa, Asia, and Central and South America. The data can be downloaded without registration from the website. Population data for Malawi for the year 2015 can be accessed here. The dataset has a resolution of 100 x 100m (1 hectare).

Landcover data can be obtained from Globeland 30 free of charge. A registration for downloading data is required, and data request takes at least one day to review. Tile S36_15 covers the area of this case study. The dataset has a resolution of 30 x 30m. An alternative with a larger resolution (300 x 300m) is available through ESA.

Administrative boundary data can be obtained from Humdata or GADM free of charge and without registration. The Malawi Subnational Administrative Boundaries shapefiles can be accessed here. For this exercise, we will be using administrative level 2 (district or city council) data.

Processing and screenshots are based on Quantum GIS (QGIS) version 3.16.3-Hannover 64-bit.

Data Preparation/Pre-processing 

1. Preparing the flood layer

1.1 Load the flood mask and administrative boundary shapefile into QGIS. Go to Layer --> Data Source Manager, browse the data in their respective formats (raster or vector) on the left panel --> Add. After importing the data, make sure they have the same projection (WGS84) by checking in the Properties --> Source of each layer.

Preparing flood layer

1.2 If the flood mask is a raster file (.tif), convert it to a vector file (.shp), skip this step if the flood mask is already a vector file. Open Raster --> Conversion --> Polygonize, select the flood mask raster as the input, and name the field to create as "Flood", click Run.

Preparing flood layer

1.3 The new vectorized layer will appear on the map. To ensure the layer can be further processed without errors due to invalid polygons from conversion, open Processing --> Toolbox, then in the Processing Toolbox, go to Vector geometry --> Fix geometries (or simply search for Fix geometries). In the Fix geometries window, select the Vectorized layer as the input and click Run.

Preparing flood layer

1.4 To have the flood mask layer without the background polygons (no water), go to the Processing Toolbox --> Vector selection --> Extract by expression. Set the Fixed geometries layer as the input layer. Put "Flood<1" in the expression box because the vectorized flood mask stores the data in its attributes indicating 1 as flood and all the numbers smaller than 1 as not flooded. As we want to extract the flooded areas which is the data that is non-matching to the expression, unselect the checkbox under Matching features, change the output setting for Non-matching features to [Create temporary layer] and select the checkbox. Click Run.

Preparing flood layer

1.5 Merge all the remaining polygons into one single polygon that indicates the flood area. Open Vector --> Geoprocessing Tools --> Dissolve, select the extracted layer as the Input layer --> Run.

Preparing flood layer

1.6 Using the Administrative Boundary layer, cut out the flooded areas that is not within Malawi. Go to Vector --> Geoprocessing Tools --> Intersection. Select the dissolved layer as the input layer, and the administrative boundary layer as the overlay layer --> Run. By overlaying a district-level boundary layer, the flood polygon will split into its respective districts, this can help with analysis purposes. For this case, the polygon is split-up into three as it intersects with three different districts.

Preparing flood layer

1.7 As the processed layers in the previous steps are temporary, save the prepared Intersected flood mask layer by right clicking on the layer --> Export --> Save Features As. Select the desired format and destination of the file, make sure the coordinate reference system (CRS) is the same with the other layers (WGS 84) and the box next to "Add saved file to map" is checked.

Preparing flood layer

Processing Steps: 

2. Population

2.1 Load the population data, go to Layer --> Data Source Manager --> Raster.

2.2 The Zonal statistics function can be used to receive the population data solely for the flooded area. Go to Processing Toolbox --> Raster analysis --> Zonal statistics (Note: make sure it is "Zonal statistics" not "Raster layer zonal statistics"). Selected the processed flood mask vector as the Input layer, and the population raster as the Raster layer. Define an output column prefix ("pop" for population) and check Sum under Statistics to calculate. Click Run.

Population

2.3 Look at the Attribute Table of the new Zonal Statistics layer by right clicking on the layer --> Open Attribute Table. The field "popsum" indicates the total population in each district that falls within in the area of interest (flooded area). Note that this number is affected by uncertainties.

Population

2.4 To get the total number of affected population, apart from manually calculating the number, this can also be done through QGIS tools. Go to Vector --> Analysis Tools --> Basic statistics for fields. Select the Zonal statistics layer as the Input layer, popsum as the Field to calculate statistics on, and skip output. Click Run, then in the same window under Results, you will find the statistics to the layer, and specifically Sum: 9230 as the total affected persons within the entire flooded area.

PopulationPopulation

2.5 Change the style of the layers to better visualize the data (right click on the layer --> Properties --> Symbology). For example, change the flood mask to blue and lower its opacity so that it is half-transparent; change the population data Render type to Singleband pseudocolour, tinker the min/max and classifications, and choose a colour bar.

Population

2.6 To create a map with simple description of the analysis, legend, scale bar, and north arrow, you can create a new print layout (Project --> New Print Layout). Below is an example of a final exposure map in the context of population.

Population

3. Land cover

3.1 Load the land cover data, go to Layer --> Data Source Manager --> Raster.

3.2 Clip the land cover raster to the extent of the flood mask. Open Raster --> Extraction --> Clip Raster by Mask Layer. Select the land cover raster as the Input layer, the flood mask vector as the Mask layer, and assign a specified nodata value to 0 --> Run.

Land cover

3.3 The clipped land cover raster will appear on the map, you might have to turn off or re-order the other layers to see it. To estimate the area and types of affected land cover, go to the Processing Toolbox --> Raster analysis --> Raster layer unique values report. Selected the clipped land cover layer as the Input layer, [Skip output] for Unique values report, and [Create temporary layer] for Unique values table --> Run.

Land cover

3.4 To view the calculated values of affected land cover, right click on the newly created Unique values table --> Open Attribute Table. The value field indicates the land cover type, the classification scheme (extracted in screenshot below) can be found in Section 3 of the Globeland30 Product Description, note that the classes are generalized. The count field indicates the number of pixels. The ㎡ field shows the calculated area in square meters, the number can be converted into hectare by dividing 10000 or to square kilometers by dividing 1000000.

Therefore in our case, approximately 7871400 square meters of cultivated land (class 10) and 324900 square meters of artificial surfaces (class 80) were flooded.

Land coverLand cover

3.5 Change the style of the layers to better visualize the data (right click on the layer --> Properties --> Symbology). For example, change the land cover data Render type to Paletted/Unique values, click "Classify" to group the values, choose the appropriate colours and rename the labels.

Land cover

3.6 To create a map with simple description of the analysis, legend, scale bar, and north arrow, you can create a new print layout (Project --> New Print Layout). Below is an example of a final exposure map in the context of land cover.

Land cover