pytest
First, install the dependencies.
Next, download the nhgis race and shapefile data for Census tracts (from 1970-2020 inclusive) into the nhgis folder.
Finally, run the reproduce script to rerun the analysis pipeline:
bash reproduce.sh
Your outputs will be in the outputs/ folder.
Python deps are managed via Poetry. Install Python 3.9.10, then install the Python deps by running:
pip install poetry
poetry install
To launch a shell with the poetry enviroment activated, run:
poetry shell
fd is also required to run the reproduce script.