Geospatial Day II Introduction to ArcGIS Editor for Open Street Map

Size: px
Start display at page:

Download "Geospatial Day II Introduction to ArcGIS Editor for Open Street Map"

Transcription

1 Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Operations Support Team (GOST) Katie McWilliams 0

2 Using OSM for Network Analysis Creating a topologically-correct road network is generally a time consuming and complicated task. Recent improvements in open source road data from Open Street Map (as well as open source analytical tools that utilize such data) have drastically cut down the amount of time and effort necessary to produce these networks. The following training guide will outline the steps necessary to build a network in ArcGIS using OSM data. To complete the exercise, you must have ArcGIS 10.3 or higher, access to the Network Analyst extension, and have installed the ArcGIS Editor for OSM toolbox. Open Street Map: OSM is a free, publicly available global data set. While it is primarily known for roads and transport data, it also includes points of interest, buildings, natural features, and land use information. Because the data is crowd-sourced, the coverage varies greatly from country to country and between urban and rural areas. While some places have incredible amounts of detail and accuracy, other locations do not. Always check for the level of coverage in your area of interest before using OSM for analytical purposes. ArcGIS Editor for OSM: a free, open source set of tools that can be added as a toolbox directly to ArcGIS. These tools load an OSM file and create a network without forcing the user to spend time cleaning up the raw data. For more information, please visit: Geofabrik: while data from Open Street Map is open source, downloading it directly from OSM s website is difficult. Geofabrik is a company that provides Open Street Map data available for download as either a native-format.osm or as a shapefile (available for most, but not all, countries). For more information, please visit: Note: analytical results are only as good as the input data. Keep in mind that open-source data is never perfect, and will have flaws that can affect the results. It is always necessary to weigh the pros and cons of using such data. EXERCISE OBJECTIVES: 1. Download OSM data from Geofabrik 2. Load the OSM file and build a network using the OSM toolbox 3. Run a sample travel-time analysis PART 1: Downloading OSM data from Geofabrik 1. In your web browser, navigate to

3 From the home page, you can download the OSM file for an entire region (by clicking any of the links under the.osm.bz2 column). Note: raw OSM files are extremely large- downloading a file for an entire region is not a task for a standard Bank computer. 2. Click on the Central America sub region and note which countries are available. Then, click on the Belize.osm.bz2 file to initiate the download. 3. When prompted, save the zipped file to the desktop. (Or drag the file to the desktop from the downloads menu.) 4. On the desktop, right-click on the file Belize-latest.osm.bz2 and select WinRar > Extract To. A new folder will appear on the desktop with the unzipped OSM file. Note: Depending on the size of the country, downloading and unzipping the OSM file could take a while. Given time constraints, Belize was chosen for this lesson because of the small file size. PART 2: Loading the OSM file in ArcGIS and building the network 1. Open ArcGIS by going to the desktop Start menu and typing ArcMap into the search bar. Click on ArcMap (or whatever version is installed) to open the program. 2. In the Getting Started dialogue box, click cancel to open a blank map. The OSM editor tools are dependent on the functionality of the Network Analyst extension within ArcGIS. Before we begin, make sure that the Network Analyst extension is enabled. 3. In the top menu bar, go to Customize > Extensions. Click the box next to Network Analyst to activate it. Then close out of the extensions screen.

4 Tools running in ArcGIS process in two ways: in the foreground and in the background. Background processing allows the user to continue working within the platform while a tool is executing. During foreground processing, however, the user must wait until the tool finishes before continuing with any other tasks. There is a known issue with the OSM editor tools that requires background processing to be disabled. If not, the platform will crash while the network is being built. Background processing must be disabled before beginning. 4. Under Geoprocessing in the top menu bar, select Geoprocessing Options 5. In the Background Processing section, uncheck the box next to Enable, then click OK to exit the menu. Now that Network Analyst is activated and Background Processing has been disabled, we are ready to access the OSM tools. 6. Open the ArcToolbox by clicking on the red box symbol in the top menu bar. 7. If the OSM toolbox is not already visible, it must be added manually. To do so, right-click on the ArcToolbox and click Add Toolbox.

5 8. Under the Look in drop-down menu, select Toolboxes, then double click on System Toolboxes. 9. Click ONCE on OpenStreetMap Toolbox.tbx. When it appears in the Name field at the bottom, click Open. The OSM toolbox should then appear in the list of active toolboxes on the ArcGIS display. The OSM toolbox contains a variety of tools that help process raw OSM data. To build a network from Geofabrik data, we only need two: Load OSM file and Create OSM Network Dataset. For more information on the rest of the tools, visit Inside the OSM Toolbox, double click on Load OSM File. 11. Click on the folder to the right of the OSM File dialogue box, and navigate to the desktop. Then open the belize-latest.osm folder.

6 12. Double click on the belize-latest.osm file to add it to the dialogue box. 13. Make sure the Conserve Memory box is checked. An OSM file can only be loaded into a geodatabase. Before we can fill out the Target Feature Dataset box, we must create a geodatabase to use. 14. Leaving the Load OSM File tool open, click on the Catalog button in the top menu to open ArcCatalog. (Alternatively, go to Windows > Catalog.) 15. In the top menu bar of the Catalog window, click on the Connect to Folder button (a folder with a black plus sign). 16. In the dialogue box that opens, navigate to the desktop and click OK. 17. In the ArcCatalog window, click on the black plus sign next to Desktop under Folder Connections to expand it.

7 18. Right-click on the belize-latest.osm folder, and go to New > File Geodatabase. 19. Change the name of the new database to OSM_Network.gdb. 20. Close out of ArcCatalog.

8 Now that we have created the necessary geodatabase, we can resume loading our OSM file. 21. In the Load OSM File tool, click on the folder to the right of Target Feature Dataset. 22. Using the drop-down menu next to Look In, navigate to Desktop > Belize-latest.osm. 23. Double click on OSM_network.gdb. In the empty name field at the bottom, type OSM_Roads and click Save. 24. When your dialogue screen looks like the one below, click OK to begin run the tool. NOTE: The Belize road file has over 500,000 nodes (endpoints and points of intersection) and 67,000 ways (lines) that need to be loaded. Depending on the processing power of the computer, this step could take anywhere from 10 to 15 minutes (on average). Because we have disabled background processing, we must simply sit and wait for the tool to finish executing. 25. When the Load OSM file completes, click close to exit the tool. 26. In the table of contents on the left, uncheck every box except the one marked OSM_roads_osm_ln. (You might see two line layers with the same name- if so, just leave one visible.)

9 27. Right click on the layer name and select Zoom To Layer to fit it in your display. Note: Open Street Map includes other data beyond roads- notice the oddly placed lines extending well beyond the country borders, or other lines that clearly are not roads. These are maritime and administrative borders (feel free to use the Identify tool in the top menu bar to explore the outliers). Keep in mind that only lines classified as roads in the OSM data will be used in the network analysis. 28. If you d like, zoom in further to see the roads in closer detail, or play with the symbology to highlight different types of lines. (Symbolizing the highway column will allow you to see the different types of roads.) Now that the OSM file is loaded, we can use it to build the actual network.

10 29. Navigate to the Create OSM Network Dataset tool within the OSM toolbox, and double click to open it. 30. Click on the folder to the right of Input OSM Feature Dataset. In the drop-down menu, navigate to the OSM_Network geodatabase saved inside the Belize-latest.osm folder on your desktop. 31. Double-click on the geodatabase, then click once on the OSM_roads feature dataset. Click Add. 32. Click on the folder next to Network Configuration File. The Network Configuration File essentially defines the rules for which travel can be accomplished across the network. This includes speed limits, turning, etc. The OSM network comes with a native Configuration File- but you can also create a custom file. The instructions for doing so can be found here: For the sake of time, we will be using the native network configuration file. 33. Using the drop-down menu, navigate to the location where the toolbox itself was installed: C: > Program Files (x86) > ArcGIS > Desktop 10.5 > ArcToolbox > Toolboxes > ND_ConfigFiles. 34. Inside the folder, select DriveGeneric.xml and then click Open. (Note: your Desktop version of ArcGIS might be different.)

11 35. The final section, Output Network Dataset, should populate automatically. Make sure that the network will be saved in the OSM_Network.gdb, then click OK to run the tool. Note: Depending on processing power, it should take between 2 and 5 minutes to create the Network Dataset. Part 3: Running a travel-time analysis To test our OSM network, we will finish the exercise by performing a sample Service Area analysis, using the tools in the Network Analyst extension. NOTE: if you are familiar with the functionality of the Network Analyst tools, and prefer to run a different test (such as an OD Matrix) feel free! In the

12 following example we will use the road network to create polygons (drive time sheds) that show areas within 30, 60, and 90 minutes from 8 cities in Belize. 1. In the Table of Contents, right-click on the OSM_roads feature class to remove everything from the map. 2. Click the add data button in the top menu bar, and then navigate to the OSM_Network.gdb. 3. Double click on the OSM_Roads feature class, then click OSM_Roads_nd to add the network dataset to the display. Click yes when prompted. Note: Clicking yes adds all feature classes related to the network to the display (junctions, barriers, roads, etc.). If you prefer, uncheck the boxes next to every layer except Roads to then them off. Also notice how only the roads, and not the administrative/maritime borders from the original OSM file, are part of the network.

13 4. Click the add data button again and navigate to the BelizeCities folder on the desktop. 5. Add the Belize_Cities shapefile to the display. This shapefile contains location information for 8 of the largest cities in Belize. 6. Under the Network Analyst toolbar, select New Service Area. (If the toolbar is not visible, go to Customize > Toolbars > Network Analyst).

14 7. Make sure that the Network Analyst Window is visible to the left of the regular Table of Contents. (If it isn t, click on the button in the Network Analyst toolbar that looks like a table with a blue flag.)

15 8. Right-click on Facilities in the Network Analyst Window, and select Load Locations. 9. In the Load From drop-down menu, make sure Belize Cities is listed. 10. Click ok to load the cities as the target locations for the analysis. Note: When point locations are loaded into Network analyst, they are either located or unlocated along the network. Whether they are located or not is dependent on the distance threshold set in the Load Locations settings (see the red box in the screenshot above). In the example we just completed, the distance threshold was set to 5,000 meters- and since all eight cities were located, it means all cities are within 5,000 meters of a road. If you ever encounter locations that are unlocated, you can either a) change the distance threshold or b) edit the point shapefile to move the point closer to the road network. 11. In the main Table of Contents, right-click on Service Area to open the properties.

16 The Service Area properties dialogue box contains numerous tabs which allow you to customize your analysis. For this exercise, we will create polygons the outline 30, 60, and 90 minutes of drive time from each city. 12. In the Analysis Settings tab, make sure that the drop-down menu next to Impedance says DriveTime (minutes). (The other option is distance- this would create polygons that outline certain distances from the city points.) 13. In the Default Breaks box, enter 30, 60, 90. This will create polygons which show 30, 60, and 90 minutes of drive time from each city point. 14. In the Polygon Generation tab, make sure that Generalized and Trim Polygons: 100 meters is set, and under Multiple Facilities Options the Overlapping button is chosen.

17 15. Click OK to exit the properties. 16. To solve the network analysis, either chose the Solve button in the top menu bar, or right-click on Service Area and choose Solve. If the resulting polygons are not as pretty as you would prefer, go back to the Polygon Generation dialogue box and play with the options to adjust the output. Change a few settings and then click solve to see the new output. After you ve tried a few variations, end with Generalized polygons that are not trimmed (the box is unchecked).

18 Congratulations! You have now successfully downloaded an OSM file, used the OSM Network Tools to load and build a network, and ran a sample Service Area analysis. For the remainder of the session, feel free to play around with the data or try other Network Analyst tools. Suggestion: in the service area you just ran, change the polygon settings so that they are detailed and untrimmed. Solve the analysis again, then zoom in to some of the holes and other oddly-shaped polygon results. What causes this? What do these results say about the input OSM file?

Introduction to GIS & Mapping: ArcGIS Desktop

Introduction to GIS & Mapping: ArcGIS Desktop Introduction to GIS & Mapping: ArcGIS Desktop Your task in this exercise is to determine the best place to build a mixed use facility in Hudson County, NJ. In order to revitalize the community and take

More information

What is Network Analyst?

What is Network Analyst? What is Network Analyst? Extension for analyzing transportation networks Four network solvers Route Closest Facility Service Area Uses Network Datasets Origin-Destination (OD) Cost Matrix Specialized layers

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

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

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

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

Deelesh Mandloi, Jay Sandhu, Tarun Chandrasekhar

Deelesh Mandloi, Jay Sandhu, Tarun Chandrasekhar ArcGIS 9 ArcGIS Network Analyst Tutorial G08807_U-AGIS-3DA_tp_94692.ind 1 3/11/04, 10:24 AM Copyright 2008 ESRI All rights reserved. Printed in the United States of America. The information contained in

More information

The names of other companies and products herein are trademarks or registered trademarks of their respective trademark owners.

The names of other companies and products herein are trademarks or registered trademarks of their respective trademark owners. ArcGIS 9 ArcGIS Network Analyst Tutorial G08807_U-AGIS-3DA_tp_94692.ind 1 3/11/04, 10:24 AM Copyright 2005 ESRI. All rights reserved. Printed in the United States of America. The information contained

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

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

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

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

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

ArcGIS Network Analyst and Network Dataset. Jim McKinney ESRI

ArcGIS Network Analyst and Network Dataset. Jim McKinney ESRI ArcGIS Network Analyst and Network Dataset Jim McKinney ESRI ArcGIS Network Analyst Everything in ArcView GIS 3x and more Routing Directions Network Analysis Tight Integration with Geoprocessing Models

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering

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

More information

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

Schematics in ArcMap Tutorial

Schematics in ArcMap Tutorial Schematics in ArcMap Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Introducing Schematics in ArcMap Tutorial........................ 3 Exercise 1: Getting familiar with Schematics

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

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

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

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

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

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

GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools

GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools As a result of the collaboration between ESRI (the manufacturer of ArcGIS) and USGS, ESRI released its Geologic Mapping Template (GMT) in 2009 which

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

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

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

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

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

More information

Networks in GIS. Geometric Network. Network Dataset. Utilities and rivers One-way flow. Traffic data 2-way flow Multi-modal data

Networks in GIS. Geometric Network. Network Dataset. Utilities and rivers One-way flow. Traffic data 2-way flow Multi-modal data Unit 6: Networks Networks in GIS Model the flow of resources Consist of a set of connected centers or junctions (ArcGIS) displayed as points. Junctions are connected by links, or edges (ArcGIS) displayed

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

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

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

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

Installing the Toolkit

Installing the Toolkit Installing the Toolkit The Toolkit is an ArcGIS Add-in that is compatible with ArcGIS 10.0 and above. Please see the Toolkit website (http://www.fs.fed.us/eng/rsac/programs/teui/about.html) for previous

More information

Georeferencing and Digitizing

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

More information

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

Downloading shapefiles and using essential ArcMap tools

Downloading shapefiles and using essential ArcMap tools CHAPTER 1 KEY CONCEPTS downloading shapefiles learning essential tools exploring the ArcMap table of contents understanding shapefiles customizing shapefiles saving projects Downloading shapefiles and

More information

Lab 3: Digitizing in ArcMap

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

More information

Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I

Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I ARCH1291 Visual Studies II Week 8, Spring 2013 Assignment 7 GIS I Prof. Alihan Polat Visual Studies Exercise.Topic08 (Architectural Paleontology) Geographic Information Systems (GIS), Part I Medium: GIS

More information

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

Linear Referencing in ArcGIS. GIS by ESRI

Linear Referencing in ArcGIS. GIS by ESRI Linear Referencing in ArcGIS GIS by ESRI Copyright 00 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

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

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

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

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

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

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

More information

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

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

More information

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

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

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

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

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

More information

LAB EXERCISE #1 (25pts)

LAB EXERCISE #1 (25pts) Grossmont College Introduction to Geographic Information Science Name: Instructors: Judd Curran & Mark Goodman 1 LAB EXERCISE #1 (25pts) ArcGIS Map Projection on the Fly: Working with: U.S. Map illustrating

More information

ArcGIS Desktop: Introduction to Geoprocessing with ModelBuilder Kevin Armstrong ESRI

ArcGIS Desktop: Introduction to Geoprocessing with ModelBuilder Kevin Armstrong ESRI ArcGIS Desktop: Introduction to Geoprocessing with ModelBuilder Kevin Armstrong ESRI SERUG 2008 1 What is ModelBuilder? A user-friendly way to automate a series of tools Part of the ArcGIS geoprocessing

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

Network Analyst: Creating Network Datasets. Patrick Stevens Alan Hatakeyama

Network Analyst: Creating Network Datasets. Patrick Stevens Alan Hatakeyama Network Analyst: Creating Network Datasets Patrick Stevens Alan Hatakeyama Agenda Do you need to create a network dataset? Preparing street data for use in a network dataset Using turns, signposts, and

More information

A Hands-on Experience with Arc/Info 8 Desktop

A Hands-on Experience with Arc/Info 8 Desktop 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,

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

Session 3: Cartography in ArcGIS. Mapping population data

Session 3: Cartography in ArcGIS. Mapping population data Exercise 3: Cartography in ArcGIS Mapping population data Background GIS is well known for its ability to produce high quality maps. ArcGIS provides useful tools that allow you to do this. It is important

More information

Mapping Tabular Data

Mapping Tabular Data Mapping Tabular Data ArcGIS Desktop 10.1 Instructional Guide Kim Ricker GIS/Data Center Head (713) 348-5691 Jean Niswonger GIS Support Specialist (713) 348-2595 This guide was created by the staff of the

More information

Table of Contents. Krista White GIS Support Specialist x 3926 Office HS 104 T, Th 8:00AM-12:00PM, 1:00PM-4:00PM F 8:00-11:30AM

Table of Contents. Krista White GIS Support Specialist x 3926 Office HS 104 T, Th 8:00AM-12:00PM, 1:00PM-4:00PM F 8:00-11:30AM 1 Create Visually Stunning Maps with the Cartograms Tool Cartograms are a method of displaying geospatial data as totals, wherein data are displayed with both color and area as a function of their values.

More information

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS 1 Installing sdna+ as plugin for QGIS... 2 1.1 Download & Install sdna... 2 1.2 Setting up sdna in QGIS... 3 1.3 Open the sdna toolbox... 5 2 sdna in QGIS Processing

More information

Feature Analyst Quick Start Guide

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

More information

Section 2: Downloading and Processing Data

Section 2: Downloading and Processing Data Downloading and Processing Data Joining Data Tables 2.1.1 Section 2: Downloading and Processing Data 2.1 Joining Data Tables Many times you will find a table of data that you want to map, perhaps as an

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

Network Analyst Creating Network Datasets. Jay Sandhu Frank Kish

Network Analyst Creating Network Datasets. Jay Sandhu Frank Kish Network Analyst Creating Network Datasets Jay Sandhu Frank Kish Agenda Preparing Street Data for use in a network dataset - One-way streets - Hierarchy - RoadClass attribute Using turns, signposts, and

More information

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap.

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap. Learning ArcGIS: Introduction to ArcMap 10.1 The Map Document Feature Manipulation Navigating ArcMap Map Documents, Layers, and Features Shapes, Location, and Attribute Data Symbology Zoom, Pan and Map

More information

Mn/DOT MnCMAT Crash Analysis Application Help

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

More information

Using ArcGIS 9.x: Quickstart Tutorial

Using ArcGIS 9.x: Quickstart Tutorial Centre de recherche géographique Walter Hitschfeld Geographic Information Centre Using ArcGIS 9.x: Quickstart Tutorial ArcGIS is a program which allows the user to view and manipulate spatial data. It

More information

ArcMap Editing Tips and Tricks. Sean Jones

ArcMap Editing Tips and Tricks. Sean Jones ArcMap Editing Tips and Tricks Sean Jones Overview Topics - Tuning your editing map - Creating features - Editing features and attributes - Aligning and editing coincident features - Addins Format - Software

More information

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

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

More information

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

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

More information

How to Create a Tile Package

How to Create a Tile Package United States Department of Agriculture Digital Mobile Sketch Mapping (DMSM) How to Create a Tile Package (TPK) Forest Service Introduction A tile package (.tpk) allows you to use a set of packaged tiles

More information

In this exercise we will:

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

More information

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

BAEN 673 Biological and Agricultural Engineering Department Texas A&M University ArcSWAT / ArcGIS 10.1 Example 2

BAEN 673 Biological and Agricultural Engineering Department Texas A&M University ArcSWAT / ArcGIS 10.1 Example 2 Before you Get Started BAEN 673 Biological and Agricultural Engineering Department Texas A&M University ArcSWAT / ArcGIS 10.1 Example 2 1. Open ArcCatalog Connect to folder button on tool bar navigate

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

Proximity Analysis. Proximity Analysis

Proximity Analysis. Proximity Analysis Proximity Analysis Proximity Analysis 1 Ever wonder How close is the nearest gas station? What is the distance between your house and the candy store? What is the shortest route to get to Starbucks? Is

More information

GIS Virtual Workshop: Buffering

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

More information

This support note will discuss several methods of creating no spray zones for Sentinel GIS>

This support note will discuss several methods of creating no spray zones for Sentinel GIS> Reason Sentinel Adulticiding support a polygon no spray layer. Adulticiding mobile software warns the driver when they are approaching a no spray zone so they can turn off the sprayer. Because no spray

More information

Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department

Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department WHAT S NEW IN ARC CGIS 10-5 THINGS YOU SHOUL LD KNOW! (OK, THERE S ACTUALLY MORE THAN 5 HERE) Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department stacey.maples@yale.edu

More information

Section 1: Introduction to Arc GIS 10

Section 1: Introduction to Arc GIS 10 Introduction to ArcGIS 10 Getting Started 1.1.1 Section 1: Introduction to Arc GIS 10 A main component of ArcGIS 10 software is ArcMap. It can be used to create and edit maps and analyze spatial data.

More information

The New Enhancements in ModelBuilder in ArcGIS 10

The New Enhancements in ModelBuilder in ArcGIS 10 The New Enhancements in ModelBuilder in ArcGIS 10 Article ID : TT100036 Software : ArcGIS Desktop 10 Platform : Windows XP, Windows Vista, Windows 7 Date : 1 st May, 2011 Introduction ModelBuilder is a

More information

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

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

More information

Editing Parcel Fabrics Tutorial

Editing Parcel Fabrics Tutorial Editing Parcel Fabrics Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Getting started with parcel fabric editing...................... 3 Tutorial: Creating new parcels

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

Size: Small Medium X Large

Size: Small Medium X Large Field Operations Guide By: Elise Fisher Organization: EF Geographic. L.C. Response Time Analysis Brief Explanation: Uses GIS to assess expected response times from each of their existing public safety

More information

Geocoding Reference USA data in ArcMap 9.3

Geocoding Reference USA data in ArcMap 9.3 Tufts GIS Tip Sheet Geocoding Reference USA data in ArcMap 9.3 Written by Barbara Parmenter Revised 3/1/2011 In this exercise, you will map businesses or services for a town in the Boston metropolitan

More information

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

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

More information

TRAINING GUIDE. Data Quality Tools for GIS and Lucity Spatial

TRAINING GUIDE. Data Quality Tools for GIS and Lucity Spatial TRAINING GUIDE Data Quality Tools for GIS and Lucity Spatial Data Quality Tools for GIS and Lucity Spatial In this session, we ll cover the tools that can be used to ensure your GIS data is clean in regards

More information

Exercise Enumeration Areas

Exercise Enumeration Areas Exercise Enumeration Areas 2007 In this exercise you will work with an existing file geodatabase and create new enumeration areas within the established larger census area maintaining geographic integrity

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 2008 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

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

Chapter 3 The project

Chapter 3 The project Chapter 3 The project Background ArcGIS Pro organizes the user experience with data in a completely different way from ArcMap, through a construct known as a project. What is a project? The project is

More information

Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile

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

More information

Building 3D models with the horizons method

Building 3D models with the horizons method ARC HYDRO GROUNDWATER TUTORIALS SUBSURFACE ANALYST Building 3D models with the horizons method Arc Hydro Groundwater (AHGW) is a geodatabase design for representing groundwater datasets within ArcGIS.

More information

PISCES Installation and Getting Started 1

PISCES Installation and Getting Started 1 This document will walk you through the PISCES setup process and get you started accessing the suite of available tools. It will begin with what options to choose during the actual installation and the

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

Creating and Editing a New Shapefile

Creating and Editing a New Shapefile Creating and Editing a New Shapefile Written by Barbara Parmenter, revised October, 0 CREATING AND EDITING A NEW SHAPEFILE... CREATING THE GEOGRAPHIC FEATURE (POINT, LINE, OR POLYGON)... CREATING THE ATTRIBUTE

More information

Calculate a Distance Matrix of Locations along River Network

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

More information