https://github.com/adam-rumpf/pharmacy-access
Code for a research project about measuring pharmacy access levels in various geographic areas.
https://github.com/adam-rumpf/pharmacy-access
data-science geospatial math public-health research
Last synced: 6 months ago
JSON representation
Code for a research project about measuring pharmacy access levels in various geographic areas.
- Host: GitHub
- URL: https://github.com/adam-rumpf/pharmacy-access
- Owner: adam-rumpf
- License: mit
- Created: 2022-11-11T05:44:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T01:00:15.000Z (over 1 year ago)
- Last Synced: 2025-04-07T02:21:24.445Z (over 1 year ago)
- Topics: data-science, geospatial, math, public-health, research
- Language: Python
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharmacy Accessibility Study
 
A collection of data processing scripts for use in an ongoing research project about measuring accessibility levels to pharmacies. These scripts are unlikely to be of use to anyone outside our research group, but are provided here for anyone interested. Python packages used can be found in the root-level `requirements` file. Scripts were written for use in Python 3.8.10.
## Contents
This repo is organized into several major subdirectories, each with its own README to explain its contents in more detail.
* `data/` is divided into subdirectories by location, and includes raw data files obtained from external sources. The data files, themselves, have been excluded from this repo, but their sources can be found in this subdirectory's README.
* `graphs/` is divided into subdirectories by location, and includes simplified graph representations of raw map files for use in distance computations.
* `maps/` is divided into subdirectories by location, and includes raw map files downloaded for use in travel time calculation.
* `processed/` is divided into subdirectories by location, and includes data files derived from the raw data, such as collated data tables and calculated travel time matrices.
* `results/` is divided into subdirectories by location, and includes the output files from the statistical analysis.
* `scripts/` contains the programs actually used to preprocess the data and to conduct a statistical analysis.
* `shapefiles/` contains shapefiles for use in generating graphics.
## Files
The raw data files, themselves, are not included in this repo, but their sources are indicated in the various subdirectory READMEs. Some of the scripts also require the use of a user email address or API token. These are meant to be stored in local files called `email.txt` or `token.txt`, which are also not included in this repo.
Most of the directories contain scripts and subdirectories that mention Santa Clara County, CA. These are left over from a previous iteration of the project, before the focus was shifted to Polk County, FL.