Difference between revisions of "SMT201 AY2019-20T1 EX1 Renata Dharma"
Renatad.2018 (talk | contribs) |
Renatad.2018 (talk | contribs) |
||
Line 67: | Line 67: | ||
|- | |- | ||
| In the first stage, these data files were sourced: | | In the first stage, these data files were sourced: | ||
− | # | + | # Singapore Residents by Planning Area/Subzone, Age Group and Sex, June 2000 - 2018 from Department of Statistics Singapore |
− | # | + | # Singapore Master Plan 2014 Subzone and Planning Area 2014 boundary data from data.gov |
Inside the dataset: | Inside the dataset: | ||
# The relevant features include Population, Age Group, Planning Area, Subzone, Time (in years) | # The relevant features include Population, Age Group, Planning Area, Subzone, Time (in years) | ||
+ | # Subzone and Planning Area base maps from which contains the primary key attribute Subzone | ||
Data Processing: | Data Processing: | ||
Line 126: | Line 127: | ||
Layer: Proportion_Aged_2018 | Layer: Proportion_Aged_2018 | ||
|} | |} | ||
+ | |||
+ | * Lastly, in order to calculate the percentage change, within each subzone, the total number of people belonging to the aged population in 2010 must be subtracted from the aged population in 2018, then divided by the aged population in 2010. Hence, the formula below is implemented via Field Calculator: <br> | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Formula for calculating Percentage Change between 2010 and 2018 | ||
+ | |- | ||
+ | | [[File:Percentage Change formula.png|300px]] <br> | ||
+ | Layer: Percentage_Change_2010_2018 | ||
+ | |- | ||
+ | ! Resulting Table | ||
+ | |- | ||
+ | | | ||
+ | [[File:2010 2018 Percentage Change Table.png|600px]] <br> | ||
+ | Layer: Percentage_Change_2010_2018 | ||
+ | |} | ||
+ | |||
+ | * Noticing that there are NULL values, these values were edited within the respective tables using the following formula through field calculator: <br> | ||
+ | [[File:2010 2018 Remove Null Formula.png|thumb]] <br> | ||
+ | |||
+ | ===Part 2 Generated Maps=== |
Revision as of 20:33, 15 September 2019
Part 1
Stage 1 |
---|
In the first stage, 1 data file was sourced:
Inside the datasets:
Data processing:
Visualising the layers:
|
Stage 2 |
In the second stage, 2 data files were sourced:
Inside the datasets: From the Road Selection Line dataset, the entire country's Road System Network was obtained, which included the major and minor roads. From the National Map Line dataset, major features for national map data represented in polyline form were found. Data includes road data like expressway, major roads, international boundary and contour lines. Data Processing: The data were categorized into 3 different colours: yellow, green and blue. As the island contour lines did not apply to this stage of the Take-Home Exercise, it has been removed so that only Major Road, Expressways and Intersections were shown. Visualising the layers: The vector representing Major Roads, Expressways and Intersections have been modified to a larger width so that it is more obvious on the map. By making use of layer ordering, by placing (2) over (1), the non-overlapping vectors would represent the Minor Roads. |
Stage 3 |
In the 3rd stage, 1 file was sourced:
Data Processing: The layer was modified to ensure consistent projection. Visualising the layers: The layers' dependent visibility was scaled to a minimum of 1:50000. This ensures that the map does not take too long to render while it was initially opened and that only meaningful base maps were used. At a lower scale, there is a need to see the individual roads and buildings surrounding lanes or roads. However, at a higher level, it is better for the specific area in Singapore to be seen so as to aid analyzing frequency base on each neighbourhood. The image shows a map view at 1:50000 and another at map view 1:49999, where the planning area base map is visible. <break> |