-
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
Add ocd-id for all states in Vidhan Sabha. #223
Conversation
@jloutsenhizer PTAL. Thanks. |
…to federal_states_territories.csv
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.
I noticed just a couple more potential issues. I think in general this is looking good.
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 to me.
@jpmckinney for second review.
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 name column is very repetitive, e.g. " district; "
- Omit the state name. The state has its own ID, where its name is given.
- Omit the type name (district, constituency, etc.). This is implied by the
district:
,cd:
, etc. type. - Omit double spaces. Single spaces only.
Made the corrections to the |
If I add up all the districts on this page, I get 728 districts: http://www.goidirectory.gov.in/district.php In I believe https://en.wikipedia.org/wiki/State_legislative_assemblies_of_India is out of date, which has 4,121 constituencies. The Hindi page https://hi.wikipedia.org/wiki/विधान_सभा has 4,126 constituencies. (The Urdu page https://ur.wikipedia.org/wiki/ودھان_سبھا has 4,120) However, the file has only 4,031 constituencies. Can you add a readme to explain the difference? |
@jpmckinney I have vetted through the list again, and made some updates. There were some states in which the ECI (Election Commission of India) have redrawn the boundaries, and hence some updates to the constituencies were required. This pull request contains less constituencies because we are currently excluding the constituencies for Jammu & Kashmir. The State Legislative Assembly was dissolved, and the state is currently undergoing a delimitation exercise. I will create a separate pull request for Jammu & Kashmir when the delimitation exercise has been concluded. As for the list in http://www.goidirectory.gov.in/district.php, the website is actually showing the administrational boundaries, which is different than the electoral boundaries decided by the ECI. Hence, this pull request doesn't match the list in the website as we are only following and considering the electoral boundaries. For example: Kalimpong in West Bengal is a district that is listed in http://www.goidirectory.gov.in/district.php, because Kalimpong is a district and is an administration boundary. However, there are no Assembly Constituencies (AC) in Kalimpong district (i.e. the ECI allocates the ACs under Kalimpong administration boundary to another electoral district)- hence the absence of Kalimpong district under the state of Karnataka in the this pull request. |
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.
Thanks for the clarifications! Just two more comments.
…s from the constituency names.
@jloutsenhizer There have been some changes based on my comments. Feel free to merge if all looks good. |
The changes all look good to me, thanks! |
Adding all Vidhan Sabha constituencies.