<<

Geography 281 Making with GIS Project Eight: Comparing Map Projections

In this activity, you will do a series of projection comparisons using at different scales and geographic extents. In this activity you will learn the following ArcMap projection techniques:  Using the Data View projection properties  Modifying the default projection properties  Performing on-the-fly projections

In this project you will also learn:  How to export a map from ArcMap and import it into a Microsoft Word document.  How to set up multiple data frames in one project and display them in a layout view.

The data needed for Project 8 is located in the \\geogsrv\data\geog281\proj8\data directory.

Project 8 files: Description: Feature Type: cal_county shapefile California County map polygon cal_utm11_83 shapefile California map in UTM coordinates polygon latlong shapefile World Graticules line oc_sp6_83 shapefile Orange County map in SPCS coordinates polygon ocblock_utm11_83 shapefile Orange County map in UTM coordinates polygon us48_states shapefile Lower 48 US States map polygon world shapefile World map polygon states shapefile US States map polygon

The first part of the activity guides you through the steps needed when mapping the following geographic extents: world, continental, and local. The second part of the activity lets you apply what you have learned regarding projection techniques as well as how to display multiple data frames in one layout view.

Geographic Extent: World One general principle of map projections is that the larger the area being mapped, the greater the amount of distortion. It follows that the differences among projections will have the greatest impact on world maps. Let's explore three views of the world: Geographic Coordinate System (unprojected), Miller cylindrical, and Robinson compromise projections.

Since the datasets contain - coordinates, ArcMap can create a projected view of the layers without the need to actually change the data on disk. However, since you can only view one projection per data frame, you will need to export each of the three maps to an image (.bmp) file, then load them into Word so you can compare them.

To start, you will save a Geographic Coordinate System (unprojected) map of the world:

 Add the world outline layer (world.shp) and the latitude-longitude grid layer (latlong.shp) to your project.  Arrange the drawing order so that world draws on top of latlong.  Set the color of the world layer to light yellow and the color of the latlong layer to black.

Next export the Geographic Coordinate System (unprojected) map to an image file:

 From the menu, choose File - Export Map.  Navigate to the c:\temp\proj8 folder.  Set the file name to world_GCS and the file type to BMP.  Press Save.

Page 1 of 7

Now change the projection to Miller Cylindrical:

 From the menu, choose View - Data Frame Properties - Coordinate System.  Double click on Projected Coordinate Systems – World.  Scroll down and highlight Miller Cylindrical (World).  Press OK.  Press the Full Extent button to maximize the world view.

Once again, export your map to an image file:

 From the menu, choose File - Export Map.  Navigate to the c:\temp\proj8 folder.  Set the file name to world_miller and the file type to BMP.  Press Save.

Now follow the same steps and change the Data Frame projection to Robinson; save the map to c:\temp\proj8\world_robinson.

Comparing Maps in Word In order to facilitate comparison of the three world maps, you will copy them into a word document:

 Minimize ArcMap.  Run Microsoft Word.  At the top of the blank page, type: Unprojected World Map and press enter.  From the menu, choose Insert - Picture - From File.  Navigate to c:\temp\proj8.  Highlight world_GCS.bmp and press insert.  Press Control - Enter to start a new page.  Repeat the process for world_miller.bmp and world_robinson.bmp.  Save the Word document to c:\temp\proj8\world_maps.doc.

Compare the broad shapes of continents and countries (ignore Antarctica) and think about the answers to the following questions:

Which is larger Is Africa or Greenland larger on a globe? on a globe? Africa or Greenland

Compare the How does the shape of the world in the Miller view differ from the shape in the projections. Geographic Coordinate System map? How does the size of Africa compare to Greenland on the Miller projection?

Compare Which shapes in the Robinson view differ from the shapes in the Geographic Coordinate Robinson System map? How does the size of Africa compare to Greenland on the ?

Projection Types Is the Miller projection conformal, equivalent or a compromise projection? Think about what property is distorted and which is preserved.

Is the Robinson projection conformal, equivalent or a compromise projection?

Page 2 of 7

Understanding datums Shapefiles store projection information in a separate file with a .prj extension. ArcMap uses this file to determine the coordinate system for a shapefile. If we were to open the world.prj file in Notepad, we would see the following information:

