This project aims to assess and improve health care facilities' accessibility in Zamfara State, Nigeria, using both spatial and non-spatial data. The analysis involves determining population coverage within a 500m radius of existing facilities, identifying suitable areas for new health facilities, and pinpointing areas with low access to health care.
- Determine the population within a 500m radius of existing health care facilities.
- Identify the most suitable areas to site new health facilities.
- Identify areas with low access to health facilities.
- Determine the optimal locations for new health facilities based on population needs.
- Count of Health Care Facilities: Determine the total number of health care facilities in different wards across the state.
- Categories of Health Facilities: Count the categories of health facilities.
- Population Analysis: Use raster data to estimate the population within Zamfara State and analyze population distribution within 500m of health facilities.
- Mobility Data Analysis: Use Facebook mobility data to analyze human movement patterns within the state.
- Facebook Mobility Data: Use Facebook movement data to understand human mobility within the state.
- Validation: Validate the health facility data and eliminate points that do not exist.
- Buffer Creation: Create a 500m buffer around health facilities to determine how many people within the buffered area have access to the health facilities.
- Constraints Identification: Identify constraints such as distance to waterways, water bodies, and existing health facilities. Merge these constraints into a single vector file.
- Factors Identification: Identify important factors such as distance to road networks and residential areas. Residential areas within 100m of a road network are considered suitable for siting a health facility.
- Low Access Areas: Identify areas with low access to health facilities by erasing residential polygons with the constraint vector. Use the remaining polygons to determine the population with low access to health care.
- Overlay Analysis: Use the overlay function in geopandas to erase the factors polygon using the merged constraint layer. The remaining areas are suitable for siting new health facilities.
- Optimal Location: Population is a critical factor, as health centers are built for people. Determine the optimal location based on population needs.
- Suitability Analysis: Perform suitability analysis to identify optimal locations for new health facilities based on population need.
- Health Facilities Population Coverage: Determine the population within 500m of each health facility.
- Suitable Areas: Identify suitable areas for new health facilities.
- Low Access Areas: Identify areas with low access to health facilities and determine the population in these areas.
- Optimal Locations: Determine optimal locations for new health facilities based on population needs.
- Geosptial Web App: Use ArcGIS Online Web App Builder to create a geospatial web map that visualizes the results.
This project provides a comprehensive assessment of health care facilities' accessibility in Zamfara State and offers insights into suitable locations for new facilities. By integrating data analysis and geospatial techniques, we can improve health care accessibility and address the needs of the population effectively.
data/
: Folder containing all datasets used in the analysis.notebooks/
: Jupyter notebooks containing the data analysis and geospatial analysis code.outputs/
: Folder containing the results, including maps and visualizations.README.md
: This readme file.
- Clone the repository.
- Install the required libraries using
pip install -r requirements.txt
. - Run the Jupyter notebooks in the
notebooks/
folder to reproduce the analysis. - View the results in the
outputs/
folder.
- ArcGIS Python API
- Python 3.x
- Geopandas
- Pandas
- Numpy
- Rasterio
- Matplotlib
- Seaborn
- Fiona
This project is licensed under the MIT License. See the LICENSE file for details.
This project was conducted by Team Space X. We acknowledge the use of Facebook mobility data and other datasets for this analysis.