Logo Lanfrica

sitajaf/uganda-polling-stations

Domaine:

socioeconomicgeospatial

Type de record:

software
Créateur:
sit
Hôte:
A simple python utility tool to convert the uganda's polling stations for 2016 general elections from excel to json # uganda-polling-stations A simple python utility tool to covert the uganda polling stations for 2016 general elections from excel to json The current version on the electoral commission website (as of 15/12/2015) is already converted. It is `uganda-polling-stations.json` To convert another: - clone the repo - cd into it - create a virtualenv: e.g `virtualenv ve --no-site-packages` - install the requirements e.g with pip: `pip install -r requirements.txt` - Copy your excel version (must be on same sheet, doesnt matter even if it has multiple titles in between so long as the headings are the same as in the current reg) to project dir - In convert.py, change the `uganda-polling-stations.xlsx` to your file name - run `python converty.py`