/naca-react-django-app

A django web app to view census tract eligibility for a NACA loan.

Primary LanguagePython

Getting Started

pip install -r requirements.txt

python manage.py runserver

Browse to http://127.0.0.1:8000/map/

Compile Other States' Shapefile

Edit the main function in DataExplorer.py to point at the new state's census tract shapefile and run it to generate new data source for the map page. Median income data and metropolitan stasticial area shapefiles included with repo from 2021 in the data folder and have entries for the whole US.

US Census Tract Shape Files by State

Currently only doing Oregon for performance.

Sources

US CBSA / MSA shape file

Median Income Census Data