Proximity Mapping

In this section, we will create a proximity (distance) map to for site suitability analysis

1. Objective:

The objective of this section is to use the raster layers from the data preparation section to create proximity maps (distance) as well as to normalise the values of the proximity map in order to accurate derive selection criteria analysis from it.

2. Getting Started

2.1 Clipping DEM to Study Area

We will need to clip the raster layers to the study area.

From processing toolbox select under Raster > Clip as Mask Layer. Input DEM inside and polygon select Final_shape. To ensure the no data values show up correctly, assign ‘99999999’ to “specific nodata value to output bands”. We should see something similar to this.

This is to clip the DEM so that it will be aligned to the final_shape of our Study Area.

Repeat for the other raster layers.

Following instructions stated in other parts of the guide we have to save the new raster layers as layers in the GeoPackage. Ensure that ALL height and width of raster grids are set to 100 exactly.

3. Creating the Proximity Map

After running, the output should be similar to this:

Now we can move on to normalization of the map layer.

4. Clipping the Proximity Map

For the input layer of the Clip Raster by Mask Layer window, put in prox_road. For the mask layer, put in FinalShape.

For the Source CRS and Target CRS, ensure that both of them are EPSG : 23845 DGN95 / Indonesia TM-3 zone 54.1.

For the section ‘Assign a specific nodata value to output bands [optional]’, change it to 99999999. We should see this:

When we are done, click on ‘Run’. A new layer called Clipped by Mask Layer would appear. Save it as a geopackage and call it clippedprox_road, keeping in mind the project CRS.

5 Using Raster Calculator

We then have to repeat these steps for:

6. Changing of Certain Raster Values

For the airport and forest fire layers we need to make sure that the locations themselves have a value of 0. It is only values that are right outside them that take on a value of 1, because it is not logical to build over the airport or settlements as a recommendation.

When this is done, we then click on the “Apply Value to Selection” 2 buttons to the right of the number we just input. Then, the value should be changed to 0 for the entire selection.

The layer is now ready for future processing.