Skip to content

Add missing Ethiopian states: Sidama (ET-SI) and Southwest Ethiopia Peoples (ET-SW)#1152

Merged
dr5hn merged 2 commits intomasterfrom
copilot/fix-ethiopia-missing-states
Oct 14, 2025
Merged

Add missing Ethiopian states: Sidama (ET-SI) and Southwest Ethiopia Peoples (ET-SW)#1152
dr5hn merged 2 commits intomasterfrom
copilot/fix-ethiopia-missing-states

Conversation

Copy link
Contributor

Copilot AI commented Oct 14, 2025

Summary

Fixes missing Ethiopian administrative divisions by adding two regional states that were absent from the database, bringing Ethiopia into full compliance with the ISO 3166-2:ET standard.

Issue

The database contained only 11 of the 13 Ethiopian administrative divisions specified in ISO 3166-2:ET. Two recently formed regional states were missing:

  • Sidama (ET-SI)
  • Southwest Ethiopia Peoples (ET-SW)

Both regions were formed by separating from the Southern Nations, Nationalities and Peoples Region (SNNPR) in 2020 and 2021 respectively.

Changes

1. Sidama Regional State (ET-SI)

  • Type: Regional State
  • Capital: Hawassa (ሀዋሳ)
  • Coordinates: 6.5°N, 38.5°E
  • Native Name: ሲዳማ
  • WikiData ID: Q30107894
  • Formation: 2020 (separated from SNNPR)
  • Translations: 19 languages included

2. Southwest Ethiopia Peoples Regional State (ET-SW)

  • Type: Regional State
  • Capital: Bonga
  • Coordinates: 7.3°N, 36.2°E
  • Native Name: ደቡብ ምዕራብ የኢትዮጵያ ሕዝቦች
  • WikiData ID: Q105085548
  • Formation: 2021 (separated from SNNPR)
  • Translations: 19 languages included

Results

Metric Before After
Total Administrative Divisions 11 13
Regional States 9 11
Administrations 2 2
ISO 3166-2:ET Compliance

Validation

All validation checks passed:

  • ✅ JSON syntax valid
  • ✅ All 13 ISO codes present (ET-AA, ET-AF, ET-AM, ET-BE, ET-DD, ET-GA, ET-HA, ET-OR, ET-SI, ET-SN, ET-SO, ET-SW, ET-TI)
  • ✅ No duplicate ISO codes
  • ✅ Proper timezone (Africa/Addis_Ababa) for both states
  • ✅ Comprehensive translations (19 languages each)
  • ✅ WikiData IDs verified
  • ✅ Correct metadata structure

Complete Ethiopian Administrative Divisions

Code Name Type
ET-AA Addis Ababa Administration
ET-AF Afar Regional State
ET-AM Amhara Regional State
ET-BE Benishangul-Gumuz Regional State
ET-DD Dire Dawa Administration
ET-GA Gambela Peoples Regional State
ET-HA Harari People Regional State
ET-OR Oromia Regional State
ET-SI Sidama 🆕 Regional State
ET-SN Southern Nations, Nationalities and Peoples Regional State
ET-SO Somali Regional State
ET-SW Southwest Ethiopia Peoples 🆕 Regional State
ET-TI Tigrai Regional State

Files Modified

  • contributions/states/states.json - Added 2 new state entries (82 lines)
  • .github/fixes-docs/FIX_ETHIOPIA_MISSING_STATES.md - Comprehensive documentation
  • .github/fixes-docs/ETHIOPIA_SUMMARY.md - Quick reference summary

Total: 256 lines added across 3 files

Future Work

After these states are imported to MySQL and assigned IDs, a follow-up PR should:

  1. Reassign ~7 cities from SNNPR to Sidama region (including capital Hawassa)
  2. Reassign ~5 cities from SNNPR to Southwest Ethiopia Peoples region (including capital Bonga)
  3. Add additional cities for these regions as needed

References

Original prompt

This section details on the original issue you should resolve

<issue_title>[Data]: Ethiopia state missing</issue_title>
<issue_description>### What needs correction?

State/Province

Entity Name

na

Parent Entity

Ethiopia

Which field needs correction?

Other

Current (Incorrect) Value

na

Correct Value

na

Source URL

https://www.iso.org/obp/ui#iso:code:3166:ET

Additional Notes

Ethiopia missing states and there missing cities.

in ISO have 11 regional states & 2 administration

Type Code Name
Administration ET-AA* Addis Ababa
Regional State ET-AF* Afar
Regional State ET-AM* Amara
Regional State ET-BE* Benshangul-Gumaz
Administration ET-DD* Dire Dawa
Regional State ET-GA* Gambela Peoples
Regional State ET-HA* Harari People
Regional State ET-OR* Oromia
Regional State ET-SI* Sidama
Regional State ET-SO* Somali
Regional State ET-SN* Southern Nations, Nationalities and Peoples
Regional State ET-SW* Southwest Ethiopia Peoples
Regional State ET-TI* Tigrai

In database have only 9 states & 2 administration .

add missing 2 regional states and there missing cities.

https://en.wikipedia.org/wiki/Regions_of_Ethiopia

https://en.wikipedia.org/wiki/Sidama_Region

https://en.wikipedia.org/wiki/South_West_Ethiopia_Peoples%27_Region</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #1151


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…eoples (ET-SW)

Co-authored-by: dr5hn <6929121+dr5hn@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix missing states and cities for Ethiopia Add missing Ethiopian states: Sidama (ET-SI) and Southwest Ethiopia Peoples (ET-SW) Oct 14, 2025
Copilot AI requested a review from dr5hn October 14, 2025 13:52
@dr5hn dr5hn marked this pull request as ready for review October 14, 2025 13:55
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 14, 2025
@dr5hn dr5hn merged commit ba23221 into master Oct 14, 2025
@dr5hn dr5hn deleted the copilot/fix-ethiopia-missing-states branch October 14, 2025 13:55
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. missing-records Missing some records labels Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer missing-records Missing some records size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Data]: Ethiopia state missing

2 participants