Difference between revisions of "JeromeQuah Ex2 Suitability"

From Geospatial Analytics for Urban Planning
Jump to navigation Jump to search
Line 61: Line 61:
 
<!-- Reclassified Raster Map Text -->
 
<!-- Reclassified Raster Map Text -->
 
{| align=center width = 100%
 
{| align=center width = 100%
| style="text-align:justify; width:20em; height: 1em; font-size:17px; font-family: Times New Roman !important; background-color:ghostwhite; color: black;" | This map view further shows the suitable area within the Gombak boundaries represented by the ''Value 1''. In order to derive the area of this site, we need to convert this area into polygons. From this, the '''Polygonize (Raster to Vector)''' was used to convert this layer into a vector layer.<br>
+
| style="text-align:justify; width:20em; height: 1em; font-size:17px; font-family: Times New Roman !important; background-color:ghostwhite; color: black;" | This map view further shows the suitable area within the Gombak boundaries represented by the ''Value 1''. From this, we know that the suitable area derived would be located in the '''Southern region''' of Gombak. In order to derive the area of this site, we need to convert this area into polygons. From this, the '''Polygonize (Raster to Vector)''' was used to convert this layer into a vector layer.<br>
  
From the returned output of the function, a '''new field named Area''' was created into the Attribute Table of the layer via the Field Calculator. The following syntax was used to derive the areas of the polygons in the layer.<br>
+
From the returned output of the function, a '''new field named Area''' was created into the Attribute Table of the layer via the Field Calculator. This is used to find out if the suitable area derived from the map fulfill the '''minimum area requirement of 10,000m<sup>2</sup>'''. The following syntax was used to derive the areas of the polygons in the layer.<br>
  
 
* '''Geometric Function''': ''$area''<br>
 
* '''Geometric Function''': ''$area''<br>
Line 77: Line 77:
  
 
[[File:Ex2 Map4 SuitabilityVectorMap JeromeQuah.jpg|900px|thumb|center|'''Gombak Study Area - Suitability Vector Map''']]
 
[[File:Ex2 Map4 SuitabilityVectorMap JeromeQuah.jpg|900px|thumb|center|'''Gombak Study Area - Suitability Vector Map''']]
 +
 +
 +
<!-- Vector Map Text -->
 +
{| align=center width = 100%
 +
| style="text-align:justify; width:20em; height: 1em; font-size:17px; font-family: Times New Roman !important; background-color:ghostwhite; color: black;" | At first glance, the selected suitable area seems to be on elevated terrain from '''90 to 120 metres''' with a park being within its '''proximity on the West'''. There is '''a service road to its North''', but the transportation or movement to that road itself would require an assisted vehicular mode of transport or transport infrastructure as the road is near the apex of the elevation of Gombak, in which movement from the site to that road would involve transiting up a slope or hill. However, with the prioritization of the Health Risk Factor, we can clearly see that there are '''no buildings in close proximity''' to this site. The following view zooms further into this selected area and the features in its proximity.
 +
|}
 +
  
 
<!--About The Land Lot -->
 
<!--About The Land Lot -->
Line 84: Line 91:
  
 
[[File:Ex2 Map4 TheLandLot JeromeQuah.jpg|900px|thumb|center|'''Location of the Suitable Land Lot for the Communicable Disease Quarantine Centre''']]
 
[[File:Ex2 Map4 TheLandLot JeromeQuah.jpg|900px|thumb|center|'''Location of the Suitable Land Lot for the Communicable Disease Quarantine Centre''']]
 +
 +
<!--About The Land Lot Text -->
 +
{| align=center width = 100%
 +
| style="text-align:justify; width:20em; height: 1em; font-size:17px; font-family: Times New Roman !important; background-color:ghostwhite; color: black;" | This map view further shows the suitable area within the Gombak boundaries represented by the ''Value 1''. In order to derive the area of this site, we need to convert this area into polygons. From this, the '''Polygonize (Raster to Vector)''' was used to convert this layer into a vector layer.<br>
 +
 +
From the returned output of the function, a '''new field named Area''' was created into the Attribute Table of the layer via the Field Calculator. The following syntax was used to derive the areas of the polygons in the layer.<br>
 +
 +
* '''Geometric Function''': ''$area''<br>
 +
 +
The following map view shows the suitable site derived from the Suitability Maps with the inclusion of Roads, Buildings, Natural Features and Digital Elevation of Gombak.
 +
|}

Revision as of 23:54, 9 November 2019

OVERVIEW PROXIMITY CRITERION SCORES AHP SUITABILITY


With the AHP Scores for each of the factors for the construction of the CDQC buildings in Gombak, we can now combine the normalized proximity criterion score layers of the Roads, Buildings, Natural Features and Slope layer to determine the areas within the Gombak boundary that could be suitable for the CDQC. For the combination of the Suitability Raster Map, the following formula was used in the Raster Calculator:

("Buildings_Proximity_Normalised_Inverted@1"*47.9%) +
("NaturalFeatures_Proximity_Normalised_Inverted@1"*10.9%) +
("Roads_Proximity_Normalised@1"*36.6%) +
("Slope_Normalised@1"*4.7%)

The result would be the combination of all four of these normalized layer into a single criterion score Suitability Raster Map after the criteria weights were incorporated into their respective factors. The map below shows the output after symbolization.


RASTER MAP


Gombak Study Area - Suitability Raster Map


Recalling from the Criterion Score Map Layout of the Four Factors, in which all their scales followed 0 to be FAVOURABLE and 1 to be UNFAVOURABLE, this map's scale would be interpreted in a similar fashion, in which the lower the values, the greater the favourability of that area being suitable for the construction of the CDQC.

From this, the suitable areas would like in the yellowish-green color-coded areas in the Raster Map. However, in order to specifically digitize the possible areas for the CDQC, we would need to reclassify the pixel values using a certain range threshold. The Reclassify by Table function was used with this map as its input, using the following reclassification.

  • If Max =< 38: The value is reclassified into 1 (representing the FAVOURABLE value)
  • If Min > 38: The value is reclassified into 0 (representing the UNFAVOURABLE value)
  • Range Boundaries: Min < Value <= Max

The output for the reclassification function was further clipped within the Gombak area boundary via the Clip Raster by Mask Layer function with the reclassification layer and the Gombak area layer as its inputs to return the map view below.


RECLASSIFIED RASTER MAP


Gombak Study Area with Suitability Reclassified Raster Map


This map view further shows the suitable area within the Gombak boundaries represented by the Value 1. From this, we know that the suitable area derived would be located in the Southern region of Gombak. In order to derive the area of this site, we need to convert this area into polygons. From this, the Polygonize (Raster to Vector) was used to convert this layer into a vector layer.

From the returned output of the function, a new field named Area was created into the Attribute Table of the layer via the Field Calculator. This is used to find out if the suitable area derived from the map fulfill the minimum area requirement of 10,000m2. The following syntax was used to derive the areas of the polygons in the layer.

  • Geometric Function: $area

The following map view shows the suitable site derived from the Suitability Maps with the inclusion of Roads, Buildings, Natural Features and Digital Elevation of Gombak.


VECTOR MAP
Gombak Study Area - Suitability Vector Map


At first glance, the selected suitable area seems to be on elevated terrain from 90 to 120 metres with a park being within its proximity on the West. There is a service road to its North, but the transportation or movement to that road itself would require an assisted vehicular mode of transport or transport infrastructure as the road is near the apex of the elevation of Gombak, in which movement from the site to that road would involve transiting up a slope or hill. However, with the prioritization of the Health Risk Factor, we can clearly see that there are no buildings in close proximity to this site. The following view zooms further into this selected area and the features in its proximity.


ABOUT THE LAND LOT
Location of the Suitable Land Lot for the Communicable Disease Quarantine Centre
This map view further shows the suitable area within the Gombak boundaries represented by the Value 1. In order to derive the area of this site, we need to convert this area into polygons. From this, the Polygonize (Raster to Vector) was used to convert this layer into a vector layer.

From the returned output of the function, a new field named Area was created into the Attribute Table of the layer via the Field Calculator. The following syntax was used to derive the areas of the polygons in the layer.

  • Geometric Function: $area

The following map view shows the suitable site derived from the Suitability Maps with the inclusion of Roads, Buildings, Natural Features and Digital Elevation of Gombak.