The goal of this assignment is to review some of the foundational concepts of GIS 1. Through this assignment you should be able to
Complete the following assignment using a word processing program, and store all
data and files in your folder on the Q:\
drive. Each question is worth one
point. When you are finished, upload your work to the dropbox on Canvas as a
.pdf.
What happens if a layer is added to a map but it doesn’t share the same coordinate reference system (CRS) as other layers already in the map? Do the layers appear correctly (i.e. in their proper locations)? Why or why not?
What happens if a layer is added to a map but it doesn’t share the same datum as other layers already in the map? Do the layers appear correctly (i.e. in their proper locations)? Why or why not?
Suppose a shapefile does not have an associated .prj
file, but
you know that the data was collected using WGS_1984. What is the correct tool
used to define the CRS?
Find the mgisdata8e.zip
file within the folder
Q:\StudentCoursework\Haffnerm\DATA
. Copy it to your personal folder on the
Q:\
drive and extract it. Find the counties
feature class in the Usa
geodatabase, and add it to a new map frame. Name this frame “USA”.
Make the two new layers invisible (i.e. uncheck them). Create another map frame (analagous to ArcMap’s “Data Frame”) within the project and name it “Wisconsin Counties”.
What is the current CRS of the Wisconsin Counties map frame (i.e., before any data is added to it)?
What is the current CRS of the original map frame?
Export only the counties in Wisconsin as a shapefile then add it to the Wisconsin Counties map frame. Add a basemap (of your choice) to the map.
Change the CRS of the Wisconsin Counties map frame (i.e., not the layer) to something more appropriate for Wisconsin (e.g., a state plane CRS). Which CRS did you choose?
Change the symbology of the USA counties layer (in the original frame) and the Wisconsin counties layer to 10 equal interval classes representing the variable Median Age. Change the color scheme of both layers. Should a monochromatic or polychromatic color scheme be used? Justify your answer.
What is the upper bound of the 2nd highest class in Wisconsin counties? Make the Wisconsin Counties layer 40% transparent.
Create a new Layout and add both map frames to the Layout if they are not both already present. Put the Wisconsin map frame at the top.
Add a title to the map. Add a scale bar and north arrow to both maps. Note: these should not appear the same in the two map frames (they should have different scale distances and may have slightly different north arrow directions).
Export the map as an image and include it below.
Use a SQL query (through “Select by attributes”) to select all counties in the United States that have a median age greater than 45 and a 2010 population per square mile less than 4. Additionally, exclude all counties in Michigan and Ohio. Include the text of your query below. How many counties fulfill the criteria?
Add a field to the US counties layer and call it “PERHISP”. Use the field calculator to calculate Percent Hispanic using 2010 population. What is the mean and standard deviation of PERHISP?
Use SQL to select all counties that fulfill at least one of the following two criteria:
Include your query below. How many counties fulfill at least one of the two?
Create a new polygon feature class in the Usa geodatabase and call it “Smiley”. Smiley will have three features: two eyes and a mouth. One eye should be located near the center of Eau Claire County, and the other eye should be located near the center of Shawano County. Make the mouth in such a way that it does not touch any other state besides Wisconsin. Take a screenshot of your map and include it below.
Add a new map to the project. Download the file
t.full.1stday_month_20121024.tif
into your personal folder, and add this temperature data to the new data
frame. What is the date of the .tif
? What was the temperature in Fahrenheit
in Eau Claire county on this day? Explain the steps you took to arrive at an
answer. Note: for the purposes of this problem, you do not have to
modify/transform any part of .tif’s CRS to extract the temperature.