Skip to content

GeoDS/Auto-RSA-HPSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-RSA-HPSA

Automatic Delineation of Rational Service Areas and Health Professional Shortage Areas in GIS based on Human Movements and Health Resources

Abstract

How people travel to receive health services is essential for understanding healthcare shortages. The Rational Service Areas (RSAs) are defined to represent local healthcare markets and used as the basic units to evaluate whether people have access to health resources. Therefore, finding an appropriate way to develop RSAs is important for understanding the utilization of health resources and supporting accurate resource allocation to the health professional shortage areas (HPSAs). Existing RSAs are usually developed based on the local knowledge of public health needs and are created through time-intensive manual work by health service officials. In this research, a travel data-driven and spatially-constrained community detection method based on human mobility flow is proposed to automate the process of establishing the statewide RSAs and further identifying HPSAs based on healthcare criteria in a GIS software. The proposed method considers the difference between rural and urban populations by assigning different parameters and delineates RSAs with the goal of reducing health resource inequalities faced by rural areas. Using the data in the State of Wisconsin, our experiment shows that the proposed RSA delineation method outperforms other baselines including the traditional Dartmouth method in the aspects of RSA compactness, region size balances, and health shortage scores. Furthermore, the whole process of delineating RSAs and identifying HPSAs is automated using Python toolboxes in ArcGIS to support future analyses and practices in a timely and repeatable manner.

workflow

Reference

If you find our code or ideas useful for your research, please cite our paper:

Liang, Y. & Gao, S. (2024) Automatic delineation of rational service areas and health professional shortage areas in GIS based on human movements and health resources. Transactions in GIS, 28(5), 1-20. DOI: 10.1111/tgis.13207

@article{liang2024,
  title     = {Automatic delineation of rational service areas and health professional shortage areas in GIS based on human movements and
health resources},
  author    = {Liang, Yunlei and Gao, Song},
  journal   = {Transactions in GIS},
  volumn    = {28},
  issue     = {5},
  pages     = {1--20},
  year = {2024}
}

Requirements

The following packages are used with Python 3.10.11

  • gdal=3.7.0
  • geopandas=0.13.0
  • geopandas-base=0.13.0
  • networkx=3.1
  • numpy=1.24.3
  • pandas=2.0.1
  • python-igraph=0.10.4

RSA Implementation

run the algorithm

python run_walktrap.py -pu 40000 -nu 10 -pr 20000 -nr 3 -o results >walktrap_out.txt
python run_leiden.py -pu 70000 -nu 18 -pr 40000 -nr 6 -o results >leiden_out.txt
python run_louvain.py -pu 70000 -nu 18 -pr 40000 -nr 6 -o results >louvain_out.txt

The expected outputs are three figures of RSAs at different stages and the final census tract cluster membership file.

HPSA scoring

The HPSA scoring process is completed using ArcGIS toolboxes, which cover 5 data processing tools and 5 scoring tools, including primary care, mental care, and dental care HPSAs. More instructions on running the toolboxes can be found in this document (https://docs.google.com/document/d/11hDoePE8HM790ZqZi_649BpIPD9wmO5RM8DxPh5d6yQ/edit?usp=sharing).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages