Geography 281 Map Making with GIS Project Three: Viewing Data Spatially

Size: px
Start display at page:

Download "Geography 281 Map Making with GIS Project Three: Viewing Data Spatially"

Transcription

1 Geography 281 Map Making with GIS Project Three: Viewing Data Spatially This activity introduces three of the most common thematic maps: Choropleth maps Dot density maps Graduated symbol maps You will learn how, when and why to create each type along with some of the pitfalls to avoid when making them. Most of the work will take place within the Symbology tab of the Layer properties form in the ArcMap Data View. In ArcMap Layout View, you will learn how to Set Relative Paths Modify legend text The first part of the activity guides you though the steps and decisions needed to create a series of maps illustrating the spatial relationship between city population, state population and area in the lower 48 states. The On Your Own part lets you apply what you've learned to create a new map that combines information from two previous maps. The data needed for proj3 is located in the \\Geogsrv\data\geog281\proj3 directory. Project 3 files: Description: Feature Type: counties48 shapefile base map of US counties polygon us48_major_cities shapefile Major U.S. cities point us48_states shapefile base map of lower 48 states polygon Visual Variables Maps use symbols to portray data. By selecting the right type of symbol you can create an intuitive map that is easy to read. Choosing the wrong symbol can mislead and confuse the map reader. Depending on the data type (qualitative or quantitative) and the type of feature (point, line, or polygon) you are mapping, you have many choices with regards to selecting symbol color (hue and value), size, shape, and texture. Y R G B Page 1

2 After copying the data from the server to your local working directory, you are ready to begin Project 3. Open the Proj3 map document file Do you see a map of the lower 48 states or a blank data view? What happened to your map? Remember, map documents do NOT store data. Map documents only point to the data using the saved path. Let s find out where the map document is looking for the Proj3 data. Open the property form for us48_major_cities. Under the Source tab, look at the location of the data. This is where the computer is looking for the data. How can you tell that the computer cannot find your data? What symbol appears in the Table of Contents? Draw the symbol. You can repair the link to your data, by resetting the data source. Click on the Set Data Source button. Navigate to your working directory and select us48_major_cities.shp Repeat this process with the remaining two layers. If you ever see the red exclamation points when working with your map documents, you will now know how to correct the problem. Now let s look at preventing the problem. In the example above, Proj3.mxd was pointing to the data using absolute paths. The computer could only find the data at the following location: C:\ClassData\Proj3\Data. One way to avoid losing your data is to store the path as a relative path instead of an absolute path. Close Proj3.mxd- Do not worry about saving it. Open Proj3a.mxd Do you see a map of the lower 48 states or a blank data view? You should see a map because the Proj3a map document stored the path to the data as a relative path. Consider the following file structure of Project 3: Page 2

3 The data for Proj3 was found under \Proj3\Data\. We will use the counties48 shapefile as an example. The Proj3a map document stored the path to the data as..\data\counties48.shp. The.. symbol tells the computer to go up one directory level from the current directory (MapDocuments) and find the directory called Data within which will be a shapefile called counties48. As long as the data remains in the same location RELATIVE to the map document, the computer can find it. Open a new map document File New Blank Map Add the following Layers to the Data View counties48.shp us48_states.shp Remove the visibility check mark next to the counties48 layer in the ArcMap Table of Contents. Only the us48_states layer should be visible. Set the map document to use relative paths. Under File Map Document Properties, check the box next to Store relative pathnames to data sources. Click Ok. Save the map document Save this map document as Proj3_Choropleth. You should be saving the Proj3_Choropleth map document in C:\Temp\Proj3\MapDocuments. If you saved the map document in the correct location, proceed to the next page. If not, go back and try again. Map 1- Choropleth Map ( Graduate Color Map) of Population A choropleth map portrays data collected in enumeration units- such as counties and states. The numerical data is grouped in categories and each category is assigned a color value. Key elements of a choropleth map: Feature = Polygon Data Type- Quantitative Normalized Data Values Visual Variable- Color Value To illustrate why choropleth maps use normalized data values instead of total numbers, let s make a choropleth map using state population totals. To do this, you need to assign appropriate symbols to population ranges in the us48_states layer: Right-click on the us48_states layer name in the Table of Contents and choose the Properties option. Click on the Symbology tab. In the left-hand frame under Show choose Quantities Graduated Colors. Set the Fields Value to the Pop2000 (2000 census population totals) field. Press OK. Before clicking on OK, compare your property dialog box with the graphic. Page 3

