In this exercise we will:

Size: px
Start display at page:

Download "In this exercise we will:"

Transcription

1 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 to the questions at the end of this document in a separate word document and place in your course section on the P drive folder. Name the document, [YOUR LAST NAME]_Ex2 P:\courses\spring2017\GEOG\GEOG316\001\hand-in OR P:\courses\spring2017\RGPL\RGPL316\001\hand-in In this exercise we will: Change the Symbology for datasets Understand the relationship between Table of Contents order and the display of the visual hierarchy within the data frame Manually select data from an attribute table based on a single characteristic Select data from an attribute table based on a single characteristic using the Select by Attribute Command Select data from an attribute table based on the geography of another dataset using the Select by Location Command Perform fundamental geoprocessing operations o Dissolve o Clip o Intersect Today we are going to focus on determining our Project Area. The watershed we will be preparing our plan for is the Two Lick Creek watershed. Following completion of Exercise 1, you should already have the land cover dataset added to your project and displayed in your data frame. Zoom to the visual extent of the Indiana County land cover dataset by right clicking on the title (text) of the dataset in the table of contents (TOC) and select Zoom to layer. This command will zoom to any dataset you choose to apply this command to. In other words, the zoom to layer command displays all of the data in a particular dataset in the data frame. Now turn off the display of the Indiana County_2006 land cover dataset (click the check mark in the TOC) and add more data into the project. Again, there are two easy ways to do this: 1) you can simply drag and drop from ArcCatalog to your TOC, or 2) use the add data button on the tool bar (The plus sign on top of the brownish square). Add the following datasets: County, Municipalities, streams, and watersheds. Each of these datasets will display using some default color scheme as well as filled in area colors for the polygon datasets. Let s change the symbology so that they are more intuitive and easier for us to understand visually. Again, like the land cover dataset, you can either: 1) right click on the title (text) in the TOC and choose Properties and then choose the symbology tab, then change the fill color as well as the outline color, or 2) you can go directly to the Symbol Selector window by double clicking on the symbol of the dataset that is displayed in the TOC. For this exercise, double click on the symbol for the County dataset. This should make the Symbol Selector window to appear. Explore the options in this window. After you ve poked around a bit, change the symbol for County to a solid black line with an outline width of 2.00 with no fill color leaving it hollow. NOTE: You must choose the No Color option to hollow out the dataset. Choosing the white option may make it appear as if it s hollow, but this is because the background of your data frame is, by default, white. NOTE: you can change the background color of your data frame (and what will eventually become your map) by going to the View menu Data Frame Properties Frame tab Background option. Depending on how you added the datasets above into the TOC, the order they are displayed may different from your classmates. Why is this the case? And why does this matter? ANSWER: This matters because how the data layers are displayed on top of each other in the dataframe is dependent on the order of the datasets listed in the TOC meaning the dataset that is at the top of the TOC list will be displayed on top of the next dataset in the TOC that is listed after it and so on, and so on, and so on. Get it? If not, read more below. After I turned off the land cover dataset and changed the symbology of the datasets we just added, my data frame looks like this:

2 But I want the order of the display of the datasets to be different. So I will simply drag and drop the layers in the TOC to represent the order (from bottom to top, or top to bottom) that I want the data to be displayed like. Make the data display in the data frame in this order, from top to bottom: County Munic Watersheds Streams. It should look like below: Do you see the difference? This order creates what cartographically is called the visual hierarchy.

3 Now we will choose the: watershed boundary streams within the watershed, and municipalities that intersect the watershed and, once again (!), there are many ways to do this Since we know what watershed we will be preparing maps for (Two Lick Creek), but we don t know where the geographic location is of the Two Lick Creek watershed (TLC) is, we will start by simply looking at the attribute table of the Watersheds dataset. To do this, right click on the Watersheds title (text) in the TOC. Then choose Open Attribute Table. A window displaying a database table should appear. This table contains all of the attributes associated with the Watersheds data. [REMEMBER: Columns (top to bottom) represent one particular attribute for the many entries in the database. Rows (side to side) represent one particular entry (feature) and all of the attributes for that entry within the database]. Explore all of the attributes in the table. These attributes are the fields listed in the header row of each column. For example, the first column displays the feature identification number for each entry in the database. This is represented in the table as a field entry titled FID in the header row of the first column. Next is Shape which tells you what kind of vector data model each entry is represented with. There are many other fields in the database many of them you may not know what they mean what would be your first step in trying to figure out what each of these fields represent? (I hope the first thing that came to your mind was, Oh! Metadata! Yeah! Metadata!) QUESTION: What does HUC mean? Now, let s go to the DESCR column. DESCR means description and this column, as you can see, lists all of the individual, discrete watersheds by their name. Scroll down and find TWO LICK CREEK WATERSHED. HINT: If you right click on the field name in the header row atop each column, a series of demands is available to you, including two sort commands check it out. Once you have found TWO LICK CREEK WATERSHED, you want to select it as the feature in the table that you want to isolate. You can t do this by clicking the individual cell within the table, you must go to the left side of the table and click on the grey square with the small triangle in the same row as the cell this should highlight all of the cells for that feature in the table with a turquoise color. If you don t see the entire row colored in with turquoise, try again. If you still don t see this, please stop and ask for assistance from your classmate or your lab instructor. Now go to the data frame the feature that you highlighted in the database table should now be highlighted with the same turquoise color within your data frame. Like this below:

4 Wow that s like magic! Seriously, this simple exercise should demonstrate to you the linkage between the tabular data (that means data in a table) and the shape data within a shapefile dataset. Now that we can see the watershed, we notice that it is not the complete drainage of TLC this feature only represents the drainage of the mainstem of TLC, not all of the contributing steams (tributaries) that make up the drainage of the watershed. We must dig deeper. Go back and open the Watersheds attribute table. In the STRMSHED column, we can see that there are many TWO LICK CREEK entries. STRMSHED is an attribute that describes the PADEP Designated Stormwater Management Watershed Name. How do I know this? (ahhh, yes metadata). So we want to choose all of the TLC entries in the STRMSHED column. How? Again, several ways. You can sort the column alphabetically and manually select the several entries. Let s try this first. Once sorted, click the row selector on the left side of the table that represents the first TLC entry. Hold down the shift key. Then go to the last row with the TLC entry in STRMSHED. Now all entries should be selected and both the table and data frame should look like below: Great! We have now delineated our project area! We want to make this subset of the Watersheds dataset its own dataset. Therefore, we will create a new shapefile from this selection. To do this, right click on the title (text) of Watersheds, go to Data, then Export Data. The Export Data window should appear with many options to choose from. We want to Export: Selected Features There are two other options here, investigate by using the pull down menu. Next it asks which coordinate system that you want to assign to this new shapefile. This is the GIS analyst s choice. Do you want the shapefile to be in the same coordinate system as the source data? Or of the data frame, which we assigned in the last exercise? My preference (and what I am asking you to do) is to choose the layer s source data. Why? Because we have already assigned the coordinate system of choice in the Data Frame Properties, therefore, the new shapefile will be projected using the ArcGIS on the fly projection utility. [NOTE: If you are to provide the data used in your project in the projection of the project, as a stipulation of the scope of work, then this option provides a way for you to easily re project data to the project coordinate system.] The next option is to what Output feature class you desire. We want to export the subset of the data we selected as a shapefile. The default data location path is probably not your home, or root, directory, and the default data export type is a geodatabase (.gdb). We need to change these. How? Use the folder button to the right of the data path window. From the Saving Data window, choose your project root directory in the Look in: pull down; name the dataset you will be creating ( TLC_watershed, for example); and change the default setting in Save as type: from File and Personal Geodatabase feature class to Shapefile. Then hit Save. Then OK. It then asks if you want toad the exported data to the map as a layer. If you click Yes, then the file will display in both the TOC and the data frame. Remember, once you do this, the.mxd file will save the path to access this data at the current settings. We dumped the new shapefile (TLC_watershed) in the shapefiles folder. If you want to move this file to a different folder in your data catalog, then choose No, then using ArcCatalog, move the file to a folder of your choosing (This reckons back to Exercise 1 get it?) With the new dataset in your TOC and displayed in your data frame, it should look like this:

5 Notice that the new dataset (TLC_watershed) is at the top of the TOC, thus it is displayed at the top of the visual hierarchy (on top of all other data in the data frame view). Ok, let s stop and re evaluate. We selected the features we wanted in the Watersheds dataset manually. This is easily done when there are relatively few entries to select but would this be the preferred method if there were hundreds or thousands of entries to select in a dataset? No. So how would we select the same entries in some automated way? ANSWER: Select by Attribute Let s do it. In the TOC, turn off the TLC_watershed dataset that we just made. The selected features from the Watersheds dataset are probably still highlighted in turquoise. If so, let s clear the selection by clicking the Clear Selected Features button on the toolbar. It looks like this: Now that all of the selections have been cleared, we are going to select them again using the Select by Attribute command. Go to the Selection menu Select by Attributes. Now we will use the window to construct a simple SQL (standard query language) command using Boolean operators. In Layer:, select Watersheds. In Method: we, again, will choose Create a new selection. Then in the next window pane, all of the fields of the table will be displayed. Navigate to the desired field (Which field will we be querying (questioning)? It will be the same one we used to select the features manually: STREMSHED. Click and highlight STRMSHED. Now we must construct our query. We want to select a particular value in the STREMSHED column, that being TWO LICK CREEK. (Are you following this? If not, ask questions). How do we select TWO LICK CREEK? We must choose the Get Unique Values button for all of the individual values to be displayed. Navigate and select TWO LICK CREEK. It should look like the window to the left: Now double click the selection (TWO LICK CREEK) in the pane. It will show in the window below that says, SELECT *FROM Watersheds WHERE: TWO LICK CREEK. Now your job is to properly construct the query. Use the verify button to tell you whether you have constructed a properly stated SQL statement. If you have properly queried the data using the Select by Attributes command, the selection of the Watersheds data should be highlighted in your data frame and should be identical as the watersheds you chose using the manual method. You can create a new dataset from this subset, but if it is the same as the previous, there is no need. This was an exercise to demonstrate the two different methods to select features in a dataset. Let s move on.

6 Clear the selections using the Clear Selected Features button. DISSOLVE Your task is to make one polygon feature of the subset TLC_watershed dataset. How? Use the Dissolve tool in the Geoprocessing menu. The goal of this task it to create a new shapefile that is one polygon not the many polygons features that are in the TLC_watershed dataset. Name this new dataset, TLCW_dissolve. QUESTION: How many features are there in the TLC_watershed dataset? I expect you to do this through trial and error. It may be frustrating at first, but this is the best way to learn how these operations work. USE THE HELP MENU ON THE RIGHT SIDE OF THE DISSOLVE WINDOW TO PROVIDE YOU INSTRCUTION ON WHAT THE VARIOUS OPTIONS ARE FOR THIS OPERATION. [You are on your own here work together with your classmates to figure this out. Of course, I will gladly assist you too, but the task if for you to struggle through this on your own before asking for assistance. Once you have created the file successfully, it should look like this: CLIP Use the Geoprocessing Menu to Clip the streams to the new TLCW_dissolve. Name the new stream file, TLCW_streams_CLIP and place it somewhere within your home/root directory. If successful, it will look like this: Now, in your TOC turn off all datasets other than the TLCW_streams_CLIP, TLCW_dissolv e, County, and Munic. Also, if you haven t done so already, change the symbology of the TLCW_streams_CLIP data. I suggest that you choose a blue that you will be using for water the same that you used in Indiana_County_2006 land cover dataset, with a weight of 1. Also change the symbology for TLCW_dissolve. I suggest that you choose no color for the fill, anduse a red line with a weight of 2. Your data frame should look like this: INTERSECT Your last task is to select the municipalities that intersect our project area (TLCW). Use the Select by Location command in the Selection menu. In the Select by Location window, our Selection method: will be the default select features from We will be selecting features from Muni. NOTE: be sure to un select other features in the Target layer(s): pane if there checked off but not of your doing. Sometime the software will choose the last dataset you made selections from for you by default (I hate that ). Our source layer will be TLCW_dissolve. Now it is up to you to choose the proper Spatial Selction method:. REMEMBER: we want to select the municipalities that intersect the watershed. This is NOT the same as CLIP. We want to select them in their entirety. Your data frame should look like this: Now create a new shapefile called, TLCW_munis_INTERSECT by right clicking on Munis, going to data and following the same procedure as we did above for the TLC_watershed dataset. Your final data frame should look like below:

7 Fantastic! You have just completed basic geoprocessing of spatial data in ArcGIS 10! Now, answer the following questions and submit them in a word document placed on your S: drive folder. (Please re state the question in your documents prior to listing your anweres.) What does HUC mean? How many features are there in the TLC_watershed dataset? How many municipalities intersect the TLC watershed? Please list each of the municipalities that intersect the Project Area. Place a screenshot of the final view in the data frame (it should look like the last graphic above) in your word document. To place a screenshot of the ArcGIS GUI in a word document, simply press the Print Screen button at the top right of your keyboard. Then, in the word document, paste. You can crop the image by double clicking and choosing the crop option in the File Size option. This should automatically appear after you double click on the image in the word document. Congratulations!

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

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

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

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

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

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

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

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

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

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

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 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

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

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

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map *You will need a computer with ESRI ArcGIS Desktop version 9.3 or higher installed* Data Download 1. Save the zipped folder with

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

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station

CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station CE 549 Lab 1 - Linking Streamflow Data to a Gauging Station Prepared by Venkatesh Merwade Lyles School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The objective of

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

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

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

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

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

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

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

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

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

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcGIS Procedures NUMBER OPERATION APPLICATION: TOOLBAR 1 Import interchange file to coverage 2 Create a new 3 Create a new feature dataset 4 Import Rasters into a 5 Import tables into a PROCEDURE Coverage

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

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

Swan Creek BMP Retrofit Database User s Manual

Swan Creek BMP Retrofit Database User s Manual Swan Creek BMP Retrofit Database User s Manual Toledo Metropolitan Area Council of Governments Lucas County Soil and Water Conservation District September, 2012 This project was funded through the Lake

More information

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3.

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3. Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose The purpose of this document is to outline basic functionality of the DANC Internet

More information

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild GIS Basics and the ArcGIS Environment Helen Goodchild Overview of Geographic Information Systems Geographical Information Systems (GIS) are used to display, manipulate and analyse spatial data (data that

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

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

A Second Look at DEM s

A Second Look at DEM s A Second Look at DEM s Overview Detailed topographic data is available for the U.S. from several sources and in several formats. Perhaps the most readily available and easy to use is the National Elevation

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 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile

Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile Environmental GIS Prepared by Dr. Zhi Wang, CSUF EES Department Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile These instructions enable you to clip a raster layer in ArcMap

More information

Delineating the Stream Network and Watersheds of the Guadalupe Basin

Delineating the Stream Network and Watersheds of the Guadalupe Basin Delineating the Stream Network and Watersheds of the Guadalupe Basin Francisco Olivera Department of Civil Engineering Texas A&M University Srikanth Koka Department of Civil Engineering Texas A&M University

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

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 GIS 2011

Introduction to GIS 2011 Introduction to GIS 2011 Digital Elevation Models CREATING A TIN SURFACE FROM CONTOUR LINES 1. Start ArcCatalog from either Desktop or Start Menu. 2. In ArcCatalog, create a new folder dem under your c:\introgis_2011

More information

ArcGIS Drivers Permit. Using ESRI ArcView 10 and NH GRANIT Data

ArcGIS Drivers Permit. Using ESRI ArcView 10 and NH GRANIT Data ArcGIS Drivers Permit Using ESRI ArcView 10 and NH GRANIT Data UNH Cooperative Extension September 2011 Original Draft: September 2011 Exercise manual by: Anne Deely University of New Hampshire Cooperative

More information

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques Introduction to Geospatial Technology Lab Series Lab: Basic Geospatial Analysis Techniques Document Version: 2012-08-24 Lab Author: Richard Smith Organization: Copyright 2003-2012 Center for Systems Security

More information

Building Vector Layers

Building Vector Layers Building Vector Layers in QGIS Introduction: Spatially referenced data can be separated into two categories, raster and vector data. This week, we focus on the building of vector features. Vector shapefiles

More information

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS Background: In 2006, the Centre for Catchment and Coastal Research purchased 40 cm resolution aerial photography for the whole of Wales. This product was

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering

George Mason University Department of Civil, Environmental and Infrastructure Engineering George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner December 2015 Revised by Brian Ross July 2016 Exercise Topic: GIS

More information

Activity: Using Mapbook

Activity: Using Mapbook Activity: Using Mapbook Requirements You must have ArcMap for this activity. Preparation: Download Mapbook. The download page is intimidating. Just scroll to the bottom and find the Download Now place.

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

As a GIS technician, your job will be to take the available data and develop suitability maps for the site.

As a GIS technician, your job will be to take the available data and develop suitability maps for the site. Study Guide: Geographic Informations Systems Area: Land-use Analysis with ArcView 3.x Subject: Using Soil maps to Assess site suitability Objectives: Upon completing this study guide you should be able

More information

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools Prepared by Venkatesh Merwade School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The

More information

Working with Events in ArcGIS 8.2

Working with Events in ArcGIS 8.2 Working with Events in ArcGIS 8.2 This tutorial is a companion to the article, Understanding Dynamic Segmentation: Working with Events in ArcGIS in the October December 2002 issue of ArcUser magazine.

More information

USING DATA DRIVEN PAGES

USING DATA DRIVEN PAGES USING DATA DRIVEN PAGES Mid-West ESRI Utility User s Group Conference March 26, 2014 Presented by: Hillary Bjorstrom, GIS Analyst STAR Energy Services LLC Alexandria, Minnesota EXERCISE 1 CREATING A GRID

More information

Extracting Inventory History Information from the Land & Resource Data Warehouse (LRDW)

Extracting Inventory History Information from the Land & Resource Data Warehouse (LRDW) Extracting Inventory History Information from the Land & Resource Data Warehouse (LRDW) The following instructions will illustrate how to extract inventory history information from the Land & Resource

More information

Feature Analyst Quick Start Guide

Feature Analyst Quick Start Guide Feature Analyst Quick Start Guide River Extraction River extractions are much like road extractions, in that you are trying to identify a continuous object running through other features within your image.

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

Using Census Data to Calculate Social Inequality in Colombia

Using Census Data to Calculate Social Inequality in Colombia Using Census Data to Calculate Social Inequality in Colombia Written by Carolyn Talmadge, February 8, 2017 What is Social Inequality?... 1 Accessing the Data... 2 Understanding the Metadata & Attribute

More information

Welcome to the Surface Water Data Viewer!

Welcome to the Surface Water Data Viewer! 1 Welcome to the Surface Water Data Viewer! The Surface Water Data Viewer is a mapping tool for the State of Wisconsin. It provides interactive web mapping tools for a variety of datasets, including chemistry,

More information

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Operations Support Team (GOST) Katie McWilliams kmcwilliams@worldbankgroup.org GOST@worldbank.org 0 Using OSM for Network

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

Making the Most of Raster Analysis with Living Atlas Data. Aileen Buckley, PhD, Research Cartographer Esri - Redlands

Making the Most of Raster Analysis with Living Atlas Data. Aileen Buckley, PhD, Research Cartographer Esri - Redlands Making the Most of Raster Analysis with Living Atlas Data Aileen Buckley, PhD, Research Cartographer Esri - Redlands Spatial Analysis with Online Data Your Desktop Web Device Never scrounge for or download

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

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

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

Compilation of GIS data for the Lower Brazos River basin

Compilation of GIS data for the Lower Brazos River basin Compilation of GIS data for the Lower Brazos River basin Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka, and Lauren Walker Department of Civil Engineering October 2, 2006 Contents: Brief Overview

More information

Lab.4 & Assignment 2. Lab4. Conversion of Hardcopy Map to ArcGIS Map

Lab.4 & Assignment 2. Lab4. Conversion of Hardcopy Map to ArcGIS Map EATS4400 GIS Lab.4 & Assignment 2 Lab4 Conversion of Hardcopy Map to ArcGIS Map In this lab exercise you will have chance to go through the steps to convert hardcopy map into digital map for ArcGIS. Digitizing

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

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

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

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I)

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) DEPARTMENT OF GEOGRAPHY HONG KONG BAPTIST UNIVERSITY Prof. Q. Zhou GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) Objectives Before we can use GIS for any analysis

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

Extracting RESULTs Information from the Land & Resource Data Warehouse (LRDW)

Extracting RESULTs Information from the Land & Resource Data Warehouse (LRDW) Extracting RESULTs Information from the Land & Resource Data Warehouse (LRDW) The following instructions will illustrate how to extract inventory Results information from the Land & Resource data Warehouse

More information

Creating a Smaller Data Set from a Larger Data Set Vector Data

Creating a Smaller Data Set from a Larger Data Set Vector Data Creating a Smaller Data Set from a Larger Data Set Vector Data Written by Barbara Parmenter, revised by Carolyn Talmadge January 16, 2015 USING THE SELECTION METHOD QUICK METHOD BY CREATING A LAYER FILE...

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

Downloading Census Boundary Files Using Scholars GeoPortal Map and Data Library, Summer 2016

Downloading Census Boundary Files Using Scholars GeoPortal Map and Data Library, Summer 2016 Downloading Census Boundary Files Using Scholars GeoPortal Map and Data Library, Summer 2016 This exercise will showcase how to use Scholars GeoPortal to extract Census Tract (CT) census geography for

More information

Search & Rescue Map Specifications and Production Workflows

Search & Rescue Map Specifications and Production Workflows Search & Rescue Map Specifications and Production Workflows About The Search & Rescue map product and production procedures discussed in this document can be utilized to support search, rescue, and relief

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

Downloading and Repairing Data

Downloading and Repairing Data Overview In this exercise you will find and download spatial data for the town of Lowville in Lewis County, New York. The general idea of the exercise has changed from one of simply downloading data and

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

Feature Analyst Quick Start Guide

Feature Analyst Quick Start Guide Feature Analyst Quick Start Guide Change Detection Change Detection allows you to identify changes in images over time. By automating the process, it speeds up a acquisition of data from image archives.

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

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

GIS BASICS. GIS Foundations 2. Kevin Kuhn & Jennifer Smith WV GIS Technical Center (www.wvgis.wvu.edu)

GIS BASICS. GIS Foundations 2. Kevin Kuhn & Jennifer Smith WV GIS Technical Center (www.wvgis.wvu.edu) GIS BASICS GIS Foundations 2 Kevin Kuhn & Jennifer Smith WV GIS Technical Center (www.wvgis.wvu.edu) Page 1 GIS BASICS Course Overview This course is designed to provide an overview of the basic building

More information

QGIS LAB SERIES GST 102: Spatial Analysis Lab 3: Advanced Attributes and Spatial Queries for Data Exploration

QGIS LAB SERIES GST 102: Spatial Analysis Lab 3: Advanced Attributes and Spatial Queries for Data Exploration QGIS LAB SERIES GST 102: Spatial Analysis Lab 3: Advanced Attributes and Spatial Queries for Data Exploration Objective Understanding Attribute Queries and Spatial Queries Document Version: 2014-06-19

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

Georeferencing Soil Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

Georeferencing Soil Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data Georeferencing Soil Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data These procedures outline: A. Obtaining soil maps. B. Downloading boundary files. C. Uncompressing

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

Ex. 4: Locational Editing of The BARC

Ex. 4: Locational Editing of The BARC Ex. 4: Locational Editing of The BARC Using the BARC for BAER Support Document Updated: April 2010 These exercises are written for ArcGIS 9.x. Some steps may vary slightly if you are working in ArcGIS

More information

Using LIDAR to Design Embankments in ArcGIS. Written by Scott Ralston U.S. Fish & Wildlife Service Windom Wetland Management District

Using LIDAR to Design Embankments in ArcGIS. Written by Scott Ralston U.S. Fish & Wildlife Service Windom Wetland Management District Using LIDAR to Design Embankments in ArcGIS Written by Scott Ralston U.S. Fish & Wildlife Service Windom Wetland Management District This tutorial covers the basics of how to design a dike, embankment

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

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4 Data Assembly, Part II GIS Cyberinfrastructure Module Day 4 Objectives Continuation of effective troubleshooting Create shapefiles for analysis with buffers, union, and dissolve functions Calculate polygon

More information

Calculate a Distance Matrix of Locations along River Network

Calculate a Distance Matrix of Locations along River Network Calculate a Distance Matrix of Locations along River Network These instructions enable you to measure the length of line segments between points, which is much more useful than simple straight-line distances

More information

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Imagine for a moment that digital cartographic databases were a perfect analog of the paper map. Once you digitized

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

USA Census Tutorial Downloading & Mapping American Factfinder Census Data for use in ArcMap

USA Census Tutorial Downloading & Mapping American Factfinder Census Data for use in ArcMap USA Census Tutorial Downloading & Mapping American Factfinder Census Data for use in ArcMap Written by Barbara Parmenter, revised by Carolyn Talmadge on September 12, 2017 for ArcMap 10.5.1 Tufts Data

More information

Introduction to ArcGIS for Brushy Creek

Introduction to ArcGIS for Brushy Creek Introduction to ArcGIS for Brushy Creek Course exercise for CE 374K Hydrology University of Texas at Austin Prepared by Sili Liu and David R. Maidment January, 2012 DESCRIPTION A geographic information

More information

Lab 3: Digitizing in ArcGIS Pro

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

More information

In order to follow this set of directions you will need the following

In order to follow this set of directions you will need the following How to Create Maps & Figures in ArcView 9x In order to follow this set of directions you will need the following 1) the Jenny s Louisiana GIS Instructional CD 2) a computer with ArcGIS on it (version 9.0

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