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

Size: px
Start display at page:

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

Transcription

1 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 read through the entire lab assignment before beginning. Before you begin to explore the Geography Lab and ArcMap software, let s review some basic information on file management. File Management The computer stores files, e.g., Word documents, database files, pictures, and map documents, in a directory tree structure on the computer s hard drive and on network drives connected to the computer. This structure is similar to a file cabinet with many drawers, each drawer containing several folders, and each folder containing one or more files. Below in the MyComputer example, imagine a file cabinet labeled C:\ with a drawer labeled Temp. If you open the Temp drawer you would find a folder named Proj1 and inside that folder another folder called MapDocuments with a file called proj1.mxd inside it. Computers use a similar process called a path to find where files are stored on the computer s drive. Each path contains the filename and the directories in which it is located. For example, the path for proj1.mxd is C:\Temp\Proj1\MapDocuments\proj1.mxd (visually you can see this in the Sample Directory Tree Structure diagram below). This is the exact path the computer takes in locating this file. Project Organization While you could store all your files jumbled together in the file cabinet, it makes more sense to organize them by project. A standard directory structure would look like this: Project folder containing all project related material: o Data folder containing all project data o Documentation folder containing all project documentation o Map Document folder containing all project map documents (.mxd) MyComputer Example Sample Directory Tree Structure C:\ ----Program Files\ ----Temp\ ----Proj1\ ---- MapDocuments ----proj1.mxd ---- Data ----us48_states.shp ----us48_states.dbf ----counties48.shp ----Proj2\ ---- MapDocuments 1 P a g e

2 Startup If you need to turn on and log in to a computer: Move the mouse to see if the computer is already on - the screen may simply be blank due to a screen saver or energy saving feature. Check the monitor power button to see if the monitor is on. Check the computer power button to see if the power light is on. If the computer is off: Turn on the computer. Turn on the monitor. When prompted, bring up the login window: While holding down the Control and Alt keys, press the Delete key Enter the following: User Name: <Student Login> Password: <Your Student Password> Domain: ACAD Clearing Out the Temporary Working Directory All your work will be done in the working directory C:\temp. Before setting up your files, you should clear any existing files left behind by someone else. The desktop includes an icon linked to a program that will clear out the C:\temp directory: Double-click on the Deltemp icon If prompted, enter the letter "y" Copying Project Files to Your Working Directory Before you begin a project, you must copy the project files from the server to your local computer. Server information- Most of the data used in Geography 281 is stored on the Geography Lab server named Geogsrv, in the shared drive called data. When you log in to the lab machine, you gain access to the network and this server. Using the MyComputer concept discussed above, Geogsrv can be thought of as another file cabinet, with a drawer labeled data. This resource is a network drive and is assigned a letter; usually this directory appears as drive Z:\ on the lab machines. You should always have access to the data on Geogsrv directory. Under the Geogsrv\data directory is a directory called Geog281, this is where you will find the project directories (Proj1, Proj2, etc ) containing weekly project data. 2 P a g e

3 Understanding how geographic data is stored- In ArcMap you make maps from layers of spatial data. A layer doesn t store the actual spatial data, it references the data stored in shapefiles, coverages, geodatabases, etc. In Geography 281, we will be working with shapefiles and geodatabases. This week you will use shapefiles to create your map. A shapefile is a collection of files with the same filename and different extensions. For example, Project 1 uses 2 shapefiles- us48_states and counties48. These can are located in the Proj1\Data directory. Shapefile: us48_states counties48 Files on disk us48_states.shp counties48.shp associated with us48_states.dbf counties48.dbf each shapefile: us48_states.prj counties48.prj us48_states.sbn counties48.sbn us48_states.sbx counties48.sbx us48_states.shx counties48.shx A geodatabase is a common data storage format. Instead of storing data as separate files within the data directory, these files are centrally stored in a database designed to hold spatial data. We will use a geodatabase next week. You will use the ArcGIS Desktop application called ArcCatalog to copy data from the server to your working directory. ArcCatalog was designed to move geographic data (like that stored in shapefiles and geodatabases). See graphic example below. ArcCatalog on the right knows that a shapefile is a collection of files stored on the computer with the same name and different extensions. In ArcCatalog you see a shapefile as 1 file, while all the supporting files with various extensions are hidden. This makes moving shapefiles easy you click on the shapefile you wish to move and ArcCatalog ensures that the supporting files are automatically moved as well. Proj1 data as viewed in Windows Explorer ArcCatalog 3 P a g e

