Difference between revisions of "SMT201 AY2019-20G2 Ex1 Ng Poh Yeng"

From Geospatial Analytics for Urban Planning
Jump to navigation Jump to search
Line 1: Line 1:
 
== Part One: Thematic Mapping ==
 
== Part One: Thematic Mapping ==
 
 
=== 2014 Master Plan Landuse ===
 
Data provided was discrete in nature, so categorized symbology where different uses of land had different colours were used.
 
Depending on the land use functions and appearances, different groups of colours were used. For example, parks and agriculture were assigned green, while business and commercial land uses were assigned red and orange. Transport and utility functions were assigned shades of yellow, while residential areas were given light and white-ish blue shades.
 
This type of grouping where similar functions are of different shades of the same colour allows the map to visualise how different areas of Singapore are being used.
 
  
 
=== Level of Schools ===
 
=== Level of Schools ===
 
As the classification data of each school was discrete in nature, categorized symbology was used to visualise the distribution of public educational institutes. For each category of educational institutes, different symbols and colours were used such that they could be easily told apart from each other. Some python code was used in order to geocode the educational institutes onto QGIS as only their ZIP codes were provided in the dataset.
 
As the classification data of each school was discrete in nature, categorized symbology was used to visualise the distribution of public educational institutes. For each category of educational institutes, different symbols and colours were used such that they could be easily told apart from each other. Some python code was used in order to geocode the educational institutes onto QGIS as only their ZIP codes were provided in the dataset.
[[File:Py geocode scr.png|thumb]]
+
[[File:Level_of_school.png|thumb]]
 
Subzone data provided by data.gov.sg was used as the backdrop such that the reader would be able see the distribution of schools across Singapore.
 
Subzone data provided by data.gov.sg was used as the backdrop such that the reader would be able see the distribution of schools across Singapore.
  
 
=== Road Network System ===
 
=== Road Network System ===
An assumption used was that the road prefixes were indicators of hierarchy, as road classification data was not directly available. By calculating a new field on the attribute table of the road data layer found on data.gov.sg, each road was assigned one of 3 groups. Based on this grouping, categorized symbology was used to visualise the hierarchy.
+
nnn
  
From this, roads were given different colouring and thickness based on their hierarchy, with expressways and highways being the thickest. This was done to show the branching out of each group of roads from the group of roads that are higher in hierarchy.
+
=== 2014 Master Plan Landuse ===
 +
nnn

Revision as of 01:11, 15 September 2019

Part One: Thematic Mapping

Level of Schools

As the classification data of each school was discrete in nature, categorized symbology was used to visualise the distribution of public educational institutes. For each category of educational institutes, different symbols and colours were used such that they could be easily told apart from each other. Some python code was used in order to geocode the educational institutes onto QGIS as only their ZIP codes were provided in the dataset.

Subzone data provided by data.gov.sg was used as the backdrop such that the reader would be able see the distribution of schools across Singapore.

Road Network System

nnn

2014 Master Plan Landuse

nnn