https://github.com/afzal0/emergency-health-services-dataset
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: afzal0
- Language: Python
- Default Branch: main
- Size: 11.8 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Spatial Disparities in Emergency Service Accessibility for Vulnerable Populations in Melbourne: A Voronoi Tessellation Study
Overview
This repository contains the minimal dataset and analysis code for the research paper "Spatial Disparities in Emergency Service Accessibility for Vulnerable Populations in Melbourne: A Voronoi Tessellation Study". The dataset includes all essential data and scripts necessary to reproduce the findings presented in the paper.
Abstract
This study analyzes the spatial accessibility of emergency health services in Melbourne, Victoria, with a particular focus on vulnerable populations (children under 4 and elderly over 85) and socioeconomic disparities. Using Voronoi tessellation and distance-based analysis, we identify underserved areas and quantify equity gaps in healthcare access across different income quartiles.
Repository Structure
emergency-health-services-dataset/
├── data/ # Primary input data
│ ├── 2021Census_G01_VIC_SA1.csv # Age demographics
│ ├── 2021Census_G33_VIC_SA1.csv # Income data
│ ├── hospital_Points.* # Hospital locations (shapefile)
│ ├── Residential_mesh_blocks.* # Mesh block boundaries (shapefile)
│ └── Melbourne_dissolved_boundary.* # Study area boundary (shapefile)
│
├── scripts/ # Analysis scripts
│ ├── final_advance_script.py # Main analysis
│ ├── access_tables.py # Generate summary tables
│ └── stats_v.py # Catchment statistics
│
├── results/ # Processed outputs
│ ├── tables/ # Statistical tables
│ │ ├── equity_ratio_quartiles.csv
│ │ ├── top10_priority_mesh_blocks.csv
│ │ └── coverage_distance_band_crosstab.csv
│ └── data/ # Analysis results
│ ├── hospital_catchment_statistics.csv
│ └── distance_band_statistics.csv
│
└── documentation/ # Supporting documents
├── MINIMAL_DATASET_METADATA.md
├── README_MINIMAL_DATASET.md
└── DATA_AVAILABILITY_STATEMENT.md
Key Findings
- Coverage Analysis: 85% of Melbourne's population lives within 15km of an emergency hospital
- Equity Gap: Low-income areas experience 1.3x greater average distance to hospitals
- Vulnerable Populations: 12% of elderly residents live in underserved areas (>20km from hospital)
- Service Distribution: Private hospitals cluster in high-income areas, creating accessibility disparities
Quick Start
Requirements
- Python 3.8+
- Required packages:
pandas,numpy,geopandas,matplotlib,seaborn,scipy,shapely
Installation
```bash
Clone the repository
git clone https://github.com/[your-username]/emergency-health-services-dataset.git cd emergency-health-services-dataset
Install dependencies
pip install pandas numpy geopandas matplotlib seaborn scipy shapely contextily ```
Running the Analysis
```bash
Run main analysis
python scripts/finaladvancescript.py
Generate summary tables
python scripts/access_tables.py
Calculate catchment statistics
python scripts/stats_v.py ```
Data Sources
- Census Data: Australian Bureau of Statistics, 2021 Census
- Hospital Locations: Victorian Department of Health, 2023
- Geographic Boundaries: Australian Bureau of Statistics, 2021
Methodology
The analysis employs: - Voronoi tessellation for hospital catchment areas - Euclidean distance calculations in projected coordinates (GDA2020 MGA Zone 55) - Population-weighted accessibility metrics - Income-based equity analysis using quartile comparison
License
This dataset is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
Census data © Commonwealth of Australia (Australian Bureau of Statistics) 2021.
Acknowledgments
We acknowledge the Australian Bureau of Statistics and Victorian Department of Health for providing the primary data used in this analysis.
Keywords: Emergency services, Healthcare accessibility, Spatial analysis, Health equity, Melbourne, GIS
Owner
- Name: Mohammad Afzal Khan
- Login: afzal0
- Kind: user
- Repositories: 1
- Profile: https://github.com/afzal0
GitHub Events
Total
- Push event: 8
- Create event: 1
Last Year
- Push event: 8
- Create event: 1