Kilgoris Constituency

Kilgoris Constituency is an electoral constituency in Narok County, Kenya. It is one of six constituencies in the county. It used to be the only constituency in the former Trans Mara District. The constituency was established for the 1997 elections. The constituency has 18 wards, all electing councillors for the Trans Mara County Council.

The towns of Kilgoris, Emarti and Lolgorian are located in this constituency.

Members of Parliament

Elections MP [1] Party Notes
1997Julius L. SunkuliKANU
2002Gideon Sitelu KonchellaKANU
2008Gideon Sitelu KonchellaPNUJune 11, 2008 by-election

Locations and wards

Locations
Location Population*
Ang'ata8,963
Emarti22,239
Emurua Dikirr8,299
Enosaen4,886
Esoit Naibor4,836
Isampini3,143
Kapune1,964
Kimintet5,254
Masurura3,828
Megwara2,914
Moita2,961
Moyoi6,766
Murkan22,150
Njipship9,755
Nkararo6,026
Ntulele3,226
Olalui3,525
Oldonyo Orok6,194
Oloiborsoit3,596
Ololchani8,222
Olorien8,394
Ololmasani10,992
Ololtare4,320
Olomismis5,207
Oltanki2,230
Oronkai4,472
Osinoni1,675
Osupuko4,135
Poroko4.130
Shankoe4,067
Shartuka3,102
Sikawa5,241
Sirua Aluo3,368
Totalx
1999 census.[2]
Wards
Ward Registered Voters
Ang'ata Barrikoi4,173
Emarti1,958
Emurua Dikirr7,175
Enoosaen2,353
Kapune2,293
Kimintet2,774
Masurura988
Moyoi2,428
Murgan6,955
Nkararo2,046
Oloirien2,352
Ololmasani6,686
Olomismis2,706
Osinoni1,880
Poroko3,388
Shankoe4,053
Shartuka2,050
Sikawa2,410
Total58,668
*September 2005.[3]
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.