Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 496 Bytes

Municipal-Map

A tool for visualizing local elections with more than 2 viable candidates

usage: render.py [-h] -i INFILE [-o OUTFILE]

Processes an election result CSV file and outputs a HTML proportional bubble
map of candidate victory margins.

optional arguments:
  -h, --help            show this help message and exit
  -i INFILE, --infile INFILE
                        input file, in CSV format
  -o OUTFILE, --outfile OUTFILE
                        output file, in HTML format