SMT201 AY2019-20T1 EX2 Tay Jing Wen

From Geospatial Analytics for Urban Planning
Revision as of 23:17, 10 November 2019 by Jingwen.tay.2018 (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PART 1: Gombak and the 4 Target Views

Vector Format.png

Description

Buildings: This map layout will show the position of the building which accounts for the health risk factor as we want the Communicable Disease Quarantine Centre to be away from the crowd to prevent any spread of diseases.

Natural: This map layout includes the natural elements in Gombak and is classified by their type, indicated in the legend.

Roads: As the selected site should be close to the existing local roads, the local roads are categorized by their type and identified through different contrasting colors.

Digital Elevation: The digital elevation indicates the steepness or gentleness of the land. The steeper it is, the higher the value is.

PART 2: Gombak and the 4 Proximity Views

Proximity Format.png

Description

The white areas in the maps are the recommended areas for the buildings and natural features as there are proximity to distance the Communicable Disease Quarantine Centre from the 2 features. The black areas in the maps for roads and slope are the recommended areas to have Communicable Disease Quarantine Centre built close to as closeness to roads mainly supports accessibility for the transport of materials and building on less elevated slopes lowers the development cost.

PART 3: Criterion Score

Standardized Format.png

Description

To apply Standardization with minmax, the minimum and maximum values are retrieve through Raster Layer Statistics. The following shows the formula and values to standardardize each layer.

Buildings: ("proximity_buildings@1" - 0) / (838.4658813476562 - 0)

Natural: ("proximity_natural@1" - 0) / (863.6694946289062 - 0)

Roads: 1 - (("proximity_roads@1" - 0) / (743.303466796875 - 0))

Slope: 1 - (("raster_slope@1" - 0) / (36.41904830932617 - 0))

The higher the score is as indicated in the legend, the better location will be for a Communicable Disease Quarantine Centre.

PART 4: Analytical Hierarchical Process Input Matrix

Matrix.png


Matrix2.png


Matrix3.png



Reading from row to column, I find the importance level for the factors to be (High importance to Low importance): Health Risk, Accessibility, Natural conservation and Economic.
The higher the AHP Score, the more important the factor is when it comes to playing the part of choosing the suitable land lot. The AHP score for each factor are as follows:

    Buildings (Health Risk): 0.557
    Roads (Accessibility): 0.278
    Natural (Natural Conservation): 0.106
    Slope (Economic): 0.059

Furthermore, the consistency checker ensures accuracy in the values assigned in the AHP matrix. The current consistency checker returns a 5% score which indicates that the values assigned to each factor is consistent and within the accuracy range (below 10%).

PART 5: Suitability Land Lot

Maps

Suitability 2.png



The above suitability raster map is generated through this formula:
("StandardProximity_Buildings@1" * 0.557) + ("StandardProximity_Natural@1" * 0.106) + ("StandardProximity_Road@1" * 0.278) + ("StandardProximity_Slope@1" * 0.059)

To be able to clearly identify the suitable land lot in the generated suitability map, the layer was reclassified with:
min <= value < max of:

    min: 0, max 0.6 => 0 (unsuitable)
    min: 0.6, max 0.7 => 1 (suitable)

Land Lot

Land Lot1.png



Fulfilling the requirement of contiguous area of at least 10,000m2 for the Communicable Disease Quarantine Centre, the land lot area with a size of 21,508m2 is suitable to build a Communicable Disease Quarantine Centre.