Getting started: GetUsPPE
- src: Python classes and functions for data downloading, processing and mapping
- notebooks: Example code from repo contributors
- scripts: TODO: Move into src folder
conda create --name getusppe python=3.7
conda activate getusppe
pip install -r requirements.txt
- Open Access Data: GetUsPPE.org is partnered with #findthemasks. To use this data (3000+ PPE Requests), go to src/config.ini, and change the find_the_masks_data_download_flag to True:
find_the_masks_data_download_flag = True
- Request-Only Access Data: GetUsPPE.org has an additional dataset that compromises quantitative demand side information (i.e. Nursing Home X requests 20 Face Shields, with less than 2 days supppy remaining). To use this dataset, please reach out to GetUsPPE.org for access, Then change:
find_the_masks_data_download_flag = False
Navigate to getusppe_viz/src
python create_figures.py
- Interested in exploring all of the data, checkout this notebook
- Interested in exploring the quantitative supply side data (this requires data to be requested), checkout this notebook