SMT201 AY2019-20G1 EX2 Kelvin Chia Sen Wei

From Geospatial Analytics for Urban Planning
Revision as of 11:03, 6 November 2019 by Kelvin.chia.2017 (talk | contribs)
Jump to navigation Jump to search

Q1


111.png


There is a denser network of service and track roads on the eastern side of Gombak. Hence, the eastern area can be prioritized as it ensures easy transportation of building materials during the construction stage.
Residential buildings are mainly concentrated at the northern and western side and we should avoid these areas when building the CDQC to avoid disease spreading to the nearby population. The southern area can be considered as it is mainly a military area and is away from away from the population.
As the selected site should be away from forested land, park and water, the southern part of Gombak would be the ideal area.

Q2


22.png


Q3. A map layout with four views showing the criterion scores of each factor layers


3.png


Each factor have been standardised with 0 to 10 range, with the below metrics used to derive with the criterion scores:

Building Criterion Metric: Areas further than 250m from any building will attain 10 points, decrements 1 point for every 25m nearer to any building.
Target Roads Criterion Metric: Areas nearer than 100m to any service/track roads will attain 10 points, decrements 1 point for every 20m further from any service/track roads.
Target Natural Features Criterion Metric: Areas further than 250m from any natural features will attain 10 points, decrements 1 point for every 25m nearer to any natural features.
Slope Criterion Metric: Areas with slope steepness less than 15 degree will attain 10 points, decrements 1 point for every 2 degree increase in slope steepness.

Q4. Analytical Hierarchical Process input matrix and result report


1000px|center

600px|center

From the above results, health risk poses as the most critical factor and economic factor being the least weighted factor in determining the suitable location for CDQC.

Q5. A map layout with the suitability land lot(s)


Kelvin Chia Take Home 1 2c.jpg


A short description of not more than 200 words commenting on each of the suitable land lot identified.


Explain the reasoning behind your classification choices, how you derived the new variables and handled missing values, and any other relevant judgments and assumptions. Please limit this discussion to a maximum of not more than 500 words.

There are multiple ways to derive with the aggregated data that we will need for our visualisation. The most efficient way is to create a virtual layer for each of the aggregated data that we need. For example, we can simply query using SQL for the aggregation of Aged population for the Year 2010 by Subzone as shown in the screenshot below.

Virtual Layer.png

Firstly, null values are replaced with 0 and each population count is grouped by its town and year. ‘SZ’ field was converted to uppercase to match the data in QGIS. The years are then filtered out to retrieve year 2010 and 2018. Proportion was calculated for Qn. 2b and percentage change was calculated for Qn. 2c. The virtual layers are then joined with Singapore’s Sub Zone 2014 Map via the relation field: ‘SZ’ and ‘SUBZONE_N’. Do note that electoral boundary plays a part, so we have to make use of the 2010 Subzone Planning Map for Year 2010 and the latest Subzone Planning Map for 2018. These data are then classified using equal interval classification and created into the maps as shown above.

Another method that we can use to aggregate the data is via Python.

Below is the python script for reference

Python Script to pre process data.png