This project automates DVRPC's Limited English Proficiency (LEP) analysis, including data download, processing, and output of datasets that can be joined to their respective census geographies, and summaries. This analysis is based on the US Census American Community Survey 5 Year Estimates for Tract and Public Use Microdata Area (PUMAs) geographies.
-
Clone the repo
git clone https://github.com/dvrpc/lep.git
-
Create a Python virtual environment with dependencies
Working in the repo directory from your terminal:
cd \lep- create new venv
python -m venv venv
- activate venv
.\venv\scripts\activate- install requirements
pip install -r requirements.txt -
Modify
yearvariable inlep.pyto accommodate most recent 5 year period. -
Start the process
python lep.py
./output/lep_puma_dvrpc.csv
./output/lep_tract_dvrpc.csv
./output/puma_lep_summary.csv
./output/county_lep_summary.csv