|
2 | 2 |
|
3 | 3 | This is a collection of data resources for Uganda Elections |
4 | 4 |
|
5 | | -1. 2016 Elections Polling Station Data |
6 | | - - [Excel](voter_register_summary_2016.xls) |
7 | | - - [CSV](voter_register_summary_2016.csv) |
8 | | - - [JSON](voter_register_summary_2016.json) |
9 | | -2. 2020 Elections Polling Station Data |
| 5 | +## 2021 Elections |
| 6 | + |
| 7 | +1. 2020 Elections Polling Station Data |
10 | 8 | - [Excel](voter_register_summary_2020.xls) |
11 | 9 | - [CSV](voter_register_summary_2020.csv) |
12 | 10 | - [JSON](voter_register_summary_2020.json) |
13 | | -3. District lookup files |
| 11 | +2. District lookup files |
14 | 12 | - [Excel](district_lookup/uganda_districts_2020.xlsx) |
15 | 13 | - [CSV](district_lookup/uganda_districts_2020.csv) |
16 | 14 | - [JSON](district_lookup/uganda_districts_2020.json) |
17 | | -4. Sub-county lookup files |
| 15 | +3. Sub-county lookup files |
18 | 16 | - [Excel](subcounty_lookup/uganda_subcounties_2020.xlsx) |
19 | 17 | - [CSV](subcounty_lookup/uganda_subcounties_2020.csv) |
20 | 18 | - [JSON](subcounty_lookup/uganda_subcounties_2020.json) |
21 | | -5. Constituency lookup files |
| 19 | +4. Constituency lookup files |
22 | 20 | - [Excel](constituency_lookup/uganda_constituencies_2020.xlsx) |
23 | 21 | - [CSV](constituency_lookup/uganda_constituencies_2020.csv) |
24 | 22 | - [JSON](constituency_lookup/uganda_constituencies_2020.json) |
25 | | -6. 2021 Elections Results - Presidential Results |
| 23 | +5. 2021 Elections Results - Presidential Results |
26 | 24 | - [Excel](results/2021/presidential_results.xls) |
27 | 25 | - [CSV](results/2021/presidential_results.csv) |
28 | 26 | - [JSON](results/2021/presidential_results.json) |
29 | | -7. 2021 Elections Results - Nullified Polling Stations |
| 27 | +6. 2021 Elections Results - Nullified Polling Stations |
30 | 28 | - [Excel](results/2021/nullified_polling_stations_2020.xls) |
31 | 29 | - [CSV](results/2021/nullified_polling_stations_2020.csv) |
32 | 30 | - [JSON](results/2021/nullified_polling_stations_2020.json) |
33 | 31 |
|
34 | | - |
35 | | -NOTES: |
36 | | -======== |
| 32 | +## 2016 Elections |
| 33 | + |
| 34 | +1. 2016 Elections Polling Station Data |
| 35 | + - [Excel](voter_register_summary_2016.xls) |
| 36 | + - [CSV](voter_register_summary_2016.csv) |
| 37 | + - [JSON](voter_register_summary_2016.json) |
| 38 | +2. 2016 Presidential Election Results |
| 39 | + - [Excel](results/2016/presidential_results.xls) |
| 40 | + - [CSV](results/2016/presidential_results.csv) |
| 41 | + - [JSON](results/2016/presidential_results.json) |
| 42 | + |
| 43 | +## 2011 Elections |
| 44 | +Coming soon |
| 45 | + |
| 46 | +## Attributions |
| 47 | +This section contains attributions to assistance in finding, extract and analyse this data from different sources |
| 48 | +and formats |
| 49 | + |
| 50 | +1. [AndsJeff](https://twitter.com/andsjeff) for converting the 2021 election results from PDF to Excel |
| 51 | +2. [Herman Musitwa](https://twitter.com/muthitwa) for district, sub-county and constituency lookups for 2016 and 2020 election data |
| 52 | +3. [Samwyri](https://twitter.com/Samwyri) for the 2016 & 2020 polling station voter register summary data and [Blanshe Musinguzi](https://twitter.com/Johnblanshe_m) for finding the raw data |
| 53 | +4. Lisa Garbe for the 2011 presidenital results |
| 54 | +5. [Horacio Larreguy](https://twitter.com/HLarreguy), [Anders Woller](https://twitter.com/AndersWoller) and [Jeremy Bowles](https://twitter.com/jeremy_bowles) for the |
| 55 | +analysis of the 2016 election data with the GPS coordinates for the 2016 elections |
| 56 | + |
| 57 | +## NOTES |
37 | 58 | 1. The CSV file is used as the primary source of data with the JSON format being generated using the following commands |
38 | 59 | - `csvjson --snifflimit 0 voter_register_summary_2016.csv > voter_register_summary_2016.json` |
39 | 60 | - ` csvjson --snifflimit 0 voter_register_summary_2020.csv > voter_register_summary_2020.json` |
|
0 commit comments