4 Note that California, the second largest state in area among the lower 48 states, occupies the highest population category while Texas, the largest state, occupies the second-highest category. But are these states rated this high because they are more densely populated than other states or simply because they are larger than the other states? If we want to know where people reside in space, we must divide the population of each state by the state s area and map the resulting population density values. Reopen the Symbology section of the Layer properties form and change the Fields Value to Pop00_sqmi (2000 census population totals divided by the state area). Press OK. Now you can see that California falls to the middle-category while Texas shows up as below average. Although these are states with large populations (political-demographic measures), they have average or below average population for their size (spatial measure). Since we use maps to measure spatial relationships, not political-demographic ones, the general rule is that you never use a choropleth map with total numbers. The data must first be standardized (normalized) by area, percent or by some other ratio. Symbolizing a Choropleth Map Now let's explore some of the options for symbolizing a choropleth map. First, take a look at a monochromatic color ramp: Reopen the Symbology section of the us48_states Layer properties form. Note: To list color ramps by name instead of visually seeing the colors, Press the down arrow next to Color Ramp and note the choices. right click on the down arrow next to the Color Ramp and remove the Highlight the Green Light to Dark color ramp. checkbox next to Graphic View. Press OK. A monochromatic color ramp preserves the value gradient of the data by gradually varying one color in regular intervals from a lighter shade (low values) to a darker shade (high values). If you want to suggest a gradual shift from low to high values, this is an appropriate color ramp to use. Next look at a three-color ramp: Reopen the Symbology section. Press the down arrow next to Color Ramp. Highlight the Yellow to Red color ramp. Press OK. This approach provides a more dramatic sense of change in the underlying data by varying the amounts of two colors one a low intensity color (yellow) and the other a high intensity color (red). If you want to emphasize the magnitude of change in the data (from very low to very high) this is an appropriate color ramp to use. Open the Layout View Now you are ready to open the Layout View so you can work with the map legend and title. First, open the Layout View and set the page properties to Landscape using the techniques that were introduced in Project 2. After resizing the map frame, you may notice that a solid line marks the border of the map frame. To remove this from your map: With the Select Elements tool still active, right-click inside the map and choose Properties. Click on the Frame tab. Press the down arrow under Border, scroll up and select None. Press OK. Next, insert a legend, again using the techniques that were introduced in Project 2. After inserting the legend, position it on the page below California and Arizona. Page 4

5 Note that the default legend contains a meaningless title Legend and some obscure and unnecessary references to the layer name (us48_states) and the data field name (pop00_sqmi). You should modify the legend as follows: Right-click on the legend and bring up the legend Properties form. If necessary, click on the Legend tab. Because the title Legend conveys no useful information, highlight it and replace it with Persons per Sq. Mile. Next, press the Items tab. Confirm that us48_states appears under Legend Items (If any other layers appear, highlight them and press the left arrow to remove them as legend items). Right-click on us48_states under Legend Items and highlight Properties to bring up the Layer Legend Item Properties. Click on the General tab. Remove the check marks from Show Layer Name and Show Heading. Before pressing OK twice, check your legend property dialog boxes with the two below. A clear, simple legend is all you need for a thematic map such as this one. The final step is to add a title to your map: From the menu, choose Insert Title. Enter the title text: Population Density. Double-click on the title to bring up the title Properties. Press the Change Symbol button. Set the size to 24 and press OK twice. Note: To modify the Title text, open the Map Document Properties found under the File Menu. You ve now completed a simple choropleth map of U.S. population density. In a subsequent exercise, you ll learn more about choropleth maps including different approaches to classifying data. Before moving on, save your work to the Proj3_Choropleth.mxd file. Page 5

6 Map 2- Dot Density Map Population distribution may also be mapped using dot density maps. A dot density map uses a dot to denote the specific number of phenomena being mapped, in this case population. The dots create a visual impression of density - dots that are closer together have higher densities and dots that are farther apart have lower densities. Key elements of a dot density map: Feature = Polygon Data Type- Quantitative Total values To begin create a new map document file. This will enable you to create a dot density map (Proj3_DotDensity.mxd) without destroying the choropleth map saved in Proj3_Choropleth.mxd: From the menu, choose File Save As. If necessary, navigate to C:\Temp\Proj3. Enter the new file name: Proj3_DotDensity.mxd. Press Save. Create the dot density map: From the menu, choose View Data View. Right-click on the us48_states layer name and bring up the Layer properties form. Click on the Symbology tab. Under Show, highlight Quantities and Dot Density. Under Field Selection, highlight pop2000 (unlike choropleth maps, dot density maps use raw numbers (i.e., total numbers), not density data). With pop2000 highlighted, press the right arrow. In the right-hand frame, double click on the dot to the left of POP2000. Set the Color to Mars Red (2 nd Column, 3 rd Row in color grid) and the Dot Size to 1.0 and press OK. Set the Dot Value to 20,000. Before pressing OK, compare your property dialog box with the one on the right. You should see a problem immediately: dots are distributed evenly throughout each state. This is because ArcMap randomly places the dots within the enumeration unit, in this case the state polygons. The overall effect is little different than that of a choropleth map. In fact, it can be misleading in large states like California and Texas where populations are unevenly distributed across the state. A better approach for making a dot map is to use detailed geographic boundaries to set the dots and more general boundaries to orient the viewer. Let s try it again using county population instead of state populations. Remove the check next to us48_states and add a check next to counties48 so that only the counties48 layer is visible. Right-click on counties48 and bring up the Layer properties. Set up a county population dot density map with the same parameters that you used for the state population dot density map. Page 6

7 Note how the county boundaries make it difficult to see the resulting map. To remove the boundaries: Bring up the Symbology form for the counties48 layer. Click on the line symbol under Background. Click on the down arrow next to Color and select No Color. Press OK twice. Now you can see the dot density pattern more clearly, but your map lacks any useful spatial reference. To fix this, overlay the dot density map with state boundaries: Change the drawing order by pressing the mouse on the name us48_states and dragging it up above the name counties48 (you may need to click on the List By Drawing Order icon in the Table of Contents before ArcMap will let you change the drawing order). Make the us48_states layer visible and bring up its Symbology form on the Layers properties form. Under Show, choose Features Single Symbol. Click on the color rectangle under Symbol. Select the Hollow symbol and press OK twice. This is a much more accurate and readable map of U.S. population distribution than the previous one that distributed the dots evenly across each state. To complete your map, return to the Layout View and use the Select Elements tool to modify the title and create a custom legend: Double-click on the Title and change the text to Population Distribution. Click on the Legend and press the Delete key to remove it from the map. From the menu, choose Insert Text. Modify the text to read: One Dot = 20,000 Persons. Drag the text box to a new position below California and Arizona. Double-click on the text box to bring up its Properties form. Click on Change Symbol, set the Size to 12, and press OK twice. You ve now created a simple dot density map of population distribution. Before moving on to a third type of population map, you should save the Proj3_DotDensity.mxd file. Map 3- Graduated Symbol Map A graduated symbol map portrays point data. Point data includes specific locations (point features) and conceptual points (center of polygon features). The numerical data is grouped in categories and each category is assigned a different size symbol (usually a circle). Key elements of a graduate symbol map: Feature = Point (either specific locations or conceptual points) Data Type- Quantitative Total Values Visual Variable- Size In this part of the exercise, you will create a graduated symbol map of major cities in the U.S. You will assign different size symbols to the categories containing city population data. Before starting, you will need to create a new map document file called Proj3_GraduatedSymbol.mxd for the graduated symbol map. Click on the checkbox next to counties48 to remove the counties48 layer from the map. Click on the Add Data button. If necessary, navigate to the C:\Temp\Proj3\Data directory. Highlight us48_major_cities.shp and press Add. In the layer list, ensure that US48_major_cities is at the top of the list so it draws last. Page 7

8 Right-click on US48_major_cities and bring up its Properties form. Click on the Symbology tab. Under Show, click on Quantities Graduated symbols. Under Fields, set the value to Pop2000. Now set the symbols: Click once on the Template button. Highlight the Square2 symbol. Press the down arrow next to color and select Mars Red (2 nd Column, 3 rd Row in color grid). Click OK. Before clicking OK again, compare your property dialog box to the one pictured on the right. Looking at the map, you might decide that the symbols are too small. To change the size of the graduated symbols: Bring up the Properties sheet and click on Symbology. Set the Symbol Size from, so it reads 8 to 18. Press OK twice. We ll discuss symbol selection in more detail in a later activity. For now, it s enough that you know how to create a graduated symbol map and to edit the symbols. Before continuing, save your map document file. On Your Own Create a map that combines a dot density map of county population with a graduated symbol map of major city populations. Do not use the same colors from the sample maps above. Create a layout and legend for your map. Ask the lab assistant or instructor to check your work. Print a copy of the On Your Own map and give it to the lab assistant. Do not put your name on the map; the lab instructor will assign it a number. Save your work to Proj3_OnYourOwn.mxd and back up all your work on your Flash drive. Page 8

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Before

More information

Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap

Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap This activity provides an introduction to the map design process. It takes you through a typical sequence from the initial decision

More information

Introduction to GIS & Mapping: ArcGIS Desktop

Introduction to GIS & Mapping: ArcGIS Desktop Introduction to GIS & Mapping: ArcGIS Desktop Your task in this exercise is to determine the best place to build a mixed use facility in Hudson County, NJ. In order to revitalize the community and take

More information

ArcGIS Online (AGOL) Quick Start Guide Fall 2018

ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) is a web mapping tool available to UC Merced faculty, students and staff. The Spatial Analysis and Research Center (SpARC) provides

More information

Exercise Producing Thematic Maps for Dissemination

Exercise Producing Thematic Maps for Dissemination Exercise Producing Thematic Maps for Dissemination 2007 In this exercise you will work with an existing file geodatabase which contains administrative boundaries (named wards) feature class and population

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Choropleth Mapping with GIS

Choropleth Mapping with GIS Choropleth Mapping with GIS In this lab you will be making 4 choropleth maps of the data you downloaded and processed last week. You will make your maps in ArcGIS using three different methods of classing

More information

Exercise 1: An Overview of ArcMap and ArcCatalog

Exercise 1: An Overview of ArcMap and ArcCatalog Exercise 1: An Overview of ArcMap and ArcCatalog Introduction: ArcGIS is an integrated collection of GIS software products for building a complete GIS. ArcGIS enables users to deploy GIS functionality

More information

Geography 281 Map Making with GIS Project Six: Labeling Map Features

Geography 281 Map Making with GIS Project Six: Labeling Map Features Geography 281 Map Making with GIS Project Six: Labeling Map Features In this activity, you will explore techniques for adding text to maps. As discussed in lecture, there are two aspects to using text

More information

Add to the ArcMap layout the Census dataset which are located in your Census folder.

Add to the ArcMap layout the Census dataset which are located in your Census folder. Building Your Map To begin building your map, open ArcMap. Add to the ArcMap layout the Census dataset which are located in your Census folder. Right Click on the Labour_Occupation_Education shapefile

More information

Mapping 2001 Census Data Using ArcView 3.3

Mapping 2001 Census Data Using ArcView 3.3 Mapping 2001 Census Data Using ArcView 3.3 These procedures outline: 1. Mapping a theme (making a map) 2. Preparing the layout for printing and exporting the map into various file formats. In order to

More information

Section 1: Introduction to Arc GIS 10

Section 1: Introduction to Arc GIS 10 Introduction to ArcGIS 10 Getting Started 1.1.1 Section 1: Introduction to Arc GIS 10 A main component of ArcGIS 10 software is ArcMap. It can be used to create and edit maps and analyze spatial data.

More information

Key Terms. Symbology. Categorical attributes. Style. Layer file

Key Terms. Symbology. Categorical attributes. Style. Layer file Key Terms Symbology Categorical attributes Style Layer file Review Questions POP-RANGE is a string field of the Cities feature class with the following entries: 0-9,999, 10,000-49,999, 50,000-99,000 This

More information

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap.

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap. Learning ArcGIS: Introduction to ArcMap 10.1 The Map Document Feature Manipulation Navigating ArcMap Map Documents, Layers, and Features Shapes, Location, and Attribute Data Symbology Zoom, Pan and Map

More information

Atmospheric Sciences

Atmospheric Sciences GIS Tutorial for Atmospheric Sciences J. Greg Dobson, University of North Carolina at Asheville Jennifer Boehnert, National Center for Atmospheric Research 2015 UCAR and UNC-Asheville. This is an open

More information

Step by Step GIS. Section 1

Step by Step GIS. Section 1 Step by Step GIS Section 1 Contact the web page given below for the data required to do the exercises (http://www.pasda.psu.edu/default.asp) Before beginning the tutorials please visit the Preparation

More information

Session 3: Cartography in ArcGIS. Mapping population data

Session 3: Cartography in ArcGIS. Mapping population data Exercise 3: Cartography in ArcGIS Mapping population data Background GIS is well known for its ability to produce high quality maps. ArcGIS provides useful tools that allow you to do this. It is important

More information

ArcGIS 10.x Basic Exercise GMU Libraries

ArcGIS 10.x Basic Exercise GMU Libraries ArcGIS 10.x Basic Exercise GMU Libraries Goals of this exercise To introduce basic functions available in ArcGIS 10.x to create a simple thematic map You are going to create a thematic map using VA county

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

Lab Exercise 1: ArcGIS Basics

Lab Exercise 1: ArcGIS Basics Massachusetts Institute of Technology Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lab Exercise 1:

More information

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad.

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad. BIOL 4460/5460 and GEOL 4460 Introduction to GIS LAB 4 MAKING A THEMATIC MAP This exercise is to show you how to create a map for printing. As you have seen in the lecture, maps can have different purposes

More information

Project 2 CIVL 3161 Advanced Editing

Project 2 CIVL 3161 Advanced Editing Project 2 CIVL 3161 Advanced Editing Introduction This project will involve more advanced editing/manipulation of data within ArcGIS. You will use the map that you create in this project as a starting

More information

Tutorial 1 Exploring ArcGIS

Tutorial 1 Exploring ArcGIS Tutorial 1 Exploring ArcGIS Before beginning this tutorial, you should make sure your GIS network folder is mapped on the computer you are using. Please refer to the How to map your GIS server folder as

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 5: Queries, Joins: Spatial and Non-spatial 1.0 Getting Census data 1. Go to the American Factfinder

More information

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise Exercise Description Mapping and interpreting metropolitan growth and decline patterns between 1990 and 2000. Course Concepts Presented Sunbelt region, population redistribution, and metropolitan areas.

More information

Note: you must explicitly follow these instructions to avoid problems

Note: you must explicitly follow these instructions to avoid problems Exercise 4 Attribute Tables and Census Tract Mapping 30 Points Note: We recommend that you use the Firefox web browser when working with the Census Bureau web site. Objectives: Become familiar with census

More information

LAB EXERCISE #1 (25pts)

LAB EXERCISE #1 (25pts) Grossmont College Introduction to Geographic Information Science Name: Instructors: Judd Curran & Mark Goodman 1 LAB EXERCISE #1 (25pts) ArcGIS Map Projection on the Fly: Working with: U.S. Map illustrating

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

More information

Intro to GIS (requirements: basic Windows computer skills and a flash drive)

Intro to GIS (requirements: basic Windows computer skills and a flash drive) Introduction to GIS Intro to GIS (requirements: basic Windows computer skills and a flash drive) Part 1. What is GIS. 1. System: hardware (computers, devices), software (proprietary or free), people. 2.

More information

Downloading shapefiles and using essential ArcMap tools

Downloading shapefiles and using essential ArcMap tools CHAPTER 1 KEY CONCEPTS downloading shapefiles learning essential tools exploring the ArcMap table of contents understanding shapefiles customizing shapefiles saving projects Downloading shapefiles and

More information

1.3 Editing the Legend

1.3 Editing the Legend Introduction to ArcGIS 10 Editing the Legend 1.3.1 1.3 Editing the Legend As you make maps, you will want to change the color of the map layers themselves, or change the shape, size, or color of the symbols.

More information

Exercise 1: Getting to know ArcGIS

Exercise 1: Getting to know ArcGIS The Scenario You are working for the California Visitor s Commission. You have been asked to prepare a map of California for several dignitaries from out of the country. Your map will need to include enough

More information

Creating a reference map

Creating a reference map Chapter 1 Creating a reference map Reference maps are basic, traditional maps. Their purpose is to illustrate geographic boundaries for cities, counties, and other areas. Reference maps have no underlying

More information

GIS Virtual Workshop: Buffering

GIS Virtual Workshop: Buffering This workshop will teach the different methods of buffering data. They will include: Basic buffering of data Merging buffering zones Clipping the buffer Concentric rings around the object You will find

More information

STUDENT PAGES GIS Tutorial Treasure in the Treasure State

STUDENT PAGES GIS Tutorial Treasure in the Treasure State STUDENT PAGES GIS Tutorial Treasure in the Treasure State Copyright 2015 Bear Trust International GIS Tutorial 1 Exercise 1: Make a Hand Drawn Map of the School Yard and Playground Your teacher will provide

More information

Table of Contents. Krista White GIS Support Specialist x 3926 Office HS 104 T, Th 8:00AM-12:00PM, 1:00PM-4:00PM F 8:00-11:30AM

Table of Contents. Krista White GIS Support Specialist x 3926 Office HS 104 T, Th 8:00AM-12:00PM, 1:00PM-4:00PM F 8:00-11:30AM 1 Create Visually Stunning Maps with the Cartograms Tool Cartograms are a method of displaying geospatial data as totals, wherein data are displayed with both color and area as a function of their values.

More information

Downloading 2010 Census Data

Downloading 2010 Census Data Downloading 2010 Census Data These instructions cover downloading the Census Tract polygons and the separate attribute data. After that, the attribute data will need additional formatting in Excel before

More information

Geography 222 Quantitative Color for GIS Mike Pesses, Antelope Valley College

Geography 222 Quantitative Color for GIS Mike Pesses, Antelope Valley College Geography 222 Quantitative Color for GIS Mike Pesses, Antelope Valley College Introduction Building off of the previous color theory work, a cartographer must also understand how to tell a story with data

More information

_Tutorials. Arcmap. Linking additional files outside from Geodata

_Tutorials. Arcmap. Linking additional files outside from Geodata _Tutorials Arcmap Linking additional files outside from Geodata 2017 Sourcing the Data (Option 1): Extracting Data from Auckland Council GIS P1 First you want to get onto the Auckland Council GIS website

More information

About...1. Quick Start...2. Features and options...3. Thematic Map...3. Indicators Panel Graph Panel Options Panel...

About...1. Quick Start...2. Features and options...3. Thematic Map...3. Indicators Panel Graph Panel Options Panel... USER GUIDE TABLE OF CONTENTS About...1 Quick Start...2 Features and options...3 Thematic Map...3 Indicators Panel... 5 Graph Panel... 6 Options Panel... 7 Data-table Panel... 8 Selection Panel... 8 Time

More information

Working with International Census Data in GIS

Working with International Census Data in GIS Working with International Census Data in GIS Updated February 23, 2015 Table of Contents SETTING UP... 1 DATA SOURCES... 1 TABULAR CENSUS DATA... 2 2001 Tabular Census Data... 5 GEOGRAPHIC DATA... 5 JOINING

More information

Microsoft Excel Lab: Data Analysis

Microsoft Excel Lab: Data Analysis 1 Microsoft Excel Lab: The purpose of this lab is to prepare the student to use Excel as a tool for analyzing data taken in other courses. The example used here comes from a Freshman physics lab with measurements

More information

Week 6 Cookbook: GIS Tutorial Chapter 3 GIS Outputs

Week 6 Cookbook: GIS Tutorial Chapter 3 GIS Outputs Week 6 Cookbook: GIS Tutorial Chapter 3 GIS Outputs Week 6 Overview 1) Review: Custom Attribute Scales/Custom Classification 2) Your Turn: Chapter 3 of the GIS Tutorial 3) Map Making Suggestions 4) Lying

More information

Mapping Tabular Data

Mapping Tabular Data Mapping Tabular Data ArcGIS Desktop 10.1 Instructional Guide Kim Ricker GIS/Data Center Head (713) 348-5691 Jean Niswonger GIS Support Specialist (713) 348-2595 This guide was created by the staff of the

More information

Georeferencing and Digitizing

Georeferencing and Digitizing INTRODUCTION There is a great deal of geographic data available in formats that cannot be immediately integrated with other GIS data. In order to use these types of data in GIS it is necessary to align

More information

Basic Queries Exercise - Haiti

Basic Queries Exercise - Haiti Basic Queries Exercise - Haiti Written by Barbara Parmenter, revised by Carolyn Talmadge on September 18, 2016 SETTING UP... 1 WHERE ARE THE HOSPITALS THAT ARE STILL OPERATING? (SELECT BY ATTRIBUTE )...

More information

Cartographic symbolization

Cartographic symbolization Symbology Cartographic symbolization Cartographic symbolization is based on a systematic approach for selecting the graphic symbols to use on a map Symbolization is the process of creating graphic symbols

More information

Quantitative Mapping Using Census Data

Quantitative Mapping Using Census Data MAP, DATA & GIS LIBRARY maplib@brocku.ca ArcGIS Pro Census Mapping Quantitative Mapping Using Census Data This tutorial includes all necessary steps to create a thematic map using numeric census tract

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are in the L12 subdirectory.

More information

1. Open the New American FactFinder using this link:

1. Open the New American FactFinder using this link: Exercises for Mapping and Using US Census Data MIT GIS Services, IAP 2012 More information, including a comparison of tools available through the MIT Libraries, can be found at: http://libraries.mit.edu/guides/types/census/tools-overview.html

More information

Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I

Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I ARCH1291 Visual Studies II Week 8, Spring 2013 Assignment 7 GIS I Prof. Alihan Polat Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I Medium: GIS

More information

GIS Virtual Workshop: Geocoding

GIS Virtual Workshop: Geocoding This module will deal with the concept of geocoding of data. Geocoding is placing a data point which does not have a X, Y reference (no Latitude and Longitude) and automatically mapping it by knowing the

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Videos that show how to copy/paste data

More information

Introduction to GIS A Journey Through Gale Crater

Introduction to GIS A Journey Through Gale Crater Introduction to GIS A Journey Through Gale Crater In this lab you will be learning how to use ArcMap, one of the most common commercial software packages for GIS (Geographic Information System). Throughout

More information

PLATE TECTONICS DATA VIEWER Developed by Claudia Owen and Eric Sproles

PLATE TECTONICS DATA VIEWER Developed by Claudia Owen and Eric Sproles PLATE TECTONICS DATA VIEWER Developed by Claudia Owen and Eric Sproles What is a Data Viewer? A data viewer is a program to view maps on the Internet that were generated by a Geographic Information System

More information

Explore some of the new functionality in ArcMap 10

Explore some of the new functionality in ArcMap 10 Explore some of the new functionality in ArcMap 10 Scenario In this exercise, imagine you are a GIS analyst working for Old Dominion University. Construction will begin shortly on renovation of the new

More information

Lab 8: More Spatial Selection, Importing, Joining Tables

Lab 8: More Spatial Selection, Importing, Joining Tables Lab 8: More Spatial Selection, Importing, Joining Tables What You ll Learn: This lesson introduces spatial selection, importing text, combining rows, and joins. You should have read, and be ready to refer

More information

Construction Conflict in Kingston!

Construction Conflict in Kingston! Page 1 of 37 ArcView GIS Kingston Construction Conflict in Kingston! You will use data from Kingston, Ontario in this activity. If you can get your hands on data from your own town, you can certainly make

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

GPS to GIS Tutorial Exploration of Native Plants

GPS to GIS Tutorial Exploration of Native Plants Grossmont College Introduction to GIScience NAME: Instructors: Curran & Goodman 1 GPS to GIS Tutorial Exploration of Native Plants 1. Create a folder on your USB drive titled: GPS1 2. Using your GPS receiver,

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

Guide to Mapping Website (Public) December 2016 GC_236594

Guide to Mapping Website (Public) December 2016 GC_236594 Guide to Mapping Website (Public) December 2016 GC_236594 Table of Contents Guide to Mapping Website (Public)... 1 December 2016... 1 Quick Start... 3 Map Layers... 4 How do I?... 5 Draw on the Map...

More information

Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data

Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data Tufts University GIS Tutorial Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data Revised October 14, 2010 Note: we highly recommend Mozilla Firefox for this

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Using Spatial Data in a Desktop GIS; QGIS 2.8 Practical 2

Using Spatial Data in a Desktop GIS; QGIS 2.8 Practical 2 Using Spatial Data in a Desktop GIS; QGIS 2.8 Practical 2 Practical 2 Learning objectives: To work with a vector base map within a GIS and overlay point data. To practise using Ordnance Survey mapping

More information

GEOGRAPHY 426 LAB 4: Choropleth Maps

GEOGRAPHY 426 LAB 4: Choropleth Maps GEOGRAPHY 426 LAB 4: Choropleth Maps The purpose of this exercise is to explore several different classification methods that can be used to display geographic data sets, and also to cover how to make

More information

HBS Training - IT Solutions. PlanWeb. Intermediate

HBS Training - IT Solutions. PlanWeb. Intermediate HBS Training - IT Solutions PlanWeb Intermediate CONTENTS Logging on to the system...3 The PlanWeb Window...5 The Tool Bar...6 The Status Bar...6 The Map Window...6 The Information Window...7 Changing

More information

An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2

An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2 An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2 by Marcel Fortin, GIS and Map Librarian, University of Toronto Libraries, 2009 gis.maps@utoronto.ca http://www.library.utoronto.ca/maplib/

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. GIS LAB 1 Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. ArcGIS offers some advantages for novice users. The graphical user interface is similar to many Windows packages

More information

ENVI Tutorial: Map Composition

ENVI Tutorial: Map Composition ENVI Tutorial: Map Composition Table of Contents OVERVIEW OF THIS TUTORIAL...3 MAP COMPOSITION IN ENVI...4 Open and Display Landsat TM Data...4 Build the QuickMap Template...4 MAP ELEMENTS...6 Adding Virtual

More information

Mapping Tabular Data Display XY points from csv

Mapping Tabular Data Display XY points from csv Mapping Tabular Data Display XY points from csv Materials needed: AussiePublicToilets.csv. [1] Open and examine the data: Open ArcMap and use the Add Data button to add the table AussiePublicToilets.csv

More information

ArcGIS Basics: Creating a Map with ArcMap (India Data)

ArcGIS Basics: Creating a Map with ArcMap (India Data) ArcGIS Basics: Creating a Map with ArcMap (India Data) Written by Barbara Parmenter and Irina Rasputnis, updated by Carolyn Talmadge on January 14, 2015 INTRODUCTION...1 MUGAR LAB NOTE: MAPPING A NETWORK

More information

Lab 2: Your first web page

Lab 2: Your first web page Lab 2: Your first web page Due date DUE DATE: 3/3/2017, by 5pm. Demo in lab section/ta office hours. Overview In this lab we will walk through the usage of Microsoft Excel to create bar charts, pie charts,

More information

GPS TO GIS EXERCISE (30 PTS)

GPS TO GIS EXERCISE (30 PTS) GPS TO GIS EXERCISE (30 PTS) This exercise will allow you to demonstrate your cumulative knowledge of using a GPS receiver to collect data with locational information, downloading this data to a desktop

More information

Lesson 6 Adding Graphics

Lesson 6 Adding Graphics Lesson 6 Adding Graphics Inserting Graphics Images Graphics files (pictures, drawings, and other images) can be inserted into documents, or into frames within documents. They can either be embedded or

More information

Create a Color-Shaded Map

Create a Color-Shaded Map GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs Exercise 3.2 Create a Color-Shaded Map *This training was developed as part of a joint effort between MEASURE Evaluation and

More information

Lab 7: Tables Operations in ArcMap

Lab 7: Tables Operations in ArcMap Lab 7: Tables Operations in ArcMap What You ll Learn: This Lab provides more practice with tabular data management in ArcMap. In this Lab, we will view, select, re-order, and update tabular data. You should

More information

Downloading Census Data from American Factfinder2 for use in ArcGIS

Downloading Census Data from American Factfinder2 for use in ArcGIS Downloading Census Data from American Factfinder2 for use in ArcGIS Written by Barbara Parmenter, revised November 18, 2011 OBTAINING DATA FROM AMERICAN FACTFINDER2... 1 PREPARING AMERICAN FACTFINDER DATA

More information

A Guide to Using the Planning Office s Interactive Maps

A Guide to Using the Planning Office s Interactive Maps A Guide to Using the Planning Office s Interactive Maps This guide is intended to assist the user in using the maps provided on the County Planning Office website that are branded as Interactive Maps.

More information

You will begin by exploring the locations of the long term care facilities in Massachusetts using descriptive statistics.

You will begin by exploring the locations of the long term care facilities in Massachusetts using descriptive statistics. Getting Started 1. Create a folder on the desktop and call it your last name. 2. Copy and paste the data you will need to your folder from the folder specified by the instructor. Exercise 1: Explore the

More information

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2 Table of Contents COURSE OVERVIEW... 2 DISCUSSION... 2 COURSE OBJECTIVES... 2 COURSE TOPICS... 2 LESSON 1: MODIFY CHART ELEMENTS... 3 DISCUSSION... 3 FORMAT A CHART ELEMENT... 4 WORK WITH DATA SERIES...

More information

13. Albums & Multi-Image Printing

13. Albums & Multi-Image Printing 13. Albums & Multi-Image Printing The Album function is a flexible layout and printing tool that can be used in a number of ways: Two kinds of albums: At left we used automatic mode to print a collection

More information

Lab #7: Mapping US Census Data

Lab #7: Mapping US Census Data Lab #7: Mapping US Census Data Objectives: Access US Census Data via the Web Download census data in excel format Create new variables based on calculations Create key fields for merging with NYC Planning

More information

ArcGIS Basics: Mapping the US

ArcGIS Basics: Mapping the US ArcGIS Basics: Mapping the US Revised February 15, 2010 Tufts University Author: Barbara Parmenter Introduction...1 Part 1 - Opening ArcMap and adding data layers...1 Part 2 Moving around the Map...4 Part

More information

Changing the Layout of a Document

Changing the Layout of a Document LESSON 5 Changing the Layout of a Document 5.1 After completing this lesson, you will be able to: Adjust page margin settings. Set paragraph indentation and spacing. Change indents and tab settings. Insert

More information

Dale s Freight Fuel Report Assignment. Objectives By the end of this lesson, you will be able to:

Dale s Freight Fuel Report Assignment. Objectives By the end of this lesson, you will be able to: Dale s Freight Fuel Report Assignment Objectives By the end of this lesson, you will be able to: Set up a worksheet Navigate an Excel Window Enter labels and values Create formulas using math operators

More information

Creating and Modifying Charts

Creating and Modifying Charts Creating and Modifying Charts Introduction When you re ready to share data with others, a worksheet might not be the most effective way to present the information. A page full of numbers, even if formatted

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Learning to use the drawing tools

Learning to use the drawing tools Create a blank slide This module was developed for Office 2000 and 2001, but although there are cosmetic changes in the appearance of some of the tools, the basic functionality is the same in Powerpoint

More information

OnCOR Silverlight Viewer Guide

OnCOR Silverlight Viewer Guide Getting Around There are many ways to move around the map! The simplest option is to use your mouse in the map area. If you hold the left button down, then click and drag, you can pan the map to a new

More information

Map Making Tutorial Jennifer Ailshire June 25, Adding Data to the Map and Saving the Map

Map Making Tutorial Jennifer Ailshire June 25, Adding Data to the Map and Saving the Map Map Making Tutorial Jennifer Ailshire June 25, 2008 Adding Data to the Map and Saving the Map Click on the Add Data button, browse to the appropriate directory and select the desired file(s). After you

More information

CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS

CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS Objectives 1. Download and Add Data into ArcMap 2. Symbolize and Label Features 3. Navigate and Investigate the Map 4. Explore Attributes and Metadata

More information

User Guide Version 2.1 August 8, IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) IMAPP.

User Guide Version 2.1 August 8, IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) IMAPP. User Guide Version 2.1 August 8, 2008 IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) 462-7701 Email: support@ IMAPP.com www.imapp.com Index Accessing IMAPP... 3 Log in to IMAPP...

More information

ArcGIS Basics: India Creating a Map with ArcMap

ArcGIS Basics: India Creating a Map with ArcMap ArcGIS Basics: India Creating a Map with ArcMap Written by Barbara Parmenter and Irina Rasputnis, updated on August 30, 2016 INTRODUCTION... 1 NOTE FOR MUGAR LAB USERS: MAPPING A NETWORK DRIVE IN WINDOWS...

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Getting to Know ModelBuilder

Getting to Know ModelBuilder Getting to Know ModelBuilder Offered by Shane Bradt through the UNH Cooperative Extension Geospatial Technologies Training Center Developed by Sandy Prisloe and Cary Chadwick at the Geospatial Technology

More information