-
Notifications
You must be signed in to change notification settings - Fork 51
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 2016 election precinct shapes for New Hampshire #42
Comments
When researching & requesting data also ask for matching election results (presidential, congressional, state house, and state senate) in addition to the precinct shape data for 2016, and for earlier election years if available. |
Also dibs. |
|
The geocommons-hosted districts suffer from the same problem the Vermont districts ( #48) had; the rural areas of NH don't vote at the county level, but rather the town. I'll see if there's anything like a polygon boundary available. |
Can you clarify, please? Are votes cast at the town (or minor civil division) level only, there aren't separate precincts for reporting purposes? |
Sure; votes are collected and reported at the "district" level, which is more or less analogous with "precinct". The full list of these districts is here, and election results (at least since 2012) have been reported at that level. The complication (similar to Vermont) is that no geometric representation of the complete boundaries seems to exist. NH-GRANIT hosts a "political boundaries" layer that conforms to the upper level of the SoS reporting districts, but it's missing ward subdivisions that exist in all cities and constitute the highest level of detail the SoS reports. Ward boundaries exist somewhere (see this example for Lebanon,NH, and the now out-of date smaller units in the above geocommons map), but neither GRANIT nor the SoS host them, making this potentially a city-by-city slog. @nvkelso While I try to get some clarification from GRANIT, do you think it's worth importing the coarser political boundaries that are available? |
Yes, we should import the coarser political boundaries and then supplement
them with the more detailed wards later.
There are two examples on how to do this now:
- Kansas: see the Makefile and associated script
- Indiana: pure Makefile
Basically we can cookie cutter pieces of the more detailed wards into the
more generic districts for a composite state output. If you upload the
statewide districts I can take care of doing the integration work once the
wards start landing (and they can land 1 by 1 as you find them with new
PRs).
…On Tue, Mar 14, 2017 at 6:55 AM, Bill Morris ***@***.***> wrote:
Sure, votes are collected and reported at the "district" level, which is
more or less analogous with "precinct". The full list of these districts is
here
<https://www.dropbox.com/s/81brnzdwwvkpdo1/TOWNS%20AND%20WARDS%20AS%20DISTRICTED%20FOR%20ELECTION%20PURPOSES2015.pdf?dl=0>,
and election results (at least since 2012) have been reported at that
level <http://sos.nh.gov/2012PresGen.aspx?id=28307>.
The complication (similar to Vermont) is that no geometric representation
of the complete boundaries seems to exist. NH-GRANIT hosts a "political
boundaries" layer
<http://www.granit.unh.edu/data/metadata?file=pb/nh/pb.html> that
conforms to the upper level of the SoS reporting districts, but it's
missing ward subdivisions that exist in all cities and constitute the
highest level of detail the SoS reports.
Ward boundaries exist *somewhere* (see this example for Lebanon,NH
<http://lebcity.net/CityClerk/Documents/Election/wardmap.pdf>), but
neither GRANIT nor the SoS host them, making this potentially a
city-by-city slog.
@nvkelso <https://github.com/nvkelso> While I try to get some
clarification from GRANIT, do you think it's worth importing the coarser
political boundaries that *are* available?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0EOwXV_RXeMd4uXb309l4i72TFqpn1ks5rlpxMgaJpZM4MTv9h>
.
|
This does suggest that our output schema should include a flag for division level: precincts and wards are a lot different from larger house districts. |
I AM LEARNING SO MUCH ABOUT DEMOOCRAZY |
Hahahaha. Me too :)
Bill can you clarify what "district" means in your case? I assume it's
something smaller than a "congressional district", but am not familiar with
how New England sets things up.
…On Tue, Mar 14, 2017 at 2:54 PM, Bill Morris ***@***.***> wrote:
I AM LEARNING SO MUCH ABOUT DEMOOCRAZY
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0EOwP8YNP9ytNMQvcCybImmMSTcRKoks5rlwydgaJpZM4MTv9h>
.
|
"Voting District" refers to the catchment within which Granite Staters vote. One polling place per district, so it includes both towns and wards. |
@nvkelso You already added a version of what we're looking for, with both towns and wards! These are just outdated since the 2012 redistricting. Did you get them from the census? |
Yep, Census 2010.
… On Mar 14, 2017, at 15:35, Bill Morris ***@***.***> wrote:
@nvkelso You already added an exact version of what we're looking for! These are just outdated since the 2012 redistricting. Did you get them from the census?
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I suspect that means someone at the census went through what we're doing right now back in 2009, and isn't scheduled to do so again until 2019 😬 |
Yep :\ But you have very small states ;)
…On Tue, Mar 14, 2017 at 5:06 PM, Bill Morris ***@***.***> wrote:
I suspect that means someone at the census went through what we're doing
right now back in 2009, and isn't scheduled to do so again until 2019 😬
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0EO70SgS-7_D5TLE0VfVgNf7qI9lfaks5rlyuRgaJpZM4MTv9h>
.
|
Ward maps (PDF unless otherwise noted, check boxes as cities are digitized or acquired)
@nvkelso This is all of the cities in NH with ward subdivisions. |
I think what's going on here is most of the state is still current in 2016 using the 2010 US Census data except the ~11 places mentioned in #42 (comment). I think the Makefile is correct, but these areas are pretty small so the state looks entirely green in the preview map – but if you look closer there are some gaps. |
@nvkelso This is my next project 😀 |
Priority 4 based on population
The text was updated successfully, but these errors were encountered: