SMT201 AY2019-20T1 EX1 Eugene Choy Wen Jia

From Geospatial Analytics for Urban Planning
Revision as of 00:16, 15 September 2019 by Eugene.choy.2016 (talk | contribs)
Jump to navigation Jump to search

Part One

2014 Master Plan Landuse

Part1Mapping.png

Categorized Symbology was used to show a visual representation of the various different usage of land in Singapore. Similar categories were grouped together (Business, Business 1, Business Park) to avoid displaying too many colors which may be confusing and difficult to understand. A pattern with lines is used on Open Space to show that the spaces were not planned for any specific kind of development. This clear distinct visualization makes it easier for user potential user who plans for Land Use to know that this space is opened for planning.

Road Section Line

Part1MappingRoads.png

Road Section Lines are represented with Categorized Symbology as well. The type of roads are categorized with various width instead of difference in color, with Expressways having the thickest width. This helps the user to visualize the hierachy of the various road. The types of road are derived by whether it is a "Road , drive, Expressway" with reference from Remember Singapore.

Distribution of School by Type in Singapore

Part1MappingSchools.png

To achieve the location for each school. The information from general-information-of-schools was geocoded with the OneMap API using Python code. The Geocode shape layer is also later joined with general-information-of-school to get the various school types. The schools in the Thematic Map is represented by a Book SVG and the various colors show the different type of school (Primary, Secondary, Junior College). It appear like the most type of school in Singapore is Secondary.


File Structure for Part One

The Layers for the map were all saved into Geopackage (root/geopackage/take-home-ex1-pkg) with the corresponding Style for each Layer saved into (root/styles). The corresponding GeoPackage Layer and Style is as follows:

Map Layer GeoPackage Layer Name Style Path Remarks
G_MP14_LANDUSE_PL TakeHome1_MP14_LandUse TakeHome1_MP14_LandUse_Style -
RoadSectionLine TakeHome1_RoadSectionLine TakeHome1_RoadSectionLine_Style -
Schools TakeHome1_Schools TakeHome1_Schools Geocoded from general-information-of-schools with Python Cdoe
general-information-of-schools TakeHome1_SchoolInfo_csv - CSV for list of schools and their types

Part Two

Age Population (65 and Above) in Singapore by Subzone for Year 2010 & 2018

Part2MappingSubzoneAbv65 2010 2018.png

By comparing both maps,we can see that there is a slight increase in aged population from the year 2010 to year 2018. This change shows an likelihood of an ageing population in some of this subzones. It is also noted that some Subzones did not exist prior to 2018.

Proportion of Aged Population (65 and Above) in Singapore by Subzone for Year 2010 & 2018

Part2MappingSubzonePercAbv65 2010 2018.png

Some changes can be noticed on both the maps where the proportion of aged population increased although the aged population did not seem to increase according to the previous map.

Percentage Change of Aged Population (65 and Above) in Singapore by Subzone from Year 2010 to 2018

Part2PercentageChangeSubzone.png


Classification Choice, New Variables, Relevant Judgement and Assumptions

Graduated Symbology were performed on all Choropleth Mapping with the Quantile Classification to get ranges of equal variance. In order to derive with the new variables, several steps were required starting from the selection of data from Department of Stats. After procuring the data source, some preparations have to be done on the Excel File. Relevant data was extracted from the relevant tab, with dashes replaced with 0 and commas were removed from the numbers (comma will confuse CSV). After converting the data into CSV format, a CSVT file is prepared to help QGIS understand the various Data Type for each column. The CSV is then imported into QGIS.

There were some Subzones missing from the 2010 one which existed in 2018. However, I did not change anything as I was unable to confirm the locations of the subzones although some seem to just be in a different naming. After the importing of both csv, field calculator was used to create columns for Sum of people above 65, percentage of population above 65 as well as upper casing the Subzone column in the Delimited Text Layer.

References & Acknowledgements

Data.gov For SHP file data
Department of Statistics For Subzone Age statistics
Remember Singapore Understanding how to differentiate Expressway, Major Road, Minor Road