4 Using ArcCatalog to copy project data from server: Start ArcCatalog- Start All Programs ArcGIS ArcCatalog 10. In the ArcCatalog Catalog Tree navigate to the <mapped drive>:\geog281 directory, where <mapped drive> refers to the letter assigned to the Data on Geogsrv network connection. Z is the letter most lab computers use to note this connection. If <mapped drive>:\geog281 is not visible, you will need to add a folder connection: o Click the Connect to Folder Button. o Navigate to data on \\Geogsrv. You can find this directory by looking under Computer. o Under the data folder, you will find a directory called Geog281. Connect to this folder. Note: Do not create a folder connection to the Proj1 folder. Stop at the Geog281 folder. o Click OK. The new folder connection now appears under Folder Connections -- <mapped drive>:\geog281. Double click on the new folder. Right click on the Proj1 directory and select Copy. Note: You want to copy the entire Proj1 folder, not just the subfolders under Proj1. Navigate to C:\temp. If C:\temp is not visible, you will need to add a folder connection. o Click the Connect to Folder Button. o Navigate to C:\temp. o Click OK. The new folder connection now appears as C:\temp. Right click Paste. Press the X in the upper right to close ArcCatalog. The proj1 directory under data on Geogsrv should now be copied to the C:\temp directory on your local computer. You are now ready to start using ArcMap. Starting ArcMap and Loading a Map Document File In the first exercise, you will load a preexisting map document. ArcMap stores the map with both the layout and reference to the geographic data as one file called a map document. This file has an.mxd extension. This file does NOT contain geographic data, it merely references the path to data. Left-click the Start button. From the Start menu, select All Programs ArcGIS ArcMap 10. From the ArcMap File menu, select Open. If necessary, navigate to C:\temp\proj1 directory where you placed the project files. Double click the MapDocuments directory and highlight the map document file, proj1, and press Open. 4 P a g e

5 Views, Tables and Layouts At the heart of the ArcMap program are two versions of the same map: The Data View displays geographic information in the form of a map. This is where you can symbolize, analyze, and compile various geographic layers. The Layout View displays the map itself plus additional cartographic elements (title, legend, scale bar, etc.). To toggle between the two displays select View Layout View or View Data View from the Main menu. When working on the geographic data that make your map, it is usually best to stay in the Data View mode. When working on an overall cartographic composition, you should be in the Layout View mode. For now return to the Data View. Working with the Data View Below is an image of the Data view with various components identified. When you add data to your map, it appears as a Layer in the Table of Contents frame. The Project 1 map document file (proj1.mxd) has been set up so that the start-up view contains a map of population density for the 48 contiguous states of the U.S. The view contains two geographic layers: The layer named States has been modified so that only the state boundaries are visible. This layer points to the us48_states shapefile located in your C:\temp\Proj1\Data directory. A second layer named Persons per Sq. Mile consists of population density information for the individual counties that make up the U.S. This layer points to the counties48 shapefile located in your C:\temp\Proj1\Data directory. Main Menu Standard Toolbar Tools Toolbar Map Document Window- Data View Table of Contents Overlaying one layer of information on top of another and assigning different symbols and colors to different categories of information are examples of the kinds of operations that you would perform in the Data View. Other Data View operations include zooming in on small geographic areas and querying the database to retrieve information about individual geographic features. For example, you can zoom in on Southern California and click on the map to retrieve information about the region's population density. 5 P a g e

6 On the Tools toolbar, click once on the Zoom In button to select it. This tells ArcMap that you want to use the mouse to zoom in on a portion of the map. Move the cursor to an area of the Pacific Ocean northwest of Southern California. Drag the mouse while holding down the left mouse button to a point southeast of Southern California. When you release the mouse button, the map will zoom in on the area you defined as your zoom box. ArcMap lets you point to a geographic feature on the map and obtain information about it from the database. Click once on the Identify button, also found on the Tools toolbar. In the Identify Results dialog box press the down arrow next to the Identify from: field and select Persons per Sq. Mile as the layer about which you want information. With the Identify Results window still visible, click Orange County, California in the map. You should see information about the county such as the county name, population density, etc., appear in the Identify Results window. Finally, restore the full map view: Close the Identify Results dialog box by clicking on the X in the upper right hand corner. Click once on the Full Extent button in the Tools toolbar to restore the full map view. You now have been introduced to three different kinds of tools: Buttons such as Full Extent that produce an immediate change in the map view. Tools such as Identify that require a mouse click on the map before they cause something to happen. Menu items such as the View menu with all its options that may either produce an immediate action or set the conditions for a subsequent action. Working with the Attribute Data Table Each feature layer includes an attribute table that lets you see information about individual features items on the map) in a tabular (row and column) format. Each row represents an individual geographic feature (i.e., a state); each column represents a particular type of information about those features (i.e., state name). Let's highlight California in the table: Move the mouse over the States layer name in the Table of Contents and click the Right mouse button. Select Open Attribute Table. You should see the following table appear. 6 P a g e

7 In the Attribute Table window, find the field named State_Name. Scroll down until you see the name California in the State_Name field. If you scroll right. you should see demographic data about California. Each geographic feature and its associated information in the table are directly linked to the same feature on the map. Move the mouse to the far left of the row containing California information and click on the gray square to the left of the FID field. The row is now highlighted with a light blue color to show that it is selected. Close the table window and check to see that the outline of California is also highlighted in the same light blue color. When a feature is selected, ArcMap lets you make choices that only apply to the selected feature. For example, you can zoom in on the selected feature: On the Main menu, select the Selection menu, select Zoom to Selected Features. Because the data displayed in the table is the same data displayed in the map, the View window knows that "California" is selected. The map zooms in to show the entire state of California. You can also select which features can be selected directly on the map in the Data View: From the Table of Contents, choose the List by Selection icon. The Table of Contents now lists the layers as Selectable or Not Selectable. You can change which layers are selectable by clicking on the toggle selectable icon found next to the layer name. Click the Click to Toggle Selectable icon next to the Persons per Sq. Mile layer to make this layer not selectable. Notice the Persons per Sq. Mile layer now appears under the Not Selectable section. Also, note that the Click to Toggle Selectable icon is no longer blue. In the Tools toolbar, click on the Select Features button. On the map, click inside the state of Arizona. From the Main menu select the Selection menu, select Zoom to Selected Features. Note that the map is now centered on Arizona. Now it's time to work with the Layout View. First, make the Persons per Sq. Mile layer selectable again and change the Table of Contents view back to List By Drawing Order by selecting this icon Table of Contents. in the Next, remove the selection from Arizona and zoom out to the full map view: From the Main menu, select the Selection menu, choose Clear Selected Features. On the Tools toolbar, click on the Full Extent button. Finally, switch from the Data View to the Layout View: From the Main menu, select the View menu, choose Layout View. 7 P a g e

8 Working with the Layout View The Layout View is where you prepare your map for final viewing. The Data View provides you with a view of geographic data used to create your map; whereas the Layout View is similar to a sheet of paper on which you arrange the various components of your map (title, legend, map itself, etc.). In the Layout View you create, move and resize a collection of rectangular frames - each of which holds an individual cartographic element. The Project 1 map document file contains a preset Layout View that illustrates these mapping elements. The image below shows the preset Layout view for Project 1. Title Map Document Window- Layout View Data Frame Legend Scale Most of the ArcMap tools that work that work in the Data View also work in the Layout View. (ArcMap also provides additional Layout tools that only work with the Layout View). The Select Elements tool found in the Tools toolbar is one that works in both views: Click once on the Select Elements button. Click once on the Legend in the lower left of the map. Note the blue boxes that define the four corners of the legend box. These tell you that the legend frame is selected and available for editing. Position the mouse over the legend box note the change in the shape of the cursor. Press and hold the left mouse button. Drag the mouse toward the left or right and note how the legend frame moves. Click outside the map page to remove the selection from the legend frame. Note how the legend is now repositioned. Click again to reselect the legend frame. Move the mouse over one of the corner (blue boxes). When the cursor changes shape, press and drag to resize the frame. 8 P a g e

9 Note how the size of the legend has changed. You can now begin to understand how you create and edit map compositions in the Layout View. Finally, click once on the title to select it. Position the mouse inside the title frame. Press the right mouse button and chose Properties from the popup menu. Change the title text to: United States Population Density. Press OK. Right clicking on an element to view and change its properties is one of the most common methods you will use in ArcMap when you want to make changes to a map. On Your Own Have this map checked in order to get credit for the lab. Use the Main menu s View menu to restore the Data View for your map. Remove the check next to the Persons per Sq. Mile layer so that only the outline of the 48 states is visible. Right click on the name States in the Layers list and choose Properties. Click on the Symbology tab. Click on the Symbol (gray rectangle). The Symbol Selector dialog box appears. Select a new color (for example, Yellow), and click OK twice to close the Properties window. Stop: If your map no longer contains individual states, it is because the fill pattern you selected does not have an outline width or color. Modify the symbology of the states to include an outline. Explore your data. Open the Attribute Table for the States layer. Which state has the highest population density (POP00_SQMI)? Note: District of Columbia is NOT a state. Record the name of the state and its population density. Which state has the lowest median age (MED_AG)? Record the name of the state and its median age. Return to the Layout View and change the title to something more appropriate such as Outline Map of the United States. From the Insert menu, select Text o In the textbox that appears, write the following using the information gathered above to fill in the blanks: Fun Facts: has a population density of has a median age of 9 P a g e

10 Saving Your Work and Exiting ArcMap When you are ready to save your work: From the Main menu, select File Save. From the Main menu, select File Exit. Note: you have saved the project settings in a file named proj1.mxd located in the C:\temp\Proj1\MapDocuments directory of the computer. You still need to copy the files to your portable drive for permanent backup. To copy your project to your backup disk, you ll need a Flash drive. If you don t have one yet, skip this part for now. Copying Files to Your Disk Using ArcCatalog Place the Flash drive in a USB port. Start ArcCatalog - Start All Programs ArcGIS ArcCatalog 10 o Navigate to the C:\temp directory on your local computer. Right click on the Proj1 directory and select Copy. Navigate to < Removable Disk mapped drive>:\. If the removable disk is not visible, you will need to add a folder connection: o Click the Connect to Folder Button. o Navigate to <mapped drive>:\ Removable Disk. This most likely appears on your local computer as a mapped drive E:\. Click OK. A new folder connection now appears. Right click on the new folder and select Paste. When the Proj1 directory has been written to your disk, close ArcCatalog and remove your drive. Note: You should get into the habit of saving the map document file (.mxd) in the project s MapDocuments directory. For example, the proj1.mxd is in the C:\temp\Proj1\MapDocuments directory. This will make it easier to copy your work to your backup disk you will only need to copy and paste the project directory because everything (map document and data) will be in the same location. Copying Files from Your Disk Using ArcCatalog Sometimes, you will need to continue working on a project that you saved to your portable disk. This section details how you would copy and paste projects from your disk to your local computer. Do not work directly from your portable disk, you may lose your work. Start ArcCatalog- Start All Programs ArcGIS ArcCatalog 10. o Navigate to < Removable Disk mapped drive>:\. If the removable disk is not visible, you will need to add a folder connection. Right click on the Proj1 directory on your removable disk and select Copy. Navigate to C:\temp. Right click Paste. After copying your data from the removable disk to your local computer, you can continue working on your project. 10 P a g e

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 Three: Viewing Data Spatially

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Review of File Management and Introduction to ArcGIS

Review of File Management and Introduction to ArcGIS Review of File Management and Introduction to ArcGIS RNR/GEOG 417/517 Overview of Presentation Discuss the objectives of the lab exercise Introduce the class directory structure General file policies Introduce

More information

Appendix Z Basic ArcMap and GDSE Tools

Appendix Z Basic ArcMap and GDSE Tools Appendix Z Basic ArcMap and GDSE Tools Introduction IFMAP has been developed within ESRI s ArcMap interface. As such, the application is inherently map-based. Although a user can enter tabular data through

More information

Making a Sackville Coastal Flood Map

Making a Sackville Coastal Flood Map Making a Sackville Coastal Flood Map Demo covers: Accessing and previewing map templates Modifying map elements such as titles, data frames, legends & scale bars Drawing a graphic on a map Adding text

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

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

GIS LAB 8. Raster Data Applications Watershed Delineation

GIS LAB 8. Raster Data Applications Watershed Delineation GIS LAB 8 Raster Data Applications Watershed Delineation This lab will require you to further your familiarity with raster data structures and the Spatial Analyst. The data for this lab are drawn from

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

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

Introduction to ArcGIS Desktop

Introduction to ArcGIS Desktop Introduction to ArcGIS Desktop Prepared by David R. Maidment Center for Research in Water Resources University of Texas at Austin September 2011 Contents Goals of the Exercise Computer and Data Requirements

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

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

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

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

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

Data for this exercise are in the class resources Lab/lesson 1,

Data for this exercise are in the class resources Lab/lesson 1, Lab 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

More information

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page.

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page. Lesson 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

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

Working with Attribute Data and Clipping Spatial Data. Determining Land Use and Ownership Patterns associated with Streams.

Working with Attribute Data and Clipping Spatial Data. Determining Land Use and Ownership Patterns associated with Streams. GIS LAB 3 Working with Attribute Data and Clipping Spatial Data. Determining Land Use and Ownership Patterns associated with Streams. One of the primary goals of this course is to give you some hands-on

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

_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

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

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

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

Lab 2. Practice with ArcGIS

Lab 2. Practice with ArcGIS Lab 2. Practice with ArcGIS Purpose: To practice map composition and printing in ArcGIS To Do and Hand In: Compose, print, and hand in two maps, described below. Maps due in lab one week after assignment.

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

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012 Lab Assignment 4 Basics of ArcGIS Server Due Date: 01/19/2012 Overview This lab assignment is designed to help you develop a good understanding about the basics of ArcGIS Server and how it works. You will

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

In this exercise we will:

In this exercise we will: Intro to GIS Exercise #3 TOC Data frame visual hierarchy / Select by Attribute / Select by Location / Geoprocessing IUP Dept. of Geography and Regional Planning Dr. Richard Hoch Please prepare answers

More information

Introduction to Geographic Information Systems Spring 2016

Introduction to Geographic Information Systems Spring 2016 Introduction to Geographic Information Systems Spring 2016 Exercise 2 Introduction to ArcGIS 10 Projects This exercise will introduce you to the common set-up functions of the ESRI ArcGIS software package.

More information

Lesson 8 : How to Create a Distance from a Water Layer

Lesson 8 : How to Create a Distance from a Water Layer Created By: Lane Carter Advisor: Paul Evangelista Date: July 2011 Software: ArcGIS 10 Lesson 8 : How to Create a Distance from a Water Layer Background This tutorial will cover the basic processes involved

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

ArcGIS Extension User's Guide

ArcGIS Extension User's Guide ArcGIS Extension 2010 - User's Guide Table of Contents OpenSpirit ArcGIS Extension 2010... 1 Installation ( ArcGIS 9.3 or 9.3.1)... 3 Prerequisites... 3 Installation Steps... 3 Installation ( ArcGIS 10)...

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

Select Objects for Use

Select Objects for Use System In TNTgis you select geospatial data for viewing and analysis using the Select objects window (which may have varying names depending on the context). The upper part of the window has several tabbed

More information

In this exercise, you will convert labels into geodatabase annotation so you can edit the text features.

In this exercise, you will convert labels into geodatabase annotation so you can edit the text features. Instructions: Use the provided data stored in a USB. For the report: 1. Start a new word document. 2. Follow an exercise step as given below. 3. Describe what you did in that step in the word document

More information

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

More information

Select the Parks within Forest Acres

Select the Parks within Forest Acres Select the Parks within Forest Acres TASKS RESULT 1. Add the county boundary, municipalities and parks (pts.) layers to your map 2. Save your map (.mxd) to your desktop Your map should look something like

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

Lab#1: Introduction to ArcGIS10. In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to:

Lab#1: Introduction to ArcGIS10. In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to: NRM338 Fall 2017 Lab#1 Page#1 of 26 Lab#1: Introduction to ArcGIS10 In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to: Create a data connection Edit GIS theme

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use ArcCatalog to find maps and data and how to display maps in

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

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

Using Syracuse Community Geography s MapSyracuse

Using Syracuse Community Geography s MapSyracuse Using Syracuse Community Geography s MapSyracuse MapSyracuse allows the user to create custom maps with the data provided by Syracuse Community Geography. Starting with the basic template provided, you

More information

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Practical: Creating and Editing Shapefiles Using Straight, AutoComplete and Cut Polygon Tools Use ArcCatalog to copy data files from:

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

Workshop #1 - Introduction to ESRI ARCGIS. Exercise # 1 - Creating a Simple Map in ArcMap

Workshop #1 - Introduction to ESRI ARCGIS. Exercise # 1 - Creating a Simple Map in ArcMap Workshop #1 - Introduction to ESRI ARCGIS Exercise # 1 - Creating a Simple Map in ArcMap In this exercise you are introduced to the ArcMap interface and some of the basic skills necessary to create simple

More information

Geography 104 Instructors: Judd Curran & Mark Goodman. LAB EXERCISE #3 Data Analysis - Buffering (25pts)

Geography 104 Instructors: Judd Curran & Mark Goodman. LAB EXERCISE #3 Data Analysis - Buffering (25pts) Instructors: Judd Curran & Mark Goodman Name: LAB EXERCISE #3 Data Analysis - Buffering (25pts) Transformations in GIS are methods that transform GIS objects and databases into more useful products using

More information

Exercise1: Make a print map of Africa

Exercise1: Make a print map of Africa Exercise1: Make a print map of Africa Step 1 Open an existing Arcview project Step 2 Choose which geographic features are displayed on a map Step 3 Zoom in to an area you re interested in. Step 4 Label

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

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

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

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

GEO 465/565 Lab 6: Modeling Landslide Susceptibility 1 GEO 465/565 Lab 6: Modeling Landslide Susceptibility This lab will give you more practice in understanding and building a GIS analysis model. Recall from class lecture that a GIS analysis model is a

More information

Setting Up & Mapping Network Drives Skip this session if you re in the Data Lab

Setting Up & Mapping Network Drives Skip this session if you re in the Data Lab International Census Tutorial: Downloading, Joining & Mapping International Census Data Updated 8/29/2017 by Juan Taborda and Carolyn Talmadge for 10.5.1 Table of Contents SETTING UP & MAPPING NETWORK

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

Lab 3: Digitizing in ArcMap

Lab 3: Digitizing in ArcMap Lab 3: Digitizing in ArcMap What You ll Learn: In this Lab you ll be introduced to basic digitizing techniques using ArcMap. You should read Chapter 4 in the GIS Fundamentals textbook before starting this

More information

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS This tutorial will introduce you to the following: Websites where you may browse to find geospatial information Identifying spatial data, usable

More information

Basic Mapping: Livelihood Zones In Haiti

Basic Mapping: Livelihood Zones In Haiti Basic Mapping: Livelihood Zones In Haiti - 2009 Barbara Parmenter, revised by Carolyn Talmadge 9/10/2016 DATA SOURCES... 1 MAPPING NETWORK DRIVES OUTSIDE THE DATA LAB... 2 SETTING UP YOUR ARCMAP SESSION...

More information

NMCRIS Map Service Application Feature Editing

NMCRIS Map Service Application Feature Editing NMCRIS Map Service Application Feature Editing Exercise goal: Users will edit the polygonal boundaries for activities and resources in the NMCRIS Map Service. Important: This exercise is a sample presentation

More information

Converting census data into GIS data

Converting census data into GIS data Converting census data into GIS data For those interested in analyzing Canadian demographics data, census data can be downloaded directly from ODESI or the Canadian Census Analyser. In order to use the

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

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics Session 7 MS Word Graphics Inserting Clipart, and Graphics Modify graphics Position graphics Table of Contents Session 7 Working with Graphics... 1 The Toolbar... 1 Drawing Toolbar... 1 Picture Toolbar...

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

Anatomy of a Window (Windows 7, Office 2010)

Anatomy of a Window (Windows 7, Office 2010) Anatomy of a Window (Windows 7, Office 2010) Each window is made up of bars, ribbons, and buttons. They can be confusing because many of them are not marked clearly and rely only on a small symbol to indicate

More information

Importing GPS points and Hyperlinking images.

Importing GPS points and Hyperlinking images. Geol 3050 GIS for Geologists Exercise 15 Exercise 15 Making a Virtual Fieldtrip: Importing GPS points and Hyperlinking images. Due: Thursday, March 22. Goal: A) Get familiar with importing GPS points and

More information

Microsoft Word: Steps To Success (The Bare Essentials)

Microsoft Word: Steps To Success (The Bare Essentials) Microsoft Word: Steps To Success (The Bare Essentials) Workbook by Joyce Kirst 2005 Microsoft Word: Step to Success (The Bare Essentials) Page Contents 1 Starting Word 2 Save 3 Exit 5 Toolbars, Alignment,

More information

Getting Started with ArcGIS Background and Introduction

Getting Started with ArcGIS Background and Introduction Getting Started with ArcGIS Background and Introduction BACKGROUND ON ArcGIS SOFTWARE ArcGIS is a set of tools for collecting, storing, managing, analyzing, and representing geographic information. It

More information

ArcGIS 9. Using ArcReader

ArcGIS 9. Using ArcReader ArcGIS 9 Using ArcReader Copyright 2003 2004 ESRI. All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work

More information

GIS IN ECOLOGY: CREATING RESEARCH MAPS

GIS IN ECOLOGY: CREATING RESEARCH MAPS GIS IN ECOLOGY: CREATING RESEARCH MAPS Contents Introduction... 2 Elements of Cartography... 2 Course Data Sources... 3 Tasks... 3 Establishing the Map Document... 3 Laying Out the Map... 5 Exporting Your

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS Student name: Student ID: Table of Content Working with files, folders, various software and

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

ArcGIS. for Desktop. Tips and Shortcuts 10.1

ArcGIS. for Desktop. Tips and Shortcuts 10.1 ArcGIS 10.1 for Desktop Tips and Shortcuts Map Navigation Refresh and redraw the display. F5 Suspend the map s drawing. F9 Zoom in and out. Center map. Roll the mouse wheel backward and forward. Hold down

More information

TRAINING GUIDE. Mobile for Administrators Part 3 - GIS

TRAINING GUIDE. Mobile for Administrators Part 3 - GIS TRAINING GUIDE Mobile for Administrators Part 3 - GIS Mobile for Administrators - GIS One of the critical components of mobile is GIS, and it can also be the most complex. The mobile GIS maps are designed

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Mn/DOT MnCMAT Crash Analysis Application Help

Mn/DOT MnCMAT Crash Analysis Application Help Mn/DOT MnCMAT Crash Analysis Application Contents Login... 5 User Login Dialog... 5 Login... 5 Request Access Dialog... 5 Forgotten Password Dialog... 6 Create/Open Project... 7 Create/Open Project Dialog...

More information