Difference between revisions of "NeighbourhoodWatchDocs Proposal"
Line 110: | Line 110: | ||
6. | 6. | ||
|| | || | ||
− | Singapore Residents by Subzone and Type of Dwelling, June | + | Singapore Residents by Subzone and Type of Dwelling, June 2017 |
|| | || | ||
This dataset is necessary for us to find out the total number of elderly population in a specific Subzone. | This dataset is necessary for us to find out the total number of elderly population in a specific Subzone. | ||
|| | || | ||
− | https://data.gov.sg/dataset/singapore-residents-by-subzone-and-type-of-dwelling- | + | https://data.gov.sg/dataset/singapore-residents-by-subzone-and-type-of-dwelling-jun-2017 |
|- | |- | ||
| | | | ||
7. | 7. | ||
|| | || | ||
− | Singapore Residents by Subzone, Age Group and Sex, June | + | Singapore Residents by Subzone, Age Group and Sex, June 2017 (Gender) |
|| | || | ||
This dataset is necessary for us to find out the total number of elderly population. | This dataset is necessary for us to find out the total number of elderly population. | ||
|| | || | ||
− | https://data.gov.sg/dataset/singapore-residents-by-subzone-age-group-and-sex- | + | https://data.gov.sg/dataset/singapore-residents-by-subzone-age-group-and-sex-jun-2017-gender |
|- | |- | ||
| | | | ||
Line 167: | Line 167: | ||
<h3>Buffer Analysis</h3> | <h3>Buffer Analysis</h3> | ||
− | <div>A buffer zone is any area that serves the purpose of keeping real world features distant from one another. For the purpose of our project, we could look at the buffer to be in terms of minutes of walk away from the elderly's blocks to the nearest clinics, instead of distance. </div> | + | <div>A buffer zone is any area that serves the purpose of keeping real world features distant from one another. For the purpose of our project, we could look at the buffer to be in terms of minutes of walk away from the elderly's blocks to the nearest clinics, instead of distance. With this, we can determine the catchment areas of existing clinics. This is by making clinics the centre of the circle to calculate the catchment area within a given radius. Users interacting with the map we created will select from a list of maximum allowable timing that the elderly is willing to commute to the nearest clinic, and that will be translated into distance for the purpose of buffer analysis.</div> |
− | <!-- END OF LITERATURE REVIEW ---> | + | <h3>Kernel Density Estimation</h3> |
+ | <div>Determine the distribution of elderly within subzones and analyse the output in comparison with the number of nearby clinics.</div> | ||
+ | |||
+ | <!-- END OF LITERATURE REVIEW & PROJECT APPROACH ---> | ||
<div style="background: #00A4EF; padding: 20px; line-height: 0.3em; text-indent: 16px;letter-spacing:0.1em;font-size:26px"><font color=#fbfcfd face="Bebas Neue">PROJECT TIMELINE</font></div> | <div style="background: #00A4EF; padding: 20px; line-height: 0.3em; text-indent: 16px;letter-spacing:0.1em;font-size:26px"><font color=#fbfcfd face="Bebas Neue">PROJECT TIMELINE</font></div> |
Revision as of 16:21, 8 March 2019
- To build a GIS tool (an R Shiny app)
- Analyse the demand and supply of clinics using the proximity of each clinic in residential zones
- Evaluate results of analysis and provide recommendations to further improve the social welfare for the residents who require special assistance
No. |
Dataset |
Description |
Source(s) |
1. |
OSM Layer (Singapore) |
This dataset is necessary for us to be able to plot the Singapore map. |
OpenStreetMap |
2. |
Singapore Planning Subzone (MP14_SUBZONE_WEB_PL) |
This dataset is necessary for us to be able to plot the Singapore map out at a planning subzone level. |
https://data.gov.sg/dataset/master-plan-2014-subzone-boundary-no-sea |
3. |
Estimated Singapore Resident Population in HDB Flats |
Find out the number of residents per estate. |
https://data.gov.sg/dataset/estimated-resident-population-living-in-hdb-flats |
4. |
Dwelling Units under HDB's Management, by Town and Flat Type |
Shows number of units per estate for each flat type. |
https://data.gov.sg/dataset/number-of-residential-units-under-hdb-s-management |
5. |
Residents by Age Group & Type of Dwelling, Annual |
Shows age group and number of residents by type of dwelling. |
https://data.gov.sg/dataset/residents-by-age-group-type-of-dwelling-annual |
6. |
Singapore Residents by Subzone and Type of Dwelling, June 2017 |
This dataset is necessary for us to find out the total number of elderly population in a specific Subzone. |
https://data.gov.sg/dataset/singapore-residents-by-subzone-and-type-of-dwelling-jun-2017 |
7. |
Singapore Residents by Subzone, Age Group and Sex, June 2017 (Gender) |
This dataset is necessary for us to find out the total number of elderly population. |
https://data.gov.sg/dataset/singapore-residents-by-subzone-age-group-and-sex-jun-2017-gender |
8. |
Total Number of Clinics in Singapore |
This dataset is necessary for us to locate all the neighborhood clinics in Singapore and find out their respective addresses, so as to aid in our proximity analysis with the dwellings. As this data is not readily available to us, we will need to perform web scraping to "scrape" the data off the Singapore Healthcare Institutions Directory (HCI) website. A Python script can help us achieve the following and more details can be found below. |
|
9. |
Total Number of TCM Clinics in Singapore |
This dataset is necessary for us to locate all the TCM Medical Centres in Singapore and find out their respective addresses, so as to aid in our proximity analysis with the dwellings. As this data is not readily available to us, we will need to perform web scraping to "scrape" the data off the Singapore Traditional Chinese Medicine Practitioners Board (TCM Board) website. Code tweaks to the Python script used for the HCI website data will help us collect this dataset successfully. |
https://prs.moh.gov.sg/prs/internet/profSearch/main.action?hpe=TCM |
Code Snippet 1 | Code Snippet 2 |
---|---|
1. Uses a set of pre-defined parameters and settings to visit through each page of the HCI's search results in a loop.
2. Make use of XPATH expressions to retrieve the content (healthcare facility name, address, postal code) located at specific HTML attributes.
3. When all pages are visited, the retrieved information will be parsed and stored into a .CSV file with the respective columns.
Pattern Visualization
Buffer Analysis
Kernel Density Estimation
Our team aims to create a dashboard that will display all the clinics (medical and TCM) across Singapore. We will also display dwellings in the respective subzones and the estimated number of elderly aged 65 and above staying there. Just the above will show the supply and demand for healthcare in clinics. Further analysis will be calculated on how the supply and demand are met, as well as to identify any potential gaps e.g. overdemand or oversupply of healthcare facilities in a particular subzone.
The supply and demand data for selected subzones will then be displayed on a data table for better visualization.
These are the tools and technology our team aims to explore and use through the period of the project to achieve our objectives. It will be updated as we go through the project.
No. |
Key Technical Challenges |
Description |
Proposed Solution |
Outcome |
1. |
Unfamiliarity with R packages and R Shiny |
Our team may encounter the use of additional R resources that were not taught in class. |
- Independent Learning on R packages and R Shiny |
We managed to solve the mentioned challenge with the following resources: |
2. |
Data Cleaning and Transformation |
As we need to collect the data from various sources, they may have different attributes such as the Coordinate Reference System (CRS), units of measurement and etc. |
Adopt a standardized process of cleaning the data, focusing with what we only need. Most of the datasets used for our project can be found in our Hands-On or Take-Home exercises and we can rely on those existing data. |
We managed to solve our technical challenge with the following: |
3. |
Limitations & Constraints in Datasets |
There are certain assumptions that we need to make based on the context and purpose of our project, such as the average number of doctors in a particular clinic, which cannot be derived from our datasets. |
Working out with the team together and figuring out a reasonable and valid assumption, together with adequate online research and consultation with Prof. Kam. |
We managed to solve our technical challenge with the following: |