Fix city assignments: Move 130 Irkutsk Oblast cities from Sevastopol to correct state#1136
Merged
Merged
Conversation
…tsk Oblast Co-authored-by: dr5hn <6929121+dr5hn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Sevastopol municipality to include only Sevastopol city
Fix city assignments: Move 130 Irkutsk Oblast cities from Sevastopol to correct state
Oct 13, 2025
Owner
|
@copilot I've resolved conflicts, can you please take a look if the issue we fixed all the data is in correct place? |
Contributor
Author
Yes, I've verified all data is in the correct place after the conflict resolution. ✅ Verification Results: City Counts:
Geographic Distribution:
Key Cities Verified:
Data Integrity:
The fix survived the merge successfully. All 130 Irkutsk Oblast cities remain correctly assigned to Russia, and Sevastopol contains only its 17 proper cities/districts from Crimea. |
Copilot stopped work on behalf of
dr5hn due to an error
October 14, 2025 07:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The database contained a critical geographic assignment error affecting 130 cities in Russia:
Cities like Irkutsk, Angarsk, Bratsk, and Bodaybo were wrongly assigned to Sevastopol municipality in Ukraine instead of Irkutsk Oblast in Russia.
Root Cause
130 cities from Irkutsk Oblast (Siberian Russia, latitude 50-61°N) were incorrectly assigned with:
state_id: 1912 (Sevastopol, Ukraine)country_id: 230 (Ukraine)country_code: "UA"state_code: "40"Solution
This PR corrects the geographic assignments by:
state_id: 1912 → 1880 (Sevastopol → Irkutsk Oblast)country_id: 230 → 182 (Ukraine → Russia)country_code: "UA" → "RU"state_code: "40" → "IRK"contributions/cities/UA.jsontocontributions/cities/RU.jsonChanges
contributions/cities/RU.json:
contributions/cities/UA.json:
Verification
✅ Sevastopol (state_id 1912): Now contains 17 cities
✅ Irkutsk Oblast (state_id 1880): Now contains 130 cities
Fixes issue where Sevastopol municipality contained cities from Irkutsk oblast, and Irkutsk showed as a municipality without cities.
Original prompt
Fixes #706
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.