This folder contains code to generate a bokeh-based web application which allows users to interactively select Canadian ridings to audit using some of RiLACS's confidence sequences.
Here's a quick demo of the app in action:
A longer demo is also available for download.
If you do not already have rilacs
installed,
pip install git+ssh://[email protected]/WannabeSmith/RiLACS.git
In addition to the RiLACS package, this app depends on bokeh
and geopandas
.
pip install bokeh geopandas
To start the web application,
bokeh serve --show map.py