SMT201 AY2019-20G1 EX2 Kelvin Chia Sen Wei
Contents
- 1 Q1a. Gombak and its target roads
- 2 Q1b. Gombak and its buildings
- 3 Q1C. Gombak and its target natural features
- 4 Q1d. Gombak and its digital elevation
- 5 Q2a. Gombak and its proximity to target roads layer
- 6 Q2b. Gombak and its proximity to buildings layer
- 7 Q2c. Gombak and its proximity to target natural features layer
- 8 Q2d. Gombak and its slope layer
- 9 Q3. A map layout with four views showing the criterion scores of each factor layers
- 10 Q4. Analytical Hierarchical Process input matrix and result report
- 11 Q5. A map layout with the suitability land lot(s)
- 12 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.
Q1a. Gombak and its target roads
The distribution of schools across Singapore are categorised into the different types of schools and shown using pictorial symbols. It gives a clear picture of the number of schools in each town. From the map, we can see that the primary and secondary schools are generally distributed evenly across these towns. However, the upper education schools are lacking in the west side and concentrated in the south side of Singapore. It is possible to expect more upper education schools to be built in the west side with the development of Tengah area in the near future
Q1b. Gombak and its buildings
The roads are categorised into different types of road and shown using line symbols. From the map, we can see that the roads are well connected across Singapore. We can also see a pattern whereby minor roads are surrounded by major road due to the needs to access certain parts of the area.
Q1C. Gombak and its target natural features
The types of land use has been aggregated into more general categories to give a macro view of the land use in Singapore. From the map, we can see high usage of residential space due to the high population density. Businesses mainly resides in the west side, with a large segment in the Jurong Islands.
Q1d. Gombak and its digital elevation
From both of the maps above, we can see that the distribution of Aged population is generally similar. Bedok is still the area with the most Aged population throughout the years. However, I feel that utilising solely the Aged Population count is misleading and utilising the proportion in Qn. 2b would be a better visualisation to depict the Aged population in Singapore.
Q2a. Gombak and its proximity to target roads layer
When depicting the proportion of Aged to Total Population for 2010 and 2018, we can clearly see that areas like Ang Mo Kio, Queenstown and Kallang have higher proportion of Aged Population over the years.
Q2b. Gombak and its proximity to buildings layer
The above map shows an increase in aged population growth in non-mature estates in Punggol and Sengkang. This might be due to increase in development of 2 Room Flexi flats in the area in the recent years which mainly targets the aged population to downgrade to smaller flats. Surprisingly, Sentosa (Southern Islands) shows an increase in aged population growth, at an area with mostly premium private estates. Generally, Singapore is ageing at a faster pace in 2018 as compared to 2010.
Q2c. Gombak and its proximity to target natural features layer
The above map shows an increase in aged population growth in non-mature estates in Punggol and Sengkang. This might be due to increase in development of 2 Room Flexi flats in the area in the recent years which mainly targets the aged population to downgrade to smaller flats. Surprisingly, Sentosa (Southern Islands) shows an increase in aged population growth, at an area with mostly premium private estates. Generally, Singapore is ageing at a faster pace in 2018 as compared to 2010.
Q2d. Gombak and its slope layer
The above map shows an increase in aged population growth in non-mature estates in Punggol and Sengkang. This might be due to increase in development of 2 Room Flexi flats in the area in the recent years which mainly targets the aged population to downgrade to smaller flats. Surprisingly, Sentosa (Southern Islands) shows an increase in aged population growth, at an area with mostly premium private estates. Generally, Singapore is ageing at a faster pace in 2018 as compared to 2010.
Q3. A map layout with four views showing the criterion scores of each factor layers
a short description of not more than 150 words for each view.
Q4. Analytical Hierarchical Process input matrix and result report
a short description of not more than 150 words discussing the analysis results.
Q5. A map layout with the suitability land lot(s)
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.
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.