-
Notifications
You must be signed in to change notification settings - Fork 93
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
Canada electoral districts 2023 #364
Canada electoral districts 2023 #364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add 2024-04-23
as validThrough date to the ids in the identifiers/country-ca/ca_federal_electoral_districts-2013.csv file?
Also consider adding the 2013 ids which share the same district name as aliases here. Will defer to @jpmckinney on this.
@NikolasYo Can you review #327 first? Ideally we would merge that, and then make additional changes. |
@NikolasYo Do you mean you would like this PR to be merged, but that you'll later make aliases for these to other OCDIDs (following the pattern in #327)? |
@jpmckinney we would wait for #327 to be merged and adjust this PR after accordingly. |
The 2013 file is updated (added @evannjw @jpmckinney would be great if you could have a look into this approach and if I am missing something. |
identifiers/country-ca/aliases.csv
Outdated
ocd-division/country:ca/ed:59043-2023,ocd-division/country:ca/province:bc/ed:west_vancouver-sunshine_coast-sea_to_sky_country | ||
ocd-division/country:ca/ed:60001-2023,ocd-division/country:ca/territory:yt/ed:yukon-1953 | ||
ocd-division/country:ca/ed:61001-2023,ocd-division/country:ca/territory:nt/ed:northwest_territories-2015 | ||
ocd-division/country:ca/ed:62001-2023,ocd-division/country:ca/territory:nu/ed:nunavut |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but why do only 233 out of 343 "-2023" OCD IDs have aliases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The OCDs that are new or have other name in the 2023 file compared to the 2013 file don't have aliases.
Should there be an alias for each entry in the 2023 file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, in #323 we basically agreed to have:
- ID and year based OCD IDs, for easy reconciliation with new boundary files.
- Name-based OCD IDs that reconcile with data from the Library of Parliament.
The scripts/country-ca/ca_federal_electoral_districts.py
script was created to assist here. You might need to run it (and possibly edit it to accommodate the new IDs).
The source mentioned https://lop.parl.ca/sites/ParlInfo/default/en_CA/ElectionsRidings/Ridings is not up to date as it contains 338 active constituencies instead of 343 After examining the changes in the electoral districts we came across multiple examples of electoral district names staying the same, despite changes in their borders. You can see it visually here https://redecoupage-redistribution-2022.ca/ebv2/index.html?locale=en-ca . For example ED Selkirk—Interlake—Eastman kept the same name after the 2023 changes, but it’s border was modified, losing an area in the south against ED Winnipeg West and gaining an area in the north from ED Churchill—Keewatinook Aski. Such changes (Same ED name but different borders) are noticeable in many constituencies. Our proposal would be to treat all the 2023 Electoral Districts as new, due to the numerous changes in the borders. Would you prefer to treat constituencies that have changed their borders as continuous solely based on the fact of them keeping the same name (Alias)? |
A division (political geography) is not the same as a boundary per OCDEP 2. So, borders can change without yielding a new division. This is important, because borders can change in very small ways that don't matter at all in terms of political geography (e.g. a resident would be quite surprised to learn that they live in a "new" district if all that changed was that a point in a polygon moved from one side of the street to the other).
Name doesn't matter at all in determining continuity over time.
To answer the question behind your question: Whether two divisions are different or the same is a political decision. In Canada, we treat the Library of Parliament as the authoritative source on what has been politically decided. LOP has not yet caught up on recent changes. So, for now, we can just create the "-2023" OCDIDs and NOT add any aliases, until our source for aliases is available. |
@jpmckinney thanks for the clarification. |
@jloutsenhizer @azuser |
Adding the constituency changes according to the Canadian electoral commission (2023)
Also attaching a README file with sources for those changes