Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OCD ID's for Kenya #295

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

robinkiplangat
Copy link

Adding lists for the following administrative divisions of Kenya:

  • counties: contains Contains 47 counties of Kenya
  • national_assembly: Contains 290 constituencies in Kenya for Kenyan National Assembly
  • county_assembly: Contains 1450 wards in Kenya for the 47 County Assemblies.

* county_assembly: Contains 1450 wards in Kenya for the 47 County Assemblies.


Counties represented based on the ISO 3166-2 Used sources [ISO 3166-2:KE](https://en.wikipedia.org/wiki/ISO_3166-2:KE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the wikipedia data is incorrect. The county codes are completely different from the official ISO source: https://www.iso.org/obp/ui/#iso:code:3166:KE

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please udpate this link to point to the iso.org resource instead of wikipedia.

@@ -0,0 +1,48 @@
id,name
ocd-division/country:ke/county:ke-01,Mombasa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should drop the ke- prefix. It's not included in other countries where we use ISO 3166-2 codes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for drop ke-

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like we still have a ke prefix on the county identifiers. I'd recommend dropping those so that the identifiers are just the numbers from the ISO 3166-2 codes.

Copy link
Contributor

@jloutsenhizer jloutsenhizer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a spot check for correctness:

  • the county ISO codes match up
  • the number of national assembly districts look correct
  • the number of countyy assembly wards looks correct

I have a couple additional questions to address, but I think this is in pretty good shape.

@@ -0,0 +1,1451 @@
id,name
ocd-division/country:ke/county:ke01/ed:baringo_central/ward:ewalel_chapchap,Ewalel-Chapchap
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't thoroughly researched this but I have a question about the wards:

Are they really subdivided from the national assembly districts? In other words, if there is a redistricting of the assembly districts in a county, is it valid to have wards move from one assembly district to another?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Within the current administrative structure, wards are subdivided from national assembly districts, and the delimitation of electoral units per constitution ought to be reviewed at intervals of roughly between 8 to 12 years depending on population quotas.

On the uploaded data, some Wards bear similar names due to the fact that these are localized regions and on occasion, names tend to be replicated eg Biashara Ward appears in 3 Constituencies (Ruiru, Naivasha & Nakuru Town East)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the additional details, but I don't think this answers my question.

Here's a more concrete hypothetical:
Suppose a redistricting happens and the size of Baringo South ocd-division/country:ke/county:ke01/ed:baringo_south increases. With this change in size The number of wards in Baringo South increases from 4 to 5 and the number of wards in Baringo Central decreases from 5 to 4.
Let's suppose Tenges, ocd-division/country:ke/county:ke01/ed:baringo_central/ward:tenges is the ward removed from Baringo Central and added to Baringo South.

In this situation should the Tenges Ward be considered the same Ward in the County Government, or would it be considered a new Ward since it has moved to a new electoral district?

@azuser
Copy link
Contributor

azuser commented Jul 29, 2022

Is there any update expected on this PR ? Otherwise, I can patch it and continue working on it.

@marisviana
Copy link
Contributor

Is this PR still being reviewed? If not, I can patch and continue the work.

Thanks!

@jloutsenhizer
Copy link
Contributor

@robinkiplangat Are you planning on continuing work on this PR?

@jpmckinney jpmckinney added the KE label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

6 participants