GEOGCS["GCS_WGS_1984", DATUM["D_WGS_1984", SPHEROID["WGS_1984",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["Degree",0.0174532925199433]]

It tells ArcMap the coordinate system, the datum used, the unit of measurement, etc. In this case the world shapefile uses the GCS_WGS_1984 coordinate system which is based on the World Geodetic Survey 1984 (WGS_1984) datum. What would happen if we tried to add a shapefile based on another geographic coordinate system to the same data frame? Let’s find out.

 In ArcMap, add the us48_states shapefile to the Robinson projection of the world.  You should see a warning stating that us48_states has a geographic coordinate system that differs from other data in the map or from the current .  Click OK to add the data despite the warning.

Despite the warning, the 48 states appear in the correct location with respect to the world. Look at the coordinate system for the us48_states layer.

 Open the property sheet for the us48_states layer.  Click on the Source tab.  Compare the coordinate system of this layer to the one for the world layer.

The us48_states uses the GCS_North_American_1983 coordinate system:

GEOGCS["GCS_North_American_1983", DATUM["D_North_American_1983", SPHEROID["GRS_1980",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Degree",0.0174532925199433]]

Although both the world and us48_states files both use a geographic coordinate system (GCS), they are different. The world shapefile uses the GCS_WGS_1984 coordinate system based on the World Geodetic Survey 1984 datum, while the us48_states uses GCS_North_American_1983 coordinate system based on the North American 1983 datum. Because the datums are different, the same coordinate location, such as 33.87° N, 117.97° W, will fall in a slightly different spot causing a misalignment between the maps. ArcMap supports the automatic reprojection of certain datums and this warning announces that a datum transformation is needed.

Bottom line: if you see this warning, stop and think how your project will be affected by possible misalignments. For more information, click on the hyperlink- About the geographic coordinate systems warming.

 Open a new blank document in ArcMap. From the File menu, select New. Under My Templates on the New dialog box, select Blank Document and OK. You do not need to save the old document.

Page 3 of 7

Geographic Extent: Continental Mid-latitude areas with an east-west dimension that is less than a hemisphere (such as the U.S. lower 48 states) can be mapped with considerably less distortion compared with maps of the world. Two commonly used projections are the Albers Equal Area and the Lambert Conformal Conic. In truth, there is little visual difference between them when creating a thematic map.

 Save the new map file as Proj8a.mxd.  Add the us48_states shapefile to your map.  In the Table of Contents, right-click on Layers and click on Properties. This is the Data Frame Properties form, NOT the Layer Properties Form.  Click on the General tab and set the name to Albers.  Click on the Coordinate System tab.  In the search box type- USA_Contiguous_Albers_Equal_Area_Conic and click on the search icon directly to the right of this box.

You should see the information on the screen shot to the right. You may need to expand the folders to see the information.

 Highlight USA_Contiguous_Albers_Equal_ Area_Conic and press OK.

Now insert a new data frame into your project:

 From the Insert menu, select Data Frame.  Highlight the New Data Frame in the Table of Contents.  Again, add the us48_states shape file to the new data frame and give it a different color than the one assigned to the other us48_states in the Albers data frame.  Set the name of the data frame to Lambert.  Follow the steps that you used to define the Albers projection above, only this time choose USA_Contiguous_Lambert_Conformal_Conic.

To compare the two projections:

 Open the layout view and arrange the two data frames so they are both the same size with one drawing on the top half of the page and the other drawing on the bottom half.

Since there are two data frames, you must activate the data frame in which you want to work.

 To activate a data frame, right click on the data frame name in the Table of Contents.  Select Activate. The activated data frame name should now be in bold.

Before continuing, save Proj8a.mxd.

Page 4 of 7

Geographic Extent: State Level Now set up a new Proj8b.mxd file containing only the Lambert data frame:

 Save the project as Proj8b.mxd.  Restore the data view if necessary.  Right-click on Albers in the layer list and remove the Albers data frame from the project, leaving only the Lambert data frame.

Default projections optimized for the entire US 48 states have a central meridian that passes through the center of the country (-96 degrees longitude). This creates a symmetrical east-west view when looking at the entire country. However, it produces confusing distortion when applied to a single peripheral state like California.

 Add the cal_county.shp file to the data view.  Make the cal_county layer visible and the us48_states layer not visible.  Right-click on cal_county and choose Zoom to Layer.

Note that the map is rotated so that north is located toward the upper-right corner of the page. If Maine and Kansas were part of the map, it would make sense for the meridians over California to converge toward the east. It makes no sense if you are only mapping California. Fortunately, it is a simple matter to redefine the central meridian of the projection using the -120 degrees meridian that separates California and Nevada as the new central meridian:

 Right-click on Lambert and open the data frame properties.  Click on the Coordinate System tab.  You should see the projection for this data frame. To modify the projection, double-click on the projection name: USA_Contiguous_Lambert_Conformal_Conic.  The Projected Coordinate system Properties form should appear ( see example below).

 Find the Central_Meridian parameter and change its value from the default -96.0 to -120.0.  Press OK twice.

North is now located at the top of the page. Clearly, the choice of a central meridian that bisects California is a much better option for a map that focuses on just that one state.

Before continuing, save Proj8b.mxd. Open a new blank document in ArcMap.

Page 5 of 7

Geographic Extent: Local Maps covering a small area (large scale) often involve the use of local datasets. The two most common systems are the State Plane Coordinate System (SPCS) and the Universal Transverse Mercator (UTM). These are both complicated systems involving many different zone definitions. For this example, we'll look at just two variants: an Orange County layer in State Plane NAD83 Zone 6 units and an Orange County Census Block Group layer in UTM Zone 11 NAD83 units.

Remember-  NAD83- refers to the North American Datum updated in 1983.  State Plane Coordinate System Zone 6- refers to the specific California State Plane Coordinate System zone in which this dataset is located.  UTM Zone 11- refers to the specific Universal Transverse Mercator zone in which this dataset is located.

First, load each file into its own data frame:  Save the new project file as Proj8c.mxd.  Add the oc_sp6_83 shapefile.  Right-click on Layers, bring up the data frame properties, and rename the data frame from Layers to SPCS Zone 6.  From the Insert menu, select Data Frame.  Rename the new data frame UTM 11.  Right-click on the new data frame name and choose Activate.  Add ocblock_utm11_83 to the new data frame.

Now compare the x and y coordinates of the two coordinate systems:

 With the UTM 11 data frame active, move the mouse to the northwest corner of Orange County.

What are the x The x and y coordinates are expressed in which unit of measurement? and y coordinates?

 Activate the SPCS Zone 6 data frame.

What are the x The x and y coordinates are expressed in which unit of measurement? and y coordinates?

It doesn’t help that UTM coordinates are in meters and State Plane Coordinate System in feet. But even if they were the in same units, the coordinates describing the identical corner of Orange County would be very different in each system.

Why are the Are they measured from the same origin? coordinates different?

From this you might conclude that two layers with different coordinate systems cannot both be viewed in their proper location in one data frame. However, ArcMap has the ability to reproject layers “on the fly” as long as the layer has a .prj file describing its correct coordinate system.

To test this:  Activate the SPCS Zone 6 layer.  Add the Ocblock_utm11_83 layer to the State Plane 6 data frame.  Note how the two layers line up properly despite having different underlying coordinate systems.

Before continuing, save Proj8c.mxd. Page 6 of 7

Map Scale and Cartographic Generalization Let's say you want to include the outline of adjacent California counties as a background to the Orange County UTM11 map. The proj8 folder contains a cal_utm11_83 file in UTM 11 coordinates so you can use it directly without the need for ArcMap to reproject it.

 Confirm that the UTM 11 data frame is active.  Add the cal_utm11_83 shape file to the UTM 11 data frame.  Let it draw as the top layer of your map but set its color to Hollow so you can see the ocblock_utm11_83 layer beneath it.  Set the outline color to red so you can distinguish it from the black outline of the ocblock_utm11_83 layer.  Zoom in on the northwest portion of the coast near Bolsa Chica.  Pan down the coast towards south Orange County.

What is the Do both layers line up along the coast? problem with the coastline?

The coastline in the state layer is much more generalized than the coastline in the block layer. If you zoom out to show all of Southern California, the lack of agreement between the two datasets is less apparent. When you zoom in, the two datasets are clearly incompatible. The point here is that having two datasets in the same projection does not guarantee that they will work together. The scale of your map and the degree of cartographic generalization in the two datasets also matter.

Save Proj8c. Open a new blank document in ArcMap.

On Your Own Create a new Proj8d map document containing a Population Density map of the United States using the states dataset. Set up a layout containing three maps: one showing only the lower 48 states of the US in the North America Albers Equal Area Conic projection, one showing only Alaska Albers Equal Area Conic projection, and one showing only Hawaii Albers Equal Area Conic. Each data frame should use the same classification breaks in the legend so that you need only one legend on the map. Also, insert a textbox with the projection used for each data frame.

Page 7 of 7