-
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
Update us_state_courts.csv #314
Conversation
Add Washington Court of Appeals subdivisions
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 overall, please run compile.py
to update the country-us.csv
Thanks for the comments @jloutsenhizer. Could we get some more guidance on the process for implementing these changes at some point? I am not totally clear on what sort of script you are asking us to run, or what kinds of approval is needed as we make these requests to the repo, so any summary of the steps involved would be helpful. Thanks! -Matt |
Sorry for delays in replying. The script I'm referring to is: https://github.com/opencivicdata/ocd-division-ids/blob/master/scripts/compile.py It takes the files within in country directory and updates the As for approvals, the typical process is that at least 2 approvals are required. Typically once someone has reviewed the PR and approved it, we'll pull in another reviewer that's eligible to approve and merge the PR. Let me know if there's more questions. |
Hmm, so we already have I think the districts should hang off these existing parents, so |
@jpmckinney I'm not sure if the districts of the divisions should be nested. Identifiers nesting is generally only used in connection with the level of jurisdiction of the governmental body reponsible for determining those districts. This was based on past discussions in: Let me know if you think that rule doesn't apply here |
If some software asks "How many court_of_appeals divisions are there in the State of Washington?", then after this PR, the answer would be 12. Right now, the answer is 3 (correct). I think the IDs need to be structured to answer this question correctly. |
That's a fair point, I suppose either the types would have to be different on the district OCD IDs or nesting would also accomplish this. I think nesting looks cleaner so I agree with your recommendation |
We've submitted a new pull request that addresses the requested changes #321 |
Add Washington Court of Appeals subdivisions