A choropleth map divides a region into polygons, each outlining a region of interest such as an administrative border or ZIP code. This repository contains configuration and source files used to generate an interactive choropleth map of the United States, with county- and ZIP code-level resolution.
-
Install the requirements
pip install -r requirements.txt
-
Run the app
streamlit run streamlit_app.py
A state-level view of Ohio, USA, with choropleths representing its counties:
A county-level view of Athens, Ohio, with choropleths representing its ZIP codes:
Tools used: