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

Size: px
Start display at page:

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

Transcription

1 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 simple rules. These operations for the basis for many applications, because they are capable of revealing aspects that are not immediately visible or obvious. By applying transformations to your data, you can create new information that may be useful in solving a problem or answering a question. One of the more common transformations available in GIS is the Buffer operation. In this lab exercise, the buffer operation will be used to create new information that will answer a question. The Scenario: Ingrid has started a business selling used textbooks and she wants to target students for her next advertising mailer. She knows that a large percentage of GC students live within 10 miles of the campus. So, since Ingrid doesn t have a lot of cash flow, she only wants to send out fliers to those zip codes within 10 miles of the campus. The Question: What zip codes are within a 10 mile radius of the GC campus? Data Required: Campus location data (from your Lab3Data folder downloaded from the class website) Note: This folder includes GCroad.gpx GCfeatures.gpx GCcampus.jpg and requires that the gpx files be converted to.txt format by following steps contained within the GPS to GIS tutorial. Moreover the GCcampus.jpg file needs to be georeferenced (following instructions given previously) and saved as a.tiff. Zip codes data (from Sandag, under the Miscellaneous category) County Boundary data (for reference, also from Sandag, under the Jurisdiction category) LAB INSTRUCTIONS: Create a polygon layer of : 1. Create a folder on your USB drive titled campus. 2. Next, you will create a new polygon Shapefile named Grossmont. To do this, open ArcCatalog. In the Catalog Tree, navigate to your newly created folder and highlight it (by doing so, you are defining the workspace.) This will be the new directory for the new 1

2 shapefile. Now, select <File>, <New>, <Shapefile>. Name the new shapefile Grossmont. Change the feature type to Polygon. Click on <Edit> to select the same coordinate systems that was used when collecting GPS data for the.gpx files (Geographic Coordinate System, NAD83). Your new shapefile (Grossmont.shp) will be created and stored in your campus folder. 3. Open ArcMap with a new empty map. Add the grossmont.shp file to the map. Note that this layer will be blank, since there isn t any attribute data or features associated with it. We can create a polygon feature of the campus using the GCroad data as a reference along with the tools within the Editor Toolbar. First, let s add the GPS coordinates (see next paragraph). NOTE: Before you proceed any further, all of the lab #3 data MUST be located in the Campus folder (This includes your unzipped data from the class website and the data you downloaded from SanDAG). Use ArcCatalog to move the lab #3 data files to the Campus folder. Without consolidating your data into one folder, you will not be able to edit data or use some of the tools to work with the data. Editing will not be activated when layers within the map are stored in different folders (aka: workspaces ). If your GCroad and GCFeature tables are still in.gpx format, convert these files to.txt format and save in your Campus folder (follow instructions from your GPS to GIS tutorial handout if you don t remember how to do this). In ArcMap, select File, then Add Data, then Add XY Data... In the Add XY Data window, select the GCroad.txt file located within the Campus folder you downloaded from the class website. Then, follow instructions within the GPS to GIS tutorial to import the coordinates within ArcMap. 4. Now, let s convert the GCroad.txt XY data to a shapefile. In the Table of Contents window, right-click once on GCroad.txt Events to bring up the context menu and then choose Data, then Export Data. Export all features using the layer s source data. Then, under Output Feature Class, navigate to the Campus folder and name the output GCperimeter. 2

3 Choose Shapefile as the Save as File Type, then save. Add the new shapefile (GCperimeter) to the map and remove the XY data (GCroad.txt Events). Note: To save time, add the GCfeatures.txt file to ArcMAP and repeat the steps above (in step #4) to also convert the GCfeatures.txt XY data to a shapefile. 5. We can now use the GCperimeter shapefile and the Editor Toolbar to create a polygon of the campus that can be saved to our Grossmont.shp polygon shapefile. First, move the Grossmont shapefile in the table of contents to be directly below the GCperimeter shapefile. Click once on the Grossmont shapefile in the Table of Contents to highlight it. Then, click on the Editor Toolbar button to open the toolbar. Click on the Editor dropdown box in the Toolbar and select Start Editing. The Create Features window will open. Select the Grossmont from the Create Features list to initiate editing of the grossmont.shp polygon file. At the bottom of the Create Features window, choose the Polygon construction tool. 6. An editor toolbar should appear within the data window, or within the ArcMap bar at the top. In the Editor Toolbar, select the Straight Segment tool (if it is not already selected). 7. If you move your cursor over the map interface with the Straight Segment Tool active, a crosshair will appear. You will now connect the dots using the points within the GCperimeter layer to create a polygon that represents. Click once on one of the points within the GCperimeter shapefile. Then, move to the next adjacent point and click once on it to create a segment between the two points. Continue drawing line segments from one point to the next until you return to the point you started with. See notes and warnings before you start... 3

4 Note#1: If, in the process of connecting the dots, you have to temporarily stop to use the Pan tool or the Zoom tool, then go back to the Create Features window and re-select the Polygon construction tool. Note #2: If you accidentally make an error and add a vertex off of one of the points, right-click in the map space and select Delete Vertex. Warning: When you return to the first point to close the polygon, double-click (this is the origin/endpoint). 8. When you are finished, select the Editor dropdown button and click on Stop Editing. You will be prompted to save the edits. Click YES to save the edits. You have now created a polygon of the perimeter of saved within the grossmont.shp shapefile. You are done using the GCperimeter points as a reference to draw the campus polygon. Thus, you can remove it from the map window. In the table of contents, right-click on GCperimeter and click Remove. The point shapefile will be removed, but the new polygon of the campus will remain. Change the symbology of the Grossmont shapefile to remove the fill (hollow) and make the polygon border bold (outline width of 2) and red. Label the polygon. Note: You don t currently have this label stored within the shapefile, and thus you cannot label it until you edit the attribute table to add-in the label (see instructions below). Open the attribute table for the Grossmont layer. In the top-left corner, select the Table Options icon and choose Add Field. For the Field Name, type Name. For the Field Type, choose Text. Then, click OK. To type within the Name field that has been added to the attribute table, you must first Start Editing using the Editor Toolbar. Click on this tool and Start Editing. When the Create Features window opens, choose the Grossmont shapefile from the list. Don t bother to choose a construction tool as you 4

5 will not be drawing another feature. Instead, go back to the attribute table for the Grossmont layer and double click in the cell under the Name field to be able to enter text into it. Type. Back on the editor toolbar, choose Editor, then Stop Editing, then Save Edits. Close the toolbars and now label the Grossmont polygon using the Name field. Change the label text color to match the polygon outline color (red). Using the Buffer Tool: In this next exercise, we will import San Diego County Zip Codes Data from Sandag and display it with our grossmont.shp data. Then, we will try to determine what zip codes are within a 10- mile radius of the campus to identify the best locations to mail out the advertisements. 9. If you have not already done so, download the Zip Codes shapefile from SanDAG Save the Zip Codes shapefile to the Lab3Data folder Unzip it within Windows Explorer. Using ArcCatalog, move all of the contents within the Zip_Codes folder to the Campus folder. Add the Zip Codes shapefile (Zip_Codes.shp) to ArcMAP. To visualize the extent of the zip codes data, right-click on the Zip_Codes layer and click on Zoom to Layer. 10. Move the Grossmont layer to the top of the Table of Contents list so that it will display on top of the zip codes layer. 5

6 11. In ArcToolbox, select Analysis Tools, Proximity, then Buffer. The Buffer window will open. Perform the following to execute the buffer tool. The buffer tool will create a new polygon shapefile containing a new polygon that represents the zone around Grossmont College within 10 miles. In the Buffer window, select Grossmont as the Input Feature. For the Output Feature Class (i.e., the name and save location of the new file that will be created by this process), change it to your Campus folder, and name it GCbuffer10 (click save). For Distance, select Linear Unit. Enter 10 in the box below Linear Unit. Change units to miles using the drop-down menu. Then click OK. After a brief pause, a status bar will appear at the bottom of the map window, then the results will be displayed in the table of contents. 12. The results are a buffer polygon layer of 10 miles from the center of campus. Change the symbology of the GCbuffer10 shapefile to hollow with a bold perimeter (outline width of 2) using a color that stands out (but not red). Zoom to the GCbuffer10 layer to see the 10 mile buffer around the campus. 13. Now, let s select those zip codes that are, at least partially, within the 10-mile radius of the campus. At the top of ArcMap, click on Selection, then Select by Location. Under the Selection Method: drop-down menu, choose add to the currently selected features in. Under Target Layers, check the box next to Zip_Codes. Under the Source Layer drop-down menu, select GCbuffer10. Under the Spatial Selection Method: drop-down menu, select Target layer features intersect the Source layer feature. Then, click OK. 6

7 Right-click on the zip codes layer and choose Zoom to Layer to view the extent of the selected zip codes within the County that fall (at least partially) within a 10-mile radius of the county. 14. To see a list of the zip codes selected, open the Zip_Codes attribute table. Then, at the bottom of the Attributes window, click on the Show Selected Records button. All of the zip codes that fall at least partially within a 10-mile radius of the campus are displayed and highlighted. Write down how many different zip codes are found within a ten mile radius of the campus. (Note: This is also the answer to Question 21-a) 15. Now, you can separate those polygons representing the zip code areas within 10 miles of the campus from those other zip codes outside of the 10-mile radius by exporting the selected zip code polygon features to a new shapefile. To do this From the Zip Codes layer context menu, select Data, then Export Data. From the Export: drop-down menu, choose Selected Features. Use the same coordinate system as the zip codes layer (i.e., use the same coordinate system as this layer s source data ). For the Output Feature Class, choose the Campus Folder and title the new shapefile GCzipTen.shp. Click Yes to add the data to the map. Remove the full Zip_Codes shapefile from the map. Label the GCzipTen layer using the Zip field. 16. Organize your table of contents in the following order: GCBuffer10 (Top) Grossmont GCZipTen County Boundary (Bottom) 17. Zoom to a scale of 1:250,000 (you can type the scale value in the scale box in the main menu at the top of the ArcMap interface). Using the pan tool, center the map on Grossmont College. 7

8 18. Save the map as a PDF (File, Export Map, save as type = PDF) and name it <GcZip10lastname.pdf> Adding additional data to the campus and performing additional analysis: Now that you have some familiarity with creating new shapefiles, importing xy coordinates, converting those coordinates to shapefiles, creating features, and generating buffers, you can add additional data to the campus layer with ease! 19. In the grossmont.shp shapefile, create an additional polygon for the new science lab building (aka: Building 30 ; the building that the GIS lab is located within), using the GCfeatures data and the GCcampus.jpg (note: you will have to geo-reference this image and save it as a.tiff before it can be used) for reference and the same methods as used above: Imagine that a chemical reaction within one of the chemistry labs in building 30 has resulted in a mandatory evacuation of the building and all area within 100 feet of the perimeter of the building. o Buffer building 30 at a distance of 100 feet to identify the EVACUATION ZONE. o Create an additional field in the attribute titled NAME and in the cell for the buffered zone around building 30, type, Evacuation Zone. Then, use the NAME field to label the evacuation zone polygon. o Are there any other buildings that fall within the evacuation zone that would be required to evacuate? If so, which ones? (to identify the building/s that may be affected, reference the campus map at o Using the same symbology and display conventions as done previously in this lab (for the other PDF), save this map on your USB drive as a PDF and name it <GcEvaclastname.pdf>. Note: Your map should include the GCcampus.tiff that you created, the new polygon shapefile of building 30, and the new buffered shapefile of building 30 8

9 that highlights the evacuation zone. Each of your shapefiles should be labeled and symbolized to effectively convey your results. Sending results to your instructor: 20. Attach both your GcZip10 PDF and your GcEvac PDF to an titled <LX3lastname>. 21. Within the that contains your attachments, send your instructor the following: a. The answer to question 14. (how many zip codes within a 10 mile radius) b. The answer to question 19. (which other buildings, if any, are within evacuation zone) NOTES: 9

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

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

GPS to GIS Tutorial Exploration of Native Plants

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

More information

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

_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

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

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

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

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

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 Virtual Workshop: Buffering

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

More information

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

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

GIS Basics for Urban Studies

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

More information

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

REDI 5.0 User Manual

REDI 5.0 User Manual REDI 5.0 User Manual OBJECTIVE: REDI (Regional Economic Development Information System) provides a quick, convenient and easy way of accessing the City of San Diego Business Incentive Zones (BIZ) information.

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

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

Out of the Office and Into the Field: Introduction to ArcPad and ArcPad Application Builder

Out of the Office and Into the Field: Introduction to ArcPad and ArcPad Application Builder Out of the Office and Into the Field: Introduction to ArcPad and ArcPad Application Builder A Yale Map Collection GIS Workshop Preparing For the Tutorial 1. Navigate to the C:\Temp folder on your harddrive.

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 4: Import Tabular GPS Data and Digitizing

Exercise 4: Import Tabular GPS Data and Digitizing Exercise 4: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

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

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

GEO 465/565 Lab 5 GPS Data Collection & Mapping. Collecting Waypoints in the Field

GEO 465/565 Lab 5 GPS Data Collection & Mapping. Collecting Waypoints in the Field Page 1 of 11 GEO 465/565 Lab 5 GPS Data Collection & Mapping Collecting Waypoints in the Field This exercise is designed to familiarize you with several key features of a standard consumer grade GPS. Using

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

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

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

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

Exercise 5: Import Tabular GPS Data and Digitizing

Exercise 5: Import Tabular GPS Data and Digitizing Exercise 5: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

More information

Lab 6: Transforming Spatial Data

Lab 6: Transforming Spatial Data Lab 6: Transforming Spatial Data Objectives: The primary objectives of this lab are to georeference a raster dataset and to create GIS data by digitizing features from an image as a backdrop. Specifics:

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

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

Georeferencing a Scanned Map Image (FIP maps)

Georeferencing a Scanned Map Image (FIP maps) MAP, DATA & GIS LIBRARY maplib@brocku.ca Georeferencing Scanned FIP Maps ArcMap Georeferencing a Scanned Map Image (FIP maps) These instructions offer an exercise in georeferencing historical scanned map

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

1. Preparing the base map. 2. Creating new shapefiles. Collecting Spatial Data by Digitizing

1. Preparing the base map. 2. Creating new shapefiles. Collecting Spatial Data by Digitizing Topics: 1. Preparing the base map 2. Creating new shapefiles 3. Digitizing Features 4. Modifying Existing Features 5. Adding Data Fields and editing Feature Attributes 6. Displaying and Labelling features

More information

Geology & Geophysics REU GPS/GIS 1-day workshop handout #2: Importing Field Data to ArcGIS

Geology & Geophysics REU GPS/GIS 1-day workshop handout #2: Importing Field Data to ArcGIS Geology & Geophysics REU GPS/GIS 1-day workshop handout #2: Importing Field Data to ArcGIS In this lab you ll start to use some basic ArcGIS routines. These include importing GPS field data and creating

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

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

Exporting from GIS 9.0 to AutoCAD

Exporting from GIS 9.0 to AutoCAD Exporting from GIS 9.0 to AutoCAD Once a map file is created in GIS with all the desired layers, selected data within a pre-defined boundary can be exported as a AutoCAD.dwg file. Setting up clip boundary

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

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

Field Validation. Background: Initial concept: 1 st step:

Field Validation. Background: Initial concept: 1 st step: Field Validation Background: When creating complex GIS databases, it is essential that all or a significant portion of the digitized (or acquired) data should to be validated; this is done with various

More information

OnCOR Silverlight Viewer Guide

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

More information

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

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

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

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

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS Table of Contents 1. Prepare Data for Input... 1 2. ArcMap Preliminaries... 2 3. Adding the Point Data... 2 4. Set Map Units... 3 5. Styling Point Data: Symbology... 4 6. Styling Point Data: Labels...

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

How to access other maps when viewing or editing a map

How to access other maps when viewing or editing a map How to access other maps when viewing or editing a map When you're viewing a map, you can also view and access other maps by clicking the Map Views in the upper right corner: The drop-down list in the

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

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

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

GIS Intro for G&G 304

GIS Intro for G&G 304 Geog_And_Epid.Doc Page 1 of 21 GIS Intro for G&G 304 Objectives By the end of this tutorial, you should understand: How to Open spatial data in ArcMap How to create a spatial data layer from tabular coordinates

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

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

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

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

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

ArcMap and Google Earth

ArcMap and Google Earth ArcMap and Google Earth Prepared by Andrew Hobby CVEN 658 November 25, 2008 Contents: Brief Overview of Google Earth Goals of Exercise Computer and Data Requirements Procedure: 1. Creating a KML File 2.

More information

Measuring Area/Length of Organisms with GIS

Measuring Area/Length of Organisms with GIS Measuring Area/Length of Organisms with GIS These instructions enable you to measure the length and area of microscopic organisms in ArcGIS from digital photographs. The four-step process involves: georeferencing

More information

How to calculate population and jobs within ½ mile radius of site

How to calculate population and jobs within ½ mile radius of site How to calculate population and jobs within ½ mile radius of site Caltrans Project P359, Trip Generation Rates for Transportation Impact Analyses of Smart Growth Land Use Projects SECTION PAGE Population

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

Guide to Mapping Website (Public) December 2016 GC_236594

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

More information

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

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

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/2017 for ArcMap 10.5.1 DATA SOURCES... 1 MAPPING NETWORK DRIVES OUTSIDE THE DATA LAB... 2 SETTING UP

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 240 Lab 8 Assignment Using GPS to Collect Spatial Data of Forest Management Introduction to Computing in Natural Resources

FOR 240 Lab 8 Assignment Using GPS to Collect Spatial Data of Forest Management Introduction to Computing in Natural Resources FOR 240 Lab 8 Assignment Using GPS to Collect Spatial Data of Forest Management Introduction to Computing in Natural Resources In this lab, we are going to use the GPS to collect timber cruising data.

More information

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing HGIS Workshop Module 1 Georeferencing Large Scale Scanned Historical Maps Objective: Learn the Principles of Georeferencing 1) In ArcMap, open the project 01 data\arcdata_10_1\arcdata\toronto\georeference.mxd

More information

Lab#6: Editing Shapefiles With ArcMap. create a point layer from a text file, then join a table to your point attribute table

Lab#6: Editing Shapefiles With ArcMap. create a point layer from a text file, then join a table to your point attribute table NRM338 Fall 2018 Lab#6 Page#1 of 17 In this lab, you will Lab#6: Editing Shapefiles With ArcMap create a point layer from a text file, then join a table to your point attribute table create hyperlinks

More information

Georeferencing and Digitizing

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

More information

Objective: To be come more familiar with some more advanced applications in ArcGIS.

Objective: To be come more familiar with some more advanced applications in ArcGIS. Advanced Procedures in ArcGIS 2005 SPACE Workshop OSU Author: Jason VanHorn Purpose: Having gone through Getting to know ArcGIS, you are now ready to do some more advanced applications. In this lab you

More information

This will display various panes in a window.

This will display various panes in a window. Map Map projections in ArcMap can be a bit confusing, because the program often automatically reprojects data for display, and there are a ways to permanently project data to new data sets. This describes

More information

Field Validation Exercise

Field Validation Exercise Field Validation Exercise Background: When creating complex GIS databases, it is essential that all or a significant portion of the digitized (or acquired) data should to be validated; this is done with

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

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

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

Global Positioning Systems (GPS) An Overview of Pathfinder Office & Trimble Juno

Global Positioning Systems (GPS) An Overview of Pathfinder Office & Trimble Juno Global Positioning Systems (GPS) An Overview of Pathfinder Office & Trimble Juno Introduction PCC would like to provide campus maps to current and prospective students, as well as visitors to the campus

More information

Getting Started with GIS using ArcGIS 10.6 What is GIS? and - Module 1 Creating a map document

Getting Started with GIS using ArcGIS 10.6 What is GIS? and - Module 1 Creating a map document Getting Started with GIS using ArcGIS 10.6 What is GIS? and - Module 1 Creating a map document Marcel Fortin Map & Data Library mdl@library.utoronto.ca 2018 http://mdl.library.utoronto.ca This workshop

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

Tutorial 7: Adding Features and Editing Line and Polygon Layers

Tutorial 7: Adding Features and Editing Line and Polygon Layers Tutorial 7: Adding Features and Editing Line and Polygon Layers Tutorial Content 7.1. When should I use a line layer to represent data? 7.2. How do I add line features? 7.3. How to use the snapping tool?

More information

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

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

More information

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

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

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

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

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

New Media in Landscape Architecture: Advanced GIS

New Media in Landscape Architecture: Advanced GIS New Media in Landscape Architecture: Advanced GIS - Projections and Transformations - Version 10.2, English ANHALT UNIVERSITY OF APPLIED SCIENCES Hochschule Anhalt Author: Dr. Matthias Pietsch Tutorial-Version:

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

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

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

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro Station Analysis (parts 1 & 2) What You ll Learn: - Practice various skills using ArcMap. - Combining parcels, land use, impervious surface, and elevation data to calculate suitabilities for various uses

More information

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32 CONTENTS CONTENTS 1 INTRODUCTION 3 SCENARIO 3 WHAT WILL I LEARN? 3 WHAT DATA DO I HAVE? 4 ARCGIS 5 ARCMAP 6 ARCCATALOG 8 ARCTOOLBOX 9 START ARCMAP 11 IMPORT 1:250000 MAP DATA 12 CREATE A GROUP LAYER 16

More information

In this lab, you will create two maps. One map will show two different projections of the same data.

In this lab, you will create two maps. One map will show two different projections of the same data. Projection Exercise Part 2 of 1.963 Lab for 9/27/04 Introduction In this exercise, you will work with projections, by re-projecting a grid dataset from one projection into another. You will create a map

More information

GIS Workshop Spring 2016

GIS Workshop Spring 2016 1/ 14 GIS Geographic Information System. An integrated collection of computer software and data used to view and manage information about geographic places, analyze spatial relationships, and model spatial

More information

Combine Yield Data From Combine to Contour Map Ag Leader

Combine Yield Data From Combine to Contour Map Ag Leader Combine Yield Data From Combine to Contour Map Ag Leader Exporting the Yield Data Using SMS Program 1. Data format On Hard Drive. 2. Start program SMS Basic. a. In the File menu choose Open. b. Click on

More information

ArcGIS Online (AGOL) Quick Start Guide Fall 2018

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

More information

COGCC GIS Online Map Instructions - Internet Site April 10, 2018

COGCC GIS Online Map Instructions - Internet Site April 10, 2018 COGCC GIS Online Map Instructions - Internet Site April 10, 2018 Table of Contents Page Section Page Section 1 Introduction 8 Clear Selection 2 Double Click 8 Buffer 3 Arrow Tip Information 9 Select within

More information