ElectionData2012.gdb , Statewide data source.
For this project, you’ll participate in a scenario. You work in the field of electoral politics, and you are specifically interested in ballot measures, where citizens vote directly to enact new laws. You are a GIS analyst for a nongovernmental organization that either supported or opposed (your choice) California’s 2012 ballot measure that would have required labeling of genetically modified organisms (GMOs) in food. Your task is to look at the broad voting patterns in California on this issue, knowing that the initiative did not gain enough votes to pass.
An agency partner in California has provided you with precinct level voting data – polygons matching the actual voting locations in the state. As you can see from the image, it’s too noisy of information, containing 21,500 polygons, to notice true trends.
You have been tasked with aggregating this precinct information up to the county level polygons – which your agency partner has also provided you in a file geodatabase.
The precinct level voting data has attributes for who voted in favor of the measure, as well as the total number of voters. Because we are interested in a normalized map, showing percentage of voters rather than total number of voters, you will need to aggregate both of these attributes to the counties, the most likely tool being a spatial join (see the lecture on the “Spatial Join Tool”), then create a normalized map of the voting data (see the lecture on “Setting up Symbology in ArcGIS”) in order to better assess the geography of the issue. You will also put the total number of people who voted in the election on your map (see the lecture on “Using Feature Classes and Attribute Tables”).
When done, you will create a map of the county-level data with all appropriate elements, as well as labels and metadata. Specifics of what must be on the map are below. You will share this map via a PDF in your submission to Coursera, and as a map package on ArcGIS online, providing a link to the publicly available in your submission as well.
The data you need for beginning the assignment is attached here. Please see the section, "Instructions," for more specific instructions on how to complete the assignment.
This project consists of two phases. First, read this document and conduct your analysis. The next item in this course is a quiz where you will put in values from your analysis results to check its correctness. It will ask you for values for specific rows and columns in your results attribute table.
Then, once you have passed the quiz, you will upload your PDF and map package for peer review, where you will grade your peers based on a rubric we provide and they will grade you.
A file geodatabase named ElectionData2012.gdb (you will need to unzip/decompress it) containing two feature classes:
1. Counties: The feature data for California counties
2. PrecinctVotingData: Feature data for California precincts for the 2012 election. Has two relevant attributes:
a. total_votes: a field containing the total number of individuals who voted in the precinct
b. proposition_37_yes_votes: a field containing the number of individuals that voted for the measure in the precinct
You will need to:
1. Load the data into a new map document
2. Add a basemap
3. Conduct your analysis and aggregate the precinct total votes and yes vote data up to the county level
4. Symbolize the counties by yes vote data, normalized by total votes. You can choose any color ramp you like, but use just 5 classes and use the default classification method of Natural Breaks (Jenks) in order to have your map be comparable. The broad trend should look approximately like the following (though it may look a little different as data changes), but the colors are up to you, though they should be appropriate for the theme:
5. Make an appropriate map layout with: a title, a legend with information about the symbol classes (just the range of votes in each is fine), a list of data sources, your name, the date you publish the map, a scale bar, a north arrow, and, of course, the map itself. Make sure to include a basemap for reference. Additionally, the counties should be labeled with their names (just the name is sufficient, you do not need to add the word “County” at the end as in the lecture on labeling).
7. Add metadata to your final county layer indicating the geoprocessing workflow you conducted on the data. Make sure to indicate your name, the source data involved, where the source date was obtained, the date you did the processing, and relevant details of what you did to generate the layer. For this project, use the default Item Description format for the metadata.
8. Export a PDF of the map’s layout and a map package of the map What you need to submit You will submit the PDF and map package here on Coursera during the peer review phase. You will be graded on each item.
Spatial Join: The data we're using isn't totally clean - use the default "INTERSECT" match option on your spatial join, but know that it won't be an exact aggregation of the precinct data since some of our precinct lines cross the county lines. Consider how you might clean this up if you wanted a completely accurate count, but you may not have the tools in this course yet to do that.
Spatial Join: Also, when doing the spatial join, make sure to select the merge rule correctly in order to get the total value from all of the precincts attached to the counties. We won't tell you what to set it to exactly, but you want the total value.
Map Packages: Map packages can be finicky and often fail to export if the map package is too large. Before exporting your map package, completely remove any layers that aren't necessary to your final map document. This should help your map package export completely. Removing these layers should help it export and upload more quickly as well!
If you have extra time, try getting the total number of voters from both the precinct data and from the counties data – and see that they differ. Why might they differ? Discuss in a forum thread with classmates