A Hands-on Experience with Arc/Info 8 Desktop

Size: px
Start display at page:

Download "A Hands-on Experience with Arc/Info 8 Desktop"

Transcription

1 Demo of Arc/Info 8 Desktop page 1 of 17 A Hands-on Experience with Arc/Info 8 Desktop Prepared by Xun Shi and Ted Quinby Geography 377 December 2000 In this DEMO, we introduce a brand new edition of ArcInfo, ArcInfo 8 Desktop. We are going to use it to complete a small project. This project is actually a simplified version of the project we have completed this semester. 1. An Overview of Arc/Info 8 Desktop ArcInfo 8 Desktop is a Windows-based application. It has a Windows-style graphical user interface (GUI), in place of the command line interface of the ArcInfo Workstation. It has three basic components: ArcCatalog, ArcToolbox and ArcMap. ArcCatalog: An organizer. It organizes and manages your spatial data, allowing you to create, copy, delete and rename your spatial datasets, as well as create metadata for your data. It can also call functions from ArcToolbox and ArcMap to perform editing, analytical and cartographical operations on your specified dataset. ArcToolbox: As the name indicates, it is a toolbox. It provides access to all of ArcInfo s coverage processing and analytical functions. ArcMap: Much like an enhanced ArcView. It is used for visualizing, editing, analyzing, and outputting purposes. Note: This architecture is different from that of the ArcInfo Workstation, whose sub-systems, such as Arcedit, Arcplot, Tables and Grid, are organized within a big "shell", the Arc. ArcInfo Desktop can directly handle various types of data, such as coverage, shape file, and a new type, feature dataset. ArcInfo Desktop provides great flexibility to "developer users". Since it accepts custom tools in forms of EXE and DLL, users can develop their own tools within common development environments such as Visual Basic (VB), C++, Delphi, or Power Builder. 2. Preparing Data In this step, we are going to create a new workspace, put all the data layers we need into this workspace, and make them ready to use. (1) Launch the ArcCatalog of Arc/Info Desktop. Start -> Programs -> ArcInfo -> ArcCatalog You will get a panel very similar to the panel of Windows Explorer (see next page).

2 Demo of Arc/Info 8 Desktop page 2 of 17 (2) Connect all the file folders we are going to use in this project to Arc/Info a. Connecting the folder on your zip disk in which you are going to create a new workspace: In the File menu, select Connect Folder. In the prompted window (see below), select D: drive, click OK. This connects the root folder of D: drive to Arc/Info.

3 Demo of Arc/Info 8 Desktop page 3 of 17 b. Connecting the folders from which we are going to copy or import data: In the same way, connect S:\g377\lab5. (3) Create a new workspace a. Select the D: drive in the left window of the ArcCatalog panel; b. ArcCatalog -> File -> New -> ArcInfo Workspace, and type "ex8" as the name for the new workspace. (4) Copy coverages roads and sewers to the workspace ex8 a. Open the source folder and list its contents: In the left window of the ArcCatalog panel, double click the folder S:\g377\lab5 to open it. If the Contents button is not currently selected, click this button. You will see the content of the opened folder in the right window of the panel. b. Copy coverages roads and sewers to workspace ex8: Very simple! Copy these two coverages just in the way you copy a file or folder in Windows Explorer. You can tell if an item in the Contents window (right) is a coverage by checking its type. Note: You want to be very sure that you are not using Windows Explorer -- you never want to use Windows Explorer to copy coverages! c. Check the properties (tics, projections, topology, etc.) of the two coverages: Click the right button of your mouse on a coverage, and choose the Properties. d. Preview the maps: Double click the coverage; select the feature you want to preview, such as arc, click the Preview button. (5) Copy the coverage landuse to workspace ex8 In the same way, copy the final version of your landuse coverage to workspace ex8. If necessary, you may need to first connect to Arc/Info the folder (workspace) that holds landuse. Check the properties of the coverage and preview the map. (6) Import coverage soils to workspace ex8 a. Launch the ArcToobox of Arc/Info 8 Desktop Start -> Programs -> ArcInfo -> ArcToobox You will get a panel like below:

4 Demo of Arc/Info 8 Desktop page 4 of 17 b. Import the interchange file to coverage: ArcToolbox -> Conversion Tools -> Import to Coverage -> Interchange File to Coverage You will get a panel like below: Browse and make sure you choose S:\g377\lab5\soils_labeled.e00 as the input file, and set the correct path for your output coverage and call the output coverage soils. c. Check the properties and preview the map d. Link the soil attributes to the soil coverage i. Copy the table soils.dat from your sitedata workspace into the ex8 workspace, using ArcCatalog. ii. Check the properties of the table and preview the content of the table. You can do this in the same way you check and preview the graphic of a coverage. iii. ArcToolbox -> Data Management Tools -> Tables -> Join Tables You should get a panel like below: You should be able to link the soils.dat to your soils coverage through this panel. (7) Import the streams data layer into the workspace ex8 a. Import the streams data from a text file in Arc/Info Generate format

5 Demo of Arc/Info 8 Desktop page 5 of 17 ArcToolbox -> Conversion Tools -> Import to Coverage -> Generate to Coverage Wizard Use the following parameter values for the wizard: From a text file Lines S:\g377\lab5\streams.lin (you might have to list files of type All Files ) b. Build topology ArcToolbox -> Data Management Tools -> Topology -> Build With the panel below, you should be able to build the topology for the stream coverage. Note: If you got an error message as shown in next page, click the Help button on the panel to get information about the problem. c. Create the streams.dat from a text file i. ArcToolbox -> Data Management Tools -> Tables -> Define Table With the below panel, you can create and define an empty new table.

6 Demo of Arc/Info 8 Desktop page 6 of 17 ii. ArcToolbox -> Data Management Tools -> Tables -> Add from ASCII With the below panel, you can add data from an ASCII file (S:\g377\lab5\streams.txt) into the streams.dat table. d. Link the streams.dat to the streams coverage Refer to how we linked the soil attributes to the soil coverage. Remember that this time we want link the attributes to the arc (line) features. e. Check the properties of the coverage and preview the map 3. Doing Analysis We have done the preparation of all the required data. In this step, we are going to fulfill the task of site selection as we did in Ex 6. (1) Select the suitable landuse and soil types a. Select brush land and SUIT > 2 soils ArcToolbox -> Analysis Tools -> Extract -> Select You will get a panel like below:

7 Demo of Arc/Info 8 Desktop page 7 of 17 After you set the Input coverage (e.g., landuse) and Input feature class (should be poly), you are ready to build the selecting query. Click the icon besides Build a query, you will get an interface for building the query (see below). You may need some time to play with this interface before you feel comfortable to use this convenient tool. Remember the suitable landuse type is brush land, and suitable soils are those whose SUIT >= 2. Do not forget to set the name of the Output coverage on the Select panel. b. Extract those areas meeting both landuse and soil criteria ArcToolbox -> Analysis Tools - > Overlay -> Intersect (2) Build the buffer area with streams and sewers a. Build the buffer areas of streams and sewers

8 Demo of Arc/Info 8 Desktop page 8 of 17 ArcToolbox -> Analysis Tools - > Promixity Then you can use either Buffer tool or Buffer Wizard tool to create the buffers. For those options that you are not familiar with, just use the default values. b. Extract the areas that are within sewer buffer but outside stream buffer ArcToolbox -> Analysis Tools - > Overlay -> Erase (3) Combine them together Use the ArcToolbox -> Analysis Tools - > Overlay -> Intersect tool to do the overlay; Then use ArcToolbox -> Analysis Tools -> Extract -> Select tool to extract those areas that meet landuse, soil, sewer and stream criteria. The query should be built like below: (4) Extract the areas whose size is at least 2000 square meters. Use ArcToolbox -> Analysis Tools -> Extract -> Select tool to extract these areas. Save it to a new coverage called psites.

9 Demo of Arc/Info 8 Desktop page 9 of 17 (5) Calculate the cost for purchasing each of these lands a. Add a new item called COST to the psites.pat In the ArcCatalog window, find the coverage psites, double click on it; You will get a list of the content of this coverage; Double click on the polygon, a panel like below will show up (If the Item button at the upperleft corner is not selected, select it). On the above panel, select the Add button; You will see a panel prompting you to input the definition of the new item. The new item should be defined as below:

10 Demo of Arc/Info 8 Desktop page 10 of 17 b. Calculate the cost values i) Launch ArcMap Start -> Program -> ArcInfo -> ArcMap ii) Click the Start using ArcMap button on the cover panel iii) Load coverage psites into ArcMap ArcMap -> File -> Add Data iv) Open the psites.pat Use the right mouse button to click on the coverage name, then select Open Attribute Table v) Open the Editor ArcMap -> Tools -> Editor Toolbar Click the Editor button (see below), choose Start Editing vi) Calculate the cost value

11 Demo of Arc/Info 8 Desktop page 11 of 17 Use the right mouse button to click the heading of column COST, then choose Calculate Values. An expression builder will show up. You should define the calculating expression like below, and OK it vii) Save the result Editor -> Stop Editing Answer Yes to the question about saving. Close the attribute table window. 4. Creating a Map (1) Change the View from Data View to Layout View. ArcMap -> View -> Layout View (2) Prepare the data for the map a. Add other data layers (landuse, roads and streams). ArcMap -> File -> Add Data When you add the streams, you get a message like below (why?). Just ignore it.

12 Demo of Arc/Info 8 Desktop page 12 of 17 b. Adjust the order of the layers Use the left mouse button to drag the name of psites ("psites polygon") up, so that it becomes the top layer of all the data layers. c. Assign symbols to the features Right click the name "Landuse polygon"; Choose Properties; You will get a Properties panel like below. Select the Symbology button. Under the Categories, choose Unique values; Under the Value Field, choose LU-CODE; Select the Add All Values button; Check off the <all other values> If you want to change the symbol property of a specific category, double click its symbol. You will get a Symbol Selector like that in the next page.

13 Demo of Arc/Info 8 Desktop page 13 of 17 In the same way, you can set symbols for roads, streams and psites. d. Show polygon labels of psites Right click the name of psites, on the Properties panel, click the Labels button. You will see a panel as shown in the next page. On that panel, check the Label Features, and set the Label Field to be PSITES-ID. You can change the looking face of the label by playing with those options set by the buttons on this panel.

14 Demo of Arc/Info 8 Desktop page 14 of 17 (3) Insert legend a. Change the data layer names Right click the name of a data layer, select Properties ; On the Properties panel, select the General button. Change the layer name to a more meaningful one. For example, you can change "psites polygon" to "Candidate Sites". b. Insert legend ArcMap -> Insert -> Legend If you want to change the properties of the legend, first, press the selecting tool (see below), then move the cursor into the legend and select the legend by clicking on it. Then right click your mouse, choose Properties ; A Legend Properties panel will show up (see below). You can create a fancy legend by playing with the options on this panel.

15 Demo of Arc/Info 8 Desktop page 15 of 17 (4) Add map title and your name on the map ArcMap -> Insert -> Title (or Text) to insert the title and name. Then you can use the tools on the toolbar at the bottom of the ArcMap window to adjust your texts. (5) Insert the attribute table to your map ArcMap -> Tools -> Make Report On the Report Properties panel (as shown in the next page), be sure the Layer/Table is the psites coverage (now we call it "Candidate Sites"), and we need three items for our report: PSITES-ID, AREA and COST. Adjust the order of the items by using the arrow keys at the right margin of the panel. Then click the Display button. You will see many options for you to adjust the appearance of the report (see next page). Play with them until you are happy with your report.

16 Demo of Arc/Info 8 Desktop page 16 of 17 You always have the chance to see what your report looks like (see below) by clicking the Generate Report button.

17 Demo of Arc/Info 8 Desktop page 17 of 17 When you are done with the report, click Add on the panel above. This report will be added to your map. But you still need to manually adjust its size and position, and create a frame for it. b. Print the map ArcMap -> File -> Print As simple as that!

Exercise 4 Compiling a Spatial Database: Adding and Linking Attribute Data

Exercise 4 Compiling a Spatial Database: Adding and Linking Attribute Data Geog, IES 377/Cee 357 Exercise 4 Page: 1/9 GEOG 377/CEE 357: An Introduction to Geographic Information Systems Exercise 4 Compiling a Spatial Database: Adding and Linking Attribute Data 1. Introduction

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

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

Geog, IES 377/Cee 357 Exercise 5 Page: 1/6. GEOG, IES 377/CEE 357: An Introduction to Geographic Information Systems

Geog, IES 377/Cee 357 Exercise 5 Page: 1/6. GEOG, IES 377/CEE 357: An Introduction to Geographic Information Systems Geog, IES 377/Cee 357 Exercise 5 Page: 1/6 1. Introduction: GEOG, IES 377/CEE 357: An Introduction to Geographic Information Systems Exercise 5 Compiling Spatial Database: Getting the other data layers

More information

Finding and Using Spatial Data

Finding and Using Spatial Data Finding and Using Spatial Data Introduction In this lab, you will download two different versions of the National Wetlands Inventory (NWI) dataset for a region of Massachusetts, from a source on the internet.

More information

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

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

More information

Exercise 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

Using GIS to Site Minimal Excavation Helicopter Landings

Using GIS to Site Minimal Excavation Helicopter Landings Using GIS to Site Minimal Excavation Helicopter Landings The objective of this analysis is to develop a suitability map for aid in locating helicopter landings in mountainous terrain. The tutorial uses

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

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations,

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, readings, and hands on GIS lab exercises. Following the last

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

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

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

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

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

USING 2001 CENSUS DATA IN ArcMap 8.2

USING 2001 CENSUS DATA IN ArcMap 8.2 USING 2001 CENSUS DATA IN ArcMap 8.2 This is a guide to mapping 2001 Census data in ArcMap using age and sex profile data for Toronto at the census tract level. Importing boundary files, importing census

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

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

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin PO Box 344 Canby Oregon 97013 www.cadapult-software.com training@cadapult-software.com (503) 829-8929 Table of

More information

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre FURTHER ASSISTANCE If you have questions or need assistance, please contact: Andrew

More information

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

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

More information

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

Search & Rescue Map Specifications and Production Workflows

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

More information

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

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

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

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

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

ANNEX V RASTER TO VECTOR CONVERSION MANUAL

ANNEX V RASTER TO VECTOR CONVERSION MANUAL ANNEX V RASTER TO VECTOR CONVERSION MANUAL Table of Contents 1. Introduction...1 2. Software used...1 3. Methodology Flow chart...1 4. Scanning hard copy map...1 5. Working with Photo-editor environment

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

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

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

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

More information

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

v SMS 13.0 Tutorial GIS P Prerequisites Time Requirements Objectives

v SMS 13.0 Tutorial GIS P Prerequisites Time Requirements Objectives v. 13.0 SMS 13.0 Tutorial Objectives This tutorial demonstrates how to import data, visualize it, and convert it into SMS coverage data that could be used to build a numeric model. This tutorial will instruct

More information

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects.

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects. v. 10.0 GMS 10.0 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS

More information

Practical Manual. Introduction Geo information Science (GRS 10306) B. Kempen, W.TH. ten Haaf (Ed.)

Practical Manual. Introduction Geo information Science (GRS 10306) B. Kempen, W.TH. ten Haaf (Ed.) Laboratory of Geographical Information Science and Remote Sensing Centre for Geo Information Introduction Geo information Science (GRS 10306) Practical Manual B. Kempen, W.TH. ten Haaf (Ed.) September

More information

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O TOPICS COVERED Spatial Analyst basics Raster / Vector conversion Raster data

More information

Using ArcToolbox. GIS by ESRI

Using ArcToolbox. GIS by ESRI Using ArcToolbox GIS by ESRI Copyright 1999, 2000 ESRI All rights reserved Printed in the United States of America The information contained in this document is the exclusive property of ESRI This work

More information

Compilation of GIS data for the Lower Brazos River basin

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

More information

دورة تدريبية عن تطبيقات برنامج ARC GIS

دورة تدريبية عن تطبيقات برنامج ARC GIS دورة تدريبية عن تطبيقات برنامج ARC GIS مايو 2009 دورة تدريبيت عن تطبيقاث برنامج ARC GIS 2009 مايو Table of Contents Introduction... viii Module 1: Introduction to ArcGIS 9 Module Objectives... 1-1 ArcGIS

More information

Create a personal geodatabase

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

More information

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

GIS IN ECOLOGY: CREATING RESEARCH MAPS

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

More information

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map

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

More information

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

Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface

Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface Toolboxes can be created in ArcToolbox, in folders or within geodatabases. In this tutorial you will place the toolbox in your project

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

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

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

More information

Module 7 Raster operations

Module 7 Raster operations Introduction Geo-Information Science Practical Manual Module 7 Raster operations 7. INTRODUCTION 7-1 LOCAL OPERATIONS 7-2 Mathematical functions and operators 7-5 Raster overlay 7-7 FOCAL OPERATIONS 7-8

More information

GPS TO GIS EXERCISE (30 PTS)

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

More information

5.3 GIS Database Application Manual for Samut Songkhram Province (for GIS Database Manager)

5.3 GIS Database Application Manual for Samut Songkhram Province (for GIS Database Manager) While printing map in Data View window, it will print data display in Data View only. Similarly, while printing map in Layout View window, it will print full map. 5.3 GIS Database Application Manual for

More information

Converting AutoCAD Map 2002 Projects to ArcGIS

Converting AutoCAD Map 2002 Projects to ArcGIS Introduction This document outlines the procedures necessary for converting an AutoCAD Map drawing containing topologies to ArcGIS version 9.x and higher. This includes the export of polygon and network

More information

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

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

More information

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

Introduction to ArcCatalog

Introduction to ArcCatalog Introduction to ArcCatalog Introduction To Arc Catalog ArcCatalog is a data- centric GUI tool used for managing spatial data With ArcCatalog you can. Inspect properties and attributes of data Preview and

More information

Lab Exercise 1: ArcGIS Basics

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

More information

GEOG 487 Lesson 7: Step- by- Step Activity

GEOG 487 Lesson 7: Step- by- Step Activity GEOG 487 Lesson 7: Step- by- Step Activity Part I: Review the Relevant Data Layers and Organize the Map Document In Part I, we will review the data and organize the map document for analysis. 1. Unzip

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

IF YOU SAVED THE ArcMAP PROJECT FROM LAB#2 OPEN IT!

IF YOU SAVED THE ArcMAP PROJECT FROM LAB#2 OPEN IT! Lab #4 Working with Fireatlas Regions in ArcInfo and ArcGIS NR506 Advanced GIS Applications in Fire Ecology and Management Objectives Understanding the Regions concept in GIS Learn a few regions commands

More information

Introduction to ArcGIS I

Introduction to ArcGIS I Introduction 1-1 What is ArcGIS? ArcGIS Clients ArcReader E X T E N S I O N S ArcGIS Desktop ArcView ArcEditor ArcInfo ArcGIS Engine ArcPad Custom Application E X T E N S I O N S Web Browser Components

More information

ArcGIS 9. ArcGIS Tracking Analyst Tutorial

ArcGIS 9. ArcGIS Tracking Analyst Tutorial ArcGIS 9 ArcGIS Tracking Analyst Tutorial Copyright (c) 2004 2008 ESRI. All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property

More information

How to Authorise ArcGIS for Desktop 10.2 Single Use

How to Authorise ArcGIS for Desktop 10.2 Single Use Welcome to ArcGIS How to Authorise ArcGIS for Desktop 10.2 Single Use This document will help you authorise your Desktop product and any extensions you have purchased for Single Use. You can perform this

More information

Urban vs Rural Selection Tool

Urban vs Rural Selection Tool Urban vs Rural Selection Tool This tool was developed to aid in determination of whether a project/facility location is considered to be urban or rural per EPA s guidance. The tool allows the identification

More information

Review of File Management and Introduction to ArcGIS

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

More information

Model Builder Tutorial (Automating Suitability Analysis)

Model Builder Tutorial (Automating Suitability Analysis) Model Builder Tutorial (Automating Suitability Analysis) Model Builder in ArcGIS 10.x Part I: Introduction Part II: Suitability Analysis: A discussion Part III: Launching a Model Window Part IV: A Simple

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

v SMS 12.3 Tutorial GIS P Prerequisites Time Requirements Objectives

v SMS 12.3 Tutorial GIS P Prerequisites Time Requirements Objectives v. 12.3 SMS 12.3 Tutorial Objectives This tutorial demonstrates how to import data, visualize it, and convert it into SMS coverage data that could be used to build a numeric model. This tutorial will instruct

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

ArcGIS 9. Using ArcCatalog

ArcGIS 9. Using ArcCatalog ArcGIS 9 Using ArcCatalog Copyright 1999, 2003 2005 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

Creating Mailing Labels (2010)

Creating Mailing Labels (2010) Creating Mailing Labels (2010) The procedure through to printing is a two-stage process. Firstly the client list for the mailing labels is created in Query Builder and then the information is merged within

More information

Ex. 4: Locational Editing of The BARC

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

More information

ModelBuilder: An Introduction. Kevin Armstrong

ModelBuilder: An Introduction. Kevin Armstrong ModelBuilder: An Introduction Kevin Armstrong What is ModelBuilder? A user-friendly way to automate a series of tools Part of the ArcGIS geoprocessing framework - ModelBuilder can run any tool in the ArcToolbox,

More information

Working with Events in ArcGIS 8.2

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

More information

Reset Cursor Tool Clicking on the Reset Cursor tool will clear all map and tool selections and allow tooltips to be displayed.

Reset Cursor Tool Clicking on the Reset Cursor tool will clear all map and tool selections and allow tooltips to be displayed. SMS Featured Icons: Mapping Toolbar This document includes a brief description of some of the most commonly used tools in the SMS Desktop Software map window toolbar as well as shows you the toolbar shortcuts

More information

GEOG 487 Lesson 4: Step-by-Step Activity

GEOG 487 Lesson 4: Step-by-Step Activity GEOG 487 Lesson 4: Step-by-Step Activity Part I: Visually Explore Trends In Part I, we will explore several tools and technique to make it easier to visually interpret patterns in your data using ArcGIS.

More information

Appendix Z Basic ArcMap and GDSE Tools

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

More information

Lab 1: Exploring data format

Lab 1: Exploring data format Geog 458: Map Sources and Errors January 13, 2006 Lab 1: Exploring data format Data format supported by ArcGIS There are many file types supported by ArcGIS, in addition to specific cartographic objects.

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

Mapping Tabular Data Display XY points from csv

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

More information

Contents. Functions and capabilities

Contents. Functions and capabilities Contents Chapter 1 Introduction What is PC ARCEDIT? 1-2 PC ARCEDIT design 1-2 Edit environments 1-3 Feature-oriented editing 1-3 Database integrity 1-3 PC ARCEDIT workstation requirements 1-4 Limitations

More information

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

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

More information

v SMS 12.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives

v SMS 12.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives v. 12.1 SMS 12.1 Tutorial Objectives This tutorial demonstrates how to read in data, visualize it, and convert it into SMS coverage data that could be used to build a numeric model. This tutorial will

More information

DecisionPoint For Excel

DecisionPoint For Excel DecisionPoint For Excel Getting Started Guide 2015 Antivia Group Ltd Notation used in this workbook Indicates where you need to click with your mouse Indicates a drag and drop path State >= N Indicates

More information

Select the Parks within Forest Acres

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

More information

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

Laboratory Topic 11: Programming in Model Builder Network (Automating Suitability Analysis)

Laboratory Topic 11: Programming in Model Builder Network (Automating Suitability Analysis) Laboratory Topic 11: Programming in Model Builder Network (Automating Suitability Analysis) [ LAEP/GEOG c188 ] Model Builder in ArcGIS 10.4.1 Part I: Introduction Part II: Automate Processing in Suitability

More information

Priming the Pump Stage II

Priming the Pump Stage II Priming the Pump Stage II Modeling and mapping concentration with fire response networks By Mike Price, Entrada/San Juan, Inc. The article Priming the Pump Preparing data for concentration modeling with

More information

OrgPublisher Photos, Logos, and Legends

OrgPublisher Photos, Logos, and Legends OrgPublisher Photos, Logos, and Legends Table of Contents Table of Contents Photos... 3 Inserting Photos... 3 Photo Wait Time... 5 Logos... 7 Adding a Logo... 7 Adding a Background Image... 8 Legends...

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

COPYRIGHTED MATERIAL. Introduction to 3D Data: Modeling with ArcGIS 3D Analyst and Google Earth CHAPTER 1

COPYRIGHTED MATERIAL. Introduction to 3D Data: Modeling with ArcGIS 3D Analyst and Google Earth CHAPTER 1 CHAPTER 1 Introduction to 3D Data: Modeling with ArcGIS 3D Analyst and Google Earth Introduction to 3D Data is a self - study tutorial workbook that teaches you how to create data and maps with ESRI s

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

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

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

_Tutorials. Arcmap. Linking additional files outside from Geodata

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

More information

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

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Using ArcCatalog. GIS by ESRI

Using ArcCatalog. GIS by ESRI Using ArcCatalog GIS by ESRI Copyright 1999, 2001 ESRI All rights reserved Printed in the United States of America The information contained in this document is the exclusive property of ESRI This work

More information

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

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

More information

1 INTRODUCTION WAYPOINT MANAGEMENT ROUTE DIGITIZING...12

1 INTRODUCTION WAYPOINT MANAGEMENT ROUTE DIGITIZING...12 1 INTRODUCTION...1 2 WAYPOINT MANAGEMENT...2 3 ROUTE DIGITIZING...12 4 GARMIN TO SHAPE...17 4.1 How to Make a Simple Shape from Garmin MapSource for Free...18 4.2 Complex Polygons From Garmin...26 1 Introduction

More information