1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen:

Size: px
Start display at page:

Download "1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen:"

Transcription

1 Vector Data Analysis I: Buffering Today we will use ArcMap and ArcToolbox to manipulate vector-based geographic data. The results of these simple analyses will allow us to visualize complex spatial relationships. Notice that some words are italicized throughout the text. These words comprise the list of pertinent vocabulary that appears at the end of this exercise. Creating Buffers Learning Objectives: Simple overlay analysis Basic proximity analysis Advanced selection techniques Data display priority A buffer is a zone of specified distance around features in a geographic layer. Buffers can be set at constant or variable distance based on feature attributes. For instance, we could use buffers to visualize late night noise zones around bars in New Brunswick. A more complex buffer application might consist of creating concentric buffers of increasing distance around each bar in order to rank areas by likelihood of late night noise. Suffice it to say that creating buffers or buffering is a common and simple technique of spatial analysis Buffering point, line, and polygon features will allow us to produce a map of wetlands that may be at risk of pollution by highway and contaminated site runoff in Readington Township, Hunterdon County. Point Data 1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen: \\ad-rsc\data\teach\envgeolab\class_data\nj Highlight the shapefile called kcsl2005.shp. KCSL stands for Known Contaminated Sites List. As you might expect, this point file represents sights that are known to have or are suspected of having contaminated soil or groundwater. It also contains sites that have undergone remediation and are therefore no longer contaminated. 2. Now, click the Preview tab above the viewing panel. Note that kcsl2005 is a statewide layer. We need to isolate the sites within Readington Township in order to continue this lab. 3. Launch ArcToolbox from the main menu under Geoprocessing. Expand Analysis Tools. Expand Extract, then double-click the Select tool. Click Yes on any error windows that appear. Choose kcsl2005.shp as your Input Features by using the file folder on the right to navigate to the shapefile or by dragging and dropping the file in the space provided.

2 Designate the Output Feature Class by using the file folder after the space provided to navigate to your directory in your section s folder. Name the file readkcsl05.shp, then click Save. Now, we will perform an attribute query in a slightly novel environment. Click the SQL button that follows the space provided for optional Expressions. Choose MUNIC from the attribute list in the Query Builder. Add an equal to symbol to the query. Click Get Unique Values above the query window, and choose Readington Twp from the list. Your query should appear as follows: "MUNIC" = 'Readington Twp' Click Okay to close the Query Builder, and then click Okay once more to perform the selection. Close the ArcToolbox panel once the selection is complete. We will use it again within the ArcMap module, shortly. Now, navigate to your folder in your section s directory, and preview the results of your selection. (Highlight readkcsl05.shp, then click the Preview tab above the viewing panel). The Geography preview reveals a far smaller subset of the statewide layer. Switch to the Table view. Make sure there are 45 records, and that they all belong to Readington Township. 4. Now, we are ready to buffer the contaminated sites. Open ArcMap, add readkcsl05.shp to your view, and launch ArcToolbox. Expand Analysis Tools. Then, expand Proximity and choose the Buffer tool. Choose readkcsl05.shp as your Input Features by using the file folder on the right to navigate to the shapefile or by dragging the layer from the TOC and dropping it in the space provided. ArcMap may decide an output file name and location for you, but that might not be the location you are expecting. Specify the location for the Output Feature Class by using the file folder after the space provided to navigate to your directory in your section s folder. Name the file readkcslbuf.shp, then click Save. Now, we must decide the distance at which we will buffer the sites. Select the Linear unit option by clicking the radio button that precedes it. Enter 0.25 in the space provided, and change the units of measure to Miles. [Note: I will know you didn t read the lab carefully if we cannot see your buffers. The unit of measure was most likely Feet, and you buffered the site by 3 inches instead of ¼ mile]. Set the Dissolve Type to ALL. This will merge any overlapping buffers into a single feature. Click OK, and watch as the resulting data is added to your view. If it looks like mitosis, you have performed these steps correctly. Save the work you have done. Select Save as from the main File menu. Navigate to your folder in the class directory (\\ad-rsc\data\teach\envgeolab\yoursection#\). Use of consistent naming conventions is highly recommended. Save the file as yourlastname_lab05.mxd. Remember to save often after this step! 2

3 Lines Stormwater runoff from heavily traveled roads contributes to degraded surface water quality. Perhaps, then, we should buffer the roads of Readington Township. We will restrict ourselves to highways since Readington is a fairly rural municipality. 1. Load njdotrdssp from the following location: \\ad-rsc\data\teach\envgeolab\class_data\nj Note that this is a statewide highway layer. We should isolate the roads that run through Readington Township for the sake of efficiency. This is a prime opportunity to introduce another tool of extraction/overlay. 2. Data that reach beyond the extent of our interest is like an amount of dough that exceeds our need to create a single gingerbread person. Both problems are solved by the use of a cookie cutter to clip the excess. In the case of geographic data, a layer that represents our area of interest can serve as the cookie cutter or template for reducing the input data. This process is called clipping, and is actually a form of overlay analysis, though ArcGIS includes it among tools of extraction. First, we must build our template. Return your attention to ArcToolbox. Expand Analysis Tools, then expand Extract. Double-click the Select tool. Repeat the procedure explained in step 3 on page 2 in order to create a cookie cutter that is shaped like Readington Township. Your input and output features are as follows: Input: \\ad-rsc\data\teach\envgeolab\class_data\nj\stmun.shp Output: \\ad-rsc\data\teach\envgeolab\section#\(username)\readtwp.shp Query: You re smart. Build it yourself! 3. Now, let s reduce the road coverage to the extent of your newly created readtwp. Expand Analysis Tools, then expand Extract. Double-click Clip in the Toolbox. The illustration on the right side of the Clip dialog serves as an excellent guide for this procedure. Add the arc feature class from njdotrdssp as the Input Feature. Choose the newly minted readtwp as your Clip Features. Designate the Output Feature Class by using the file folder after the space provided to navigate to your directory in the section1 folder. Name the file readrds.shp, then click Save. Click Okay, and add the finished product to your view. Remove the statewide roads layer from your view. 4. Activate the Buffer tool just as we did before, and buffer the roads at a distance of 0.25 mile, remembering to dissolve all. Save this layer as readrdsbuf.shp. 3

4 Polygons Wetland ecosystems are very rich, but they are also very susceptible to disturbances like polluted stormwater. Let s locate the wetlands of Readington Township in order to determine what risk might be posed by runoff from roads and contaminated sites. 1. Add the hunlc.shp layer to your data frame from the following location: \\ad-rsc\data\teach\envgeolab\class_data\hun\ This layer contains major land cover classes in Hunterdon County. 2. We are only interested in the wetlands that fall within the boundary of Readington Township. Choose Select By Attributes from the Selection menu on the main toolbar. Set the Layer to hunlc, and the Method to Create a new selection. Choose TYPE02 from the attribute list in the selection dialogue. Add an equal to symbol to the query. Click Get Unique Values above the query window, and choose Wetlands from the list. Your query should appear as follows: "TYPE02" = 'WETLANDS' 3. Now, use the Clip tool to create a layer containing only those selected features that are within Readington. A convenient feature of ArcGIS is that only those input features that are selected will be clipped. Carry out this operation, and save your output in your directory as readwet. 4. Remove the Hunterdon County land cover layer from your view. Visualizing Spatial Relationships We have amassed all the necessary data for our map. We just need to figure out a way to make it look reasonable. We first need to ask ourselves what is the purpose of the map. We wanted to identify wetlands in Readington Township that are at risk of contamination. That means that our map should emphasize the wetlands and buffers that identify the at-risk areas. We should also show the highways and contaminated sites that were buffered to give meaning and context to the buffers. Finally, we should also include the extent of Readington Township. We could simply draw wetlands on top of the buffers. The resulting map is, however, less meaningful. The true proximity of the wetlands to the buffered features would be obscured by the wetlands. We can solve this problem by adjusting the transparency of our buffers, and ensuring that they draw over the wetlands. Assign different colors to each buffer. Open the layer properties for one buffer layer at a time. Select the Display tab, and set the transparency to 40%. The higher the percentage the more transparent the layer appears. Repeat this process for the second buffer layer. Now look at your map. Make sure your buffer layers are drawn over the wetlands. Once you do this, you should be able to see the wetlands beneath the buffers. Adjust the transparency levels until you are satisfied 4

5 with the appearance. Display highways and contaminated sites over both of their buffers. The color you choose to represent them should be a darker shade of the color you chose to represent the respective buffer. Homework Assignment The work you did above identifies wetlands that are situated within a quarter mile of potential pollution sources. But what if we want to identify those highway segments and contaminated sites that are situated within one-eighth of a mile (0.125 miles) of wetlands? This means buffering the wetlands, rather than the highways or contaminated sites. Using the techniques you learned in this lab (buffering, clipping, selection), create a map that shows wetlands with a one-eighth mile buffer, and that indicates which road segments and contaminated sites are within that buffer. When buffering the wetlands, buffer the outside of the wetland polygons while also including the polygon interior. (Remember: Dissolve by All ). Add all the usual suspects to the map, and make sure you can distinguish between the road segments that are within and those that are outside the wetlands buffer. Extra credit challenge: Create a map to display those roads and contaminated sites that are inside the wetlands buffer as a different color than those outside the buffer. You should be able to do this with the techniques you learned in this lab and some critical thinking. Don t be afraid to use the ArcGIS Desktop Help. Due Date: Your printed map is due at the beginning of next class. Vocabulary Geographic information science has a language of its own like many other areas of specialization. Whether you are just visiting or decide to live here, it is polite to learn the language. We will make a list of pertinent vocabulary each week. The following list contains words you should be comfortable with at the end of this exercise. GIScience-related Buffer, buffering Concentric Metadata Overlay Proximity Software-related Clip, clipping Extract, extraction Transparency 5

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features: : Analyzing Spatial Data Buffering Features: A buffer operation is one of the most common spatial analysis tools. A buffer is a map feature that represents a uniform distance around a feature. When creating

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis : Preparing Data for Analysis When a user acquires a particular data set of interest, it is rarely in the exact form that is needed during analysis. This tutorial describes how to change the data to make

More information

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network Government 1009: Advanced Geographical Information Systems Workshop LAB EXERCISE 3b: Network Objective: Using the Network Analyst in ArcGIS Implementing a network functionality as a model In this exercise,

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato oscar.gobbato@wfp.org oscar.gobbato@libero.it WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

Publishing Geoprocessing Services Tutorial

Publishing Geoprocessing Services Tutorial Publishing Geoprocessing Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a geoprocessing service........................ 3 Copyright 1995-2010 ESRI,

More information

Exercise 3: Building a GIS data library

Exercise 3: Building a GIS data library The Scenario You are preparing for an interview for a GIS position for a particular county. They asked that you present a GIS demonstration as part of your interviewing process. You decide to develop a

More information

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013)

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) Learning Objectives: Reinforce information literacy skills Reinforce database manipulation / querying skills Reinforce joining and mapping

More information

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in Introductory Exercises for GIS Using ArcMap & ArcCatalog GIS Cyberinfrastructure Module EEB 5894, section 10 Please refer to the ESRI online GIS Dictionary for additional details on any of the terms in

More information

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data *** Files needed for exercise: MT_ACS09_trt.shp, and McDonalds_rr.shp Goals: After completing this exercise, you will have experience in performing spatial joins and selections and reviewed your understanding

More information

Tutorial 3 - Map Symbology in ArcGIS

Tutorial 3 - Map Symbology in ArcGIS Tutorial 3 - Map Symbology in ArcGIS Introduction ArcGIS provides many ways to display and analyze map features. Although not specifically a map-making or cartographic program, ArcGIS does feature a wide

More information

Personal Geodatabase 101

Personal Geodatabase 101 Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Database Servers Tutorial

Database Servers Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the database servers tutorial........................ 3 Exercise 1: Add a database server to the Catalog tree and create

More information

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database?

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database? Government 1008: Introduction to Geographic Information Systems Objectives: Creating geodatabases Joining attribute tables Attribute and location based queries Spatial joins Creating spatial and attribute

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Use Geodatabase Subtypes and Attribute Domains for Automatic Validation Tutorial

Use Geodatabase Subtypes and Attribute Domains for Automatic Validation Tutorial Use Geodatabase Subtypes and Attribute Domains for Automatic Validation Tutorial By Marnel Taggart and Mike Ridland, ESRI Educational Services Overview This tutorial supplements the article Use Geodatabase

More information

Finding GIS Data and Preparing it for Use

Finding GIS Data and Preparing it for Use Finding_Data_Tutorial.Doc Page 1 of 19 Getting Ready for the Tutorial Sign Up for the GIS-L Listserv Finding GIS Data and Preparing it for Use The Yale University GIS-L Listserv is an internal University

More information

Raster to Vector Conversion for Overlay Analysis

Raster to Vector Conversion for Overlay Analysis Raster to Vector Conversion for Overlay Analysis In some cases, it may be necessary to perform vector-based analyses on a raster data set, or vice versa. The types of analyses that can be performed on

More information

Geoprocessing and Spatial Data Editing in ArcGIS

Geoprocessing and Spatial Data Editing in ArcGIS Geoprocessing and Spatial Data Editing in ArcGIS I. Geoprocessing a set of software functions used to manipulate and transform spatial data (single layers or multiple sets of layers), to create new information.

More information

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska. Using the AlaskaMapped Web Services in ESRI ArcGIS Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.edu AlaskaMapped

More information

Publishing KML Services Tutorial

Publishing KML Services Tutorial Publishing KML Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a KML service............................ 3 Copyright 1995-2010 ESRI, Inc. All rights

More information

Linear Referencing Tutorial

Linear Referencing Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents An overview of the linear referencing tutorial........................ 3 Exercise 1: Organizing your linear referencing data in ArcCatalog...............

More information

Creating a File Geodatabase

Creating a File Geodatabase Creating a File Geodatabase Updated by Thomas Stieve January 06, 2012 This exercise demonstrates how to create a file geodatabase in ArcGIS 10; how to import existing data into the geodatabase, and how

More information

ESRI China (Hong Kong) Limited

ESRI China (Hong Kong) Limited Tips for Creating 3D Graphics in ArcScene 9.x Article ID : 100003 Software : ArcGIS 3D Analyst 9.x Platform : Windows 2000, Windows XP Date : June 28, 2005 Background Prior to ArcGIS Desktop 9.0, we cannot

More information

Data Interoperability Extension Tutorial

Data Interoperability Extension Tutorial Data Interoperability Extension Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the Data Interoperability extension tutorial...................... 3 Exercise 1: Using direct-read

More information

Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9

Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9 Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9 I. Create a Master polygon shapefile. In addition to the FID field this shapefile must have a field containing a unique ID

More information

Raster: The Other GIS Data

Raster: The Other GIS Data 04-Raster_Tutorial_Arcgis_93.Doc Page 1 of 11 Raster: The Other GIS Data Objectives Understand the raster format and how it is used to model continuous geographic phenomena Understand how projections &

More information

Spatial Adjustment Tools: The Tutorial

Spatial Adjustment Tools: The Tutorial Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis

More information

Working with the Raster Calculator

Working with the Raster Calculator Working with the Raster Calculator The Raster Calculator provides you a powerful tool for performing multiple tasks. You can perform mathematical calculations using operators and functions, set up selection

More information

ArcGIS Tutorial: Adding Attribute Data

ArcGIS Tutorial: Adding Attribute Data ArcGIS Tutorial: Adding Attribute Data Introduction A common need in GIS is to map characteristics, or attributes, of different geographic areas. These maps are called thematic maps. Examples of thematic

More information

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

How to use PGS: Basic Services Provision Map App

How to use PGS: Basic Services Provision Map App How to use PGS: Basic Services Provision Map App The PGS: Basic Services Provision Map App The main features of the PGP Basic Services web application includes: Navigation Tools Map Tools Main Map Links

More information

Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply

Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply GIS III Exercise 01 Create a Database & Map Urban Land Use Jan 2010 Student Learning Outcomes: Import table data into an MS Access database; NOTE: DOS 8.3 naming is required for files being imported into

More information

Introduction to GIS Mapping and ESRI s ArcGIS Software

Introduction to GIS Mapping and ESRI s ArcGIS Software 01-Introduction To GIS Mapping And Arcgis 9.2 Software.Doc Page 1 of 25 Objectives Introduction to GIS Mapping and ESRI s ArcGIS Software In this exercise you are introduced to the ArcMap interface and

More information

QGIS LAB SERIES GST 102: Spatial Analysis Lab 6: Vector Data Analysis - Network Analysis

QGIS LAB SERIES GST 102: Spatial Analysis Lab 6: Vector Data Analysis - Network Analysis QGIS LAB SERIES GST 102: Spatial Analysis Lab 6: Vector Data Analysis - Network Analysis Objective Learn the Basics of Network Analysis Document Version: 2014-07-04 (Beta) Contents Introduction...2 Objective:

More information

Getting Started with the ArcGIS Predictive Analysis Add-In

Getting Started with the ArcGIS Predictive Analysis Add-In Getting Started with the ArcGIS Predictive Analysis Add-In Table of Contents ArcGIS Predictive Analysis Add-In....................................... 3 Getting Started 4..............................................

More information

Downloading SSURGO Soil Data from Internet

Downloading SSURGO Soil Data from Internet Downloading SSURGO Soil Data from Internet Prepared by Venkatesh Merwade School of Civil Engineering, Purdue University vmerwade@purdue.edu September 2012 Purpose The purpose of this exercise to demonstrate

More information

TUTORIAL - Locations & Mapping. Using the ESdat Environmental Database System. For use with ESDAT version 5

TUTORIAL - Locations & Mapping. Using the ESdat Environmental Database System. For use with ESDAT version 5 TUTORIAL - Locations & Mapping Using the ESdat Environmental Database System For use with ESDAT version 5 (version 5 software updates available from ) Function Tutorial - Locations and Mapping Table of

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

Editing Common Polygon Boundary in ArcGIS Desktop 9.x

Editing Common Polygon Boundary in ArcGIS Desktop 9.x Editing Common Polygon Boundary in ArcGIS Desktop 9.x Article ID : 100018 Software : ArcGIS ArcView 9.3, ArcGIS ArcEditor 9.3, ArcGIS ArcInfo 9.3 (or higher versions) Platform : Windows XP, Windows Vista

More information

Tutorial Creating a regular grid for point sampling

Tutorial Creating a regular grid for point sampling This tutorial describes how to use the fishnet, clip, and optionally the buffer tools in ArcGIS 10 to generate a regularly-spaced grid of sampling points inside a polygon layer. The steps below should

More information

ArcGIS Online. Visualizing Data: Tutorial 3 of 4. Created by: Julianna Kelly

ArcGIS Online. Visualizing Data: Tutorial 3 of 4. Created by: Julianna Kelly ArcGIS Online Visualizing Data: Tutorial 3 of 4 2014 Created by: Julianna Kelly Contents of This Tutorial The Goal of This Tutorial In this tutorial we will learn about the analysis tools that ArcGIS Online

More information

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item Overview: Use the following processes for exchanging georeferenced data between AutoCAD Civil 3D 2014 and ArcMap. The work must be based in any real world coordinate system. (This example uses NAD 83 UTM

More information

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine.

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine. ESRI India: Corporate profile ESRI India A profile India s Premier GIS Company Strategic alliance between ESRI Inc. and NIIT Technologies Adjudged as India s Best GIS Solutions Company - Map India 2001

More information

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Name: Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Learning Objectives: Assigned: May 30, 2012 Due: June 1, 2012 @ 9 AM 1. Learn

More information

Geocoding and Buffering Addresses in ArcGIS

Geocoding and Buffering Addresses in ArcGIS INTRODUCTION and Buffering Addresses in ArcGIS is the process of assigning location coordinates in a continuous, globlal reference system (Latitude and Longitude, for instance) to street addresses. While

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

More information

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can

More information

Linking FLIPS to a GIS Shapefile

Linking FLIPS to a GIS Shapefile Linking FLIPS to a GIS Shapefile User s Guide Atterbury Consultants, Inc. 3800 SW Cedar Hills Blvd. Suite 145 Beaverton, Oregon 97005 503-646-5393 Phone 503-644-1683 Fax www.atterbury.com Table of Contents

More information

RS/GIS Quick Start Guides Collaborative training materials available from the Biodiversity Informatics & Geospatial Innovation Facilities

RS/GIS Quick Start Guides Collaborative training materials available from the Biodiversity Informatics & Geospatial Innovation Facilities http://gif.berkeley.edu Collaborative training materials available from the Biodiversity Informatics & Geospatial Innovation Facilities http://biodiversityinformatics.amnh.org Using the ArcMap model builder

More information

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint Accessing REA Data, Maps, & Models through SharePoint BLM Personnel & REA Collaborator Access To access REA data and map services through the BLM network, follow the steps provided below. They will take

More information

A Workflow for Creating and Sharing Maps

A Workflow for Creating and Sharing Maps A Workflow for Creating and Sharing Maps By Keith Mann, Esri What You Will Need Item Source ArcGIS Online for Organizations subscription ArcGIS 10.1 for Desktop (Any license level) ArcGIS Spatial Analyst

More information

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca Tips & Tricks for ArcGIS Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas 2007 IACA Conference Pasadena, Ca Table of Contents Lock & Load Labels for Maximum Speed!...2 Choose your

More information

ArcGIS. Tips and Shortcuts. for Desktop

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

More information

Data Visualization. Brief Overview of ArcMap

Data Visualization. Brief Overview of ArcMap Data Visualization Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka and Lauren Walker Department of Civil Engineering September 13, 2006 Contents: Brief Overview of ArcMap Goals of the Exercise

More information

Spatial Analyst Tutorial

Spatial Analyst Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the ArcGIS Spatial Analyst Tutorial......................... 3 Exercise 1: Preparing for analysis............................ 5 Exercise

More information

Census Data: Access, Mapping and Visualization

Census Data: Access, Mapping and Visualization Census Data: Access, Mapping and Visualization Trent University is a member of the Data Liberation Initiative (DLI), an agreement that provides academic institutions with access to otherwise restricted

More information

Knowledgebase Article

Knowledgebase Article Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory 5 provides a built in SQL Query builder that allows you to build more comprehensive

More information

Government 98dn Mapping Social and Environmental Space

Government 98dn Mapping Social and Environmental Space Government 98dn Mapping Social and Environmental Space LAB EXERCISE 5: The Analysis of Fields Objectives of this lab: Visualizing raster data Using Spatial Analyst functions to create new data Analysis

More information

GIS IN ECOLOGY: GIS PROJECT ISSUES

GIS IN ECOLOGY: GIS PROJECT ISSUES GIS IN ECOLOGY: GIS PROJECT ISSUES Contents Introduction... 2 Conducting a GIS Analysis... 2 GIS File Management and Software... 3 Course Data Sources... 6 Tasks... 7 Copying GIS Data... 7 Managing Data

More information

Geographic Information Systems (GIS) @ GIS at UCSD. Here to help you explore our world

Geographic Information Systems (GIS) @ GIS at UCSD. Here to help you explore our world Geographic Information Systems (GIS) @ GIS at UCSD Here to help you explore our world GIS at UCSD what it is and what it means to you Tracey Hughes UCSD GIS Coordinator 2006 Image from Google Earth An

More information

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,

More information

Geodatabase Tutorial. Copyright 1995-2010 Esri All rights reserved.

Geodatabase Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the Building a geodatabase tutorial..................... 3 Exercise 1: Organizing your data in the Catalog......................

More information

Working with SPSS, ArcGIS and ICPSR data A praxis for mapping data quickly and easily

Working with SPSS, ArcGIS and ICPSR data A praxis for mapping data quickly and easily Working with SPSS, ArcGIS and ICPSR data A praxis for mapping data quickly and easily Step 1. Setting up ArcGIS directory and acquiring files We will be working with the County Characteristics, 2000-2007

More information

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery WorldView-2 is the first commercial high-resolution satellite to provide eight spectral sensors in the visible to near-infrared

More information

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved.

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Introduction to the Maplex tutorial............................ 3 Exercise 1: Enabling Maplex for ArcGIS and adding the Labeling toolbar............

More information

Introduction to the ArcGIS Data Model and Application Structure

Introduction to the ArcGIS Data Model and Application Structure Introduction to the ArcGIS Data Model and Application Structure RNR/GEOG 417/517 Lab 6 Presentation Overview The georelational data model Structure of ArcGIS software Structure of an ArcGIS workspace Demonstrations/previews

More information

LYON COUNTY GEOMOOSE 2 HELP DOCUMENT

LYON COUNTY GEOMOOSE 2 HELP DOCUMENT LYON COUNTY GEOMOOSE 2 HELP DOCUMENT TABLE OF CONTENTS Lyon County Geomoose 2 Help Document... 1 Introduction... 3 Quick Reference Chart... 4 The Interface... 4 The Table of Contents... 5 Quick Reference

More information

Lab 6: Distance and Density

Lab 6: Distance and Density Lab 6: Distance and Density Exercise 1: Air Ambulance study The dispatch managers of local hospitals providing air ambulance service are working together with local schools and colleges to conduct a preliminary

More information

Outlook 2013 ~ Advanced

Outlook 2013 ~ Advanced Mail Using Categories 1. Select the message that for the category. 2. Select the appropriate category. 3. The category color displays next to the message. Renaming Categories 1. Select a message. 2. Select

More information

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10 Contents QUICK START GUIDE... 2-5 Add layers...9 Search for Layers...9 COMPREHENSIVE GUIDE... 6 Navigate the map...6 Locate specific places...6 Add layer from file...9 Add layer from web...9 Display pop-up

More information

Modeling Fire Hazard By Monica Pratt, ArcUser Editor

Modeling Fire Hazard By Monica Pratt, ArcUser Editor By Monica Pratt, ArcUser Editor Spatial modeling technology is growing like wildfire within the emergency management community. In areas of the United States where the population has expanded to abut natural

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data These procedures outline: A. Retrieving Property Data B. Uncompressing the Downloaded Files

More information

Open icon. The Select Layer To Add dialog opens. Click here to display

Open icon. The Select Layer To Add dialog opens. Click here to display Mosaic Introduction This tour guide gives you the steps for mosaicking two or more image files to produce one image file. The mosaicking process works with rectified and/or calibrated images. Here, you

More information

ArcGIS. Image Server tutorial

ArcGIS. Image Server tutorial ArcGIS 9 ArcGIS Image Server tutorial Copyright 2006, 2007, and 2008 Zanja Technologies, Inc. All rights reserved. The information contained in this work is the property of Zanja Technologies, Inc., under

More information

ArcGIS Reference Document

ArcGIS Reference Document Migration of GIS Data to ArcSDE Page 1 of 10 Table of Contents A Brief Summary of DEP s GIS Data Storage o The Y Drive o ArcSDE (Spatial Database) Keeping Your GIS Project Data Current o Checking Your

More information

Soil Data Viewer 5.1 User Guide

Soil Data Viewer 5.1 User Guide Soil Data Viewer 5.1 User Guide Soil Survey Division October 2006 INTRODUCTION... 5 WHAT IS SOIL DATA VIEWER... 5 WHAT SOFTWARE AND CAPABILITIES DO I NEED TO USE SOIL DATA VIEWER 5.1?... 5 WHAT DATA DO

More information

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map www.library.carleton.ca/find/gis Introduction Introduction to Georeferenced Images using ArcGIS Georeferenced images such as aerial photographs or satellite images can be used in many ways in both GIS

More information

GIS Tools for Land Managers

GIS Tools for Land Managers Citation: Karl, J. 2010. GIS Tools for Land Managers. Sound Science White Paper Series #05. www.sound-science.org. GIS Tools for Land Managers Most land managers recognize that geographic information systems

More information

Instructions to view & create.kmz/.kml files from Google Earth

Instructions to view & create.kmz/.kml files from Google Earth Page 1 of 6 Instructions to view & create.kmz/.kml files from Google Earth Make sure you have Google Earth downloaded on your computer. If you don t, please visit this link to download Google Earth http://www.google.com/earth/download/ge.

More information

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District Dilhari Weragodatenna IUCN Sri Lanka, Country Office Table of Content Page No Introduction...... 1 1. Getting started..... 2 2. Geo-referencing...

More information

How To Hydrologically Condition A Digital Dam

How To Hydrologically Condition A Digital Dam Program: Funding: Conservation Applications of LiDAR Data http://tsp.umn.edu/lidar Environment and Natural Resources Trust Fund Module: Instructor: Hydrologic Applications Sean Vaughn, DNR GIS Hydrologist

More information

How to Download Census Data from American Factfinder and Display it in ArcMap

How to Download Census Data from American Factfinder and Display it in ArcMap How to Download Census Data from American Factfinder and Display it in ArcMap Factfinder provides census and ACS (American Community Survey) data that can be downloaded in a tabular format and joined with

More information

GIS III: GIS Analysis Module 2a: Introduction to Network Analyst

GIS III: GIS Analysis Module 2a: Introduction to Network Analyst *** Files needed for exercise: nc_cty.shp; target_stores_infousa.dbf; streets.sdc (provided by street map usa); NC_tracts_2000sf1.shp Goals: To learn how to use the Network analyst tools to perform network

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Getting Census Data into ArcMap or ArcView. Obtaining Shapefiles from ESRI and Data from the Census Bureau

Getting Census Data into ArcMap or ArcView. Obtaining Shapefiles from ESRI and Data from the Census Bureau Obtaining Shapefiles from ESRI and Data from the Census Bureau 1) Download the boundary shapefile from the ESRI website: http://arcdata.esri.com/data/tiger2000/tiger_download.cfm. Select the area that

More information

Introduction to GIS functionality

Introduction to GIS functionality Exercise Introduction to GIS functionality Step 1 Start ArcInfo If necessary, start ArcInfo. Click the Start button in your Windows 2000 Task Bar and select Programs. Click the ArcInfo program group and

More information

About Reference Data

About Reference Data Tufts GIS Tip Sheet Geocoding Overview and Preparation Overview Geocoding is a process is the process of assigning locations to addresses to that they can be placed as points on a map, similar to putting

More information

Getting Started With LP360

Getting Started With LP360 Getting Started With LP360 10/30/2014 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import

More information

Groundwater Chemistry

Groundwater Chemistry Mapping and Modeling Groundwater Chemistry By importing Excel spreadsheets into ArcGIS 9.2 By Mike Price, Entrada/San Juan, Inc. In ArcGIS 9.2, Microsoft Excel spreadsheet data can be imported and used

More information

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management Syllabus AGET 782 Course Title: GIS for Agricultural and Natural Resources Management Course Abbreviation: AGET 782 Course Credits: Instructor: Course Description: Required Text: 3 hours Timothy N. Burcham,

More information

ArcSDE Database Servers Tutorial

ArcSDE Database Servers Tutorial ArcGIS 9 ArcSDE Database Servers Tutorial Copyright 2004 2008 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of

More information

4.4 Table Joins. Exploring Student Populations Joining Excel Table Data to an Attribute. Cherie Aukland Email Sandy Stephenson Email

4.4 Table Joins. Exploring Student Populations Joining Excel Table Data to an Attribute. Cherie Aukland Email Sandy Stephenson Email 4.4 Table Joins Exploring Student Populations Joining Excel Table Data to an Attribute Cherie Aukland Email Sandy Stephenson Email Summary of skills covered: Data needed: Equipment and Software needed:

More information

Getting Started with ArcGIS

Getting Started with ArcGIS Getting Started with ArcGIS Bob Booth and Andy Mitchell GIS by ESRI Copyright 1999 2001 ESRI. All rights reserved. Printed in the United States of America. The information contained in this document is

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GIS GEOGRAPHIC INFORMATION SYSTEMS FOR CADASTRAL MAPPING Chapter 7 2015 Cadastral Mapping Manual 7-0 GIS - GEOGRAPHIC INFORMATION SYSTEMS What is GIS For a long time people have sketched, drawn and studied

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Development of an Impervious-Surface Database for the Little Blackwater River Watershed, Dorchester County, Maryland

Development of an Impervious-Surface Database for the Little Blackwater River Watershed, Dorchester County, Maryland Development of an Impervious-Surface Database for the Little Blackwater River Watershed, Dorchester County, Maryland By Lesley E. Milheim, John W. Jones, and Roger A. Barlow Open-File Report 2007 1308

More information

Exercise 5: Working with tables

Exercise 5: Working with tables The Scenario You have been hired as a GIS consultant with the county school board. They need to get a better idea of where school age children live and where they should consider building additional schools.

More information

ModelBuilder - Creating Tools Tutorial

ModelBuilder - Creating Tools Tutorial ModelBuilder - Creating Tools Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Creating tools with ModelBuilder......................... 3 Copyright 1995-2010 Esri. All

More information