Data Preparation
School Directory and Information
These are the steps we took to prepare the education.csv file for our QGIS artifact.
Firstly, to obtain the Longitude and Latitude of schools, education.csv was geocoded by using SLA OneMap Api.
Next, as education.csv only contained data of schools from 2021 after the mergers and closures, we manipulated the data by manually unmerging the schools and creating a new excel sheet for each year.
Data was manipulated using information from the following websites:
fionaseah.com: HISTORY: Closed and Merged Schools in Singapore
fionaseah.com: HISTORY: Closed and Merged Schools in Singapore (Part 4)
The Straits Times: New names of merging junior colleges to be combination of original names
The Asian Parent: School Merge in Singapore
Finally, we re-categorised all education institutions into 3 categories (Primary, Secondary, Pre-tertiary) by manually editing their mainlevel_code attribute.
Singapore Residents by Planning Area / Subzone
As the Singapore Residents by Planning Area / Subzone, Single Year of Age and Sex, June 2011-2020 file contains population data for all years from 2011-2020, we used SQL to extract population data from Year 2020.
Next, we used SQL to extract only data from ages 7-18, which are the schooling years, before exporting this cleaned dataset into our GeoPackage.
OSM Road Network
Our study was based on the assumption that students have different means of transportation depending on which education level they belong to. Hence, we extracted different road types from the OSM Road Network for each level.
- For primary schools, we only looked at walking paths.
- For secondary schools, we will be looking at both walking paths and motor vehicle road networks.
- For pre-tertiary institutes, we will also be looking at both walking paths and motor vehicle road networks.
The detailed step-by-step guide can be found in the ‘Data: Preparation of Accessibility Map’ tab.