OPTIONAL EXERCISE 5: IMPORTING LIDAR DATA INTO ARCGIS TO MODEL FOREST STRUCTURE

Size: px
Start display at page:

Download "OPTIONAL EXERCISE 5: IMPORTING LIDAR DATA INTO ARCGIS TO MODEL FOREST STRUCTURE"

Transcription

1 Exercise Objec ves This exercise is designed to provide you with possible silvicultural uses for lidar technology. You will begin by expor ng your LIDAR canopy height, canopy closure, and vegeta on density models from Fusion so ware into ArcGIS. You will then use Spa al Analyst tools to model forests with average canopy heights and densi es that are typical of mul and single story old growth habitat. Prerequisites Successful comple on of Op onal Exercises 1 4. Overview of Major Steps 1. Export.dtm files using Fusion DTM export u lity. 2. Load Spa al Analyst Extension. 3. Import Fusion export files into ArcGIS (DTM files). 4. Create habitat models in ArcGIS. Op onal Exercise 5 page 1

2 1. Export Fusion DTM Files (canopy height, canopy closure & vegeta on density model) a. Start Fusion 1. Click Tools Terrain Model Export model Click the first (upper) browse bu on and navigate to cover15.dtm (input) 4. Click the second (lower) browse bu on and navigate to an output directory; call the output file cover15.asc. When typing your output file name, be sure to manually type in the file extension.asc. 5. Select ASCII grid file for the output format. 6. Click Export and click OK to close the no fica on dialog. b. Now export the vegeta on density model; you can leave the window open, just change the se ngs. 1. Click the first (upper) browse bu on and navigate to cover2_14.dtm (input) 2. Click the second (lower) browse bu on and navigate to an output directory, call the output file cover2_14.asc. 3. Select ASCII grid file for the output format 4. Click Export. Click OK to close the no fica on dialog. c. Now export the canopy height model. 1. Click the first (upper) browse bu on and navigate to lub_chm.dtm (input) 2. Click the second (lower) browse bu on and navigate to an output directory, call the output file lub_chm.asc. 3. Select ASCII grid file for the output format 4. Click Export. Click OK to close the no fica on dialog. 5. Click Close. NOTE: You actually don t need to load anything into FUSION to use the Export Model command. There is NO indica on of processing while the Export Model u lity is running. You will receive a message of successful comple on a er the process has finished. You have now exported the canopy height model, canopy closure model, and the vegeta on density model. Now let s import these ASCII grid files into ArcGIS. 2. Load the Spa al Analyst Extension Note: There is also a command line program called DTM2ASCII that does the.dtm to Arc ASCII raster conversion from the command line. This tool will select integer or float formats depending on the precision in the.dtm file. If you already have Spa al Analyst loaded you may skip this sec on and move on to the next sec on. a. Open a new empty ArcMap Document 1. Click Start All Programs ArcGIS ArcMap. Op onal Exercise 5 page 2

3 2. In the Ge ng Started window click New Maps in the le column and then under My Templates click Blank Map. 3. In the top toolbar click Customize Extensions; in the list of extensions, find Spa al Analyst and place a check mark next to the name by clicking the box. Click Close. 4. Right click anywhere on the ArcMap toolbar and find Spa al Analyst in the list of toolbars; place a check mark by the name. The Spa al Analyst toolbar should now be loaded to your ArcMap document. 3. Import Canopy Height Model, Canopy Closure Model, and Vegeta on Density Model into ArcGIS a. Since your exported DTMs are now in ASCII format, we will import our DTM surfaces using the Arc ASCII import u lity. 1. Click on the Search window icon. 2. In the keyword search box, type in ascii. 3. Click on ASCII to Raster (conversion) and the setup window will appear. 4. Set the Input ASCII raster file to cover15.asc 5. Change the Files of type to File (*.ASC) 6. Navigate to your output directory and call the output grid file cover15_grid 7. Set the output data type to Float. Click OK 8. Repeat steps 3 thru 7 for the vegeta on density model (cover2_14.asc) and the canopy height model (lub_chm.asc) and call the output raster's cover2_14grid and lub_chmgrid respec vely. The Search window b. Click the Add Data bu on (in the ArcMap main toolbar) and add the three.asc files you just created. You have successfully imported three ASCII Grids into ArcGIS. These grids represent the canopy closure model, vegeta on density model, and canopy height model from the original LIDAR dataset. The models you imported into ArcMap will be used in part 4 of this exercise. The FUSION generated Canopy Height Model displayed in ArcMap. Op onal Exercise 5 page 3

4 4. Create habitat models in ArcGIS To create old growth habitat models we need to define some parameters. For this exercise we will set a minimum tree height of 70 feet and a canopy closure of 50% or more. We will also differen ate between single and mul story models using the vegeta on density model. A rela ve vegeta on density >= 25% (within our height strata of 2 14 meters) will be considered a mul story old growth habitat and < 25% rela ve vegeta on density will be considered a single story old growth habitat. These figures are arbitrary and do not represent a realis c model, but demonstrate the poten al for using LIDAR data in modeling 3 D forest structure. a. Click on the Search window icon again. 1. In the keyword search box type raster calculator. 2. Click Raster Calculator (Spa al Analyst). See top right graphic. 3. We will now apply the condi onal (con) command to the canopy height model and set a threshold value of 70 feet (21.3 meters) to define areas of old growth. Make sure that you follow this syntax EXACTLY, the raster calculator can be picky if you miss a space or a parentheses ). To help you avoid syntax typos, you can double click names, symbols, and numbers from the listed datasets, and keys provided. Hint Use the = key from your keyboard, as the = from the calculator will produce an == which will produce an error. 4. Enter the following equa on into the Raster Calculator exactly as follows: The above command line translates to. output file = condi on (if lub_chmgrid values are > 21.3, assign those pixels a value of 1 )...where 1 is equal to or synonymous to TRUE (where the condi on evaluates to true). 5. Set the Output raster as c:\lidar\sampledata\height_70. The result (right graphic) is a grid represen ng trees (red cells with value of 1) that have a height value of 70 feet or greater. b. We will apply the con command again, this me to the canopy closure model and set a threshold of 50% crown closure. 1. Open Raster Calculator from the Search window again. 2. Enter the following equa on into the Raster Calculator: height_70=con( lub_chmgrid.asc >=21.3,1) cover_50=con( cover15_grid >=50, 1) Raster Calculator Height_70 The above command line translates to. output file = condi on (if cover15_grid values are >= 50, then assign those pixels a value of 1 )...where 1 is equal to or synonymous to TRUE (where the condi on evaluates to true). Op onal Exercise 5 page 4

5 The result (top right graphic) is a grid represen ng trees (green cells with value of 1) that have a canopy coverage of 50% or greater. c. Now we will use the Raster Calculator to create a grid that shows areas with both condi ons met (height >= 70 and canopy closure >= 50%). 1. Open Raster Calculator. 2. Enter the following equa on into the Raster Calculator: Oldgrth= cover_50 * height_70 The resul ng grid (middle right graphic) will only display cells that meet the old growth requirements of both tree height and canopy coverage. Blue cells (value of 1) represent old growth areas. d. We will now create our last two grids represen ng mul story and single story old growth habitat. We will accomplish this by applying condi onal equa ons to the vegeta on density grid and mul plying the results by the old growth grid (Oldgrth) already created. Our final two grids will represent old growth habitat with varying densi es of lower canopy structure. 1. First lets create our mul -story old growth model. 2. Open Raster Calculator 3. Enter the following equa on into the Raster Calculator: Oldgrth_mult=Con( cover2_14grid >=25, 1)* Oldgrth The resul ng grid (bo om right graphic) will only display cells that meet the requirements of height, canopy closure and under story density (>=70 feet tall, >=50% Canopy Coverage, and >= 25% under story density) that we designated for our mul story old growth model. e. Now we will create our single story old growth model. 1. Open Raster Calculator 2. Enter the following equa on into the Raster Calculator: Oldgrth_sing=Con( cover2_14grid <25,1)* Oldgrth The resul ng grid (next page, top right graphic) will only display cells that meet the requirements of height, canopy coverage and under story density (>=70 feet tall, >=50% Canopy Coverage, and < 25% under story density) that we designated for our single story old growth model. f. Now lets add our reference image generated in exercise 3, so we can overlay our old growth models. 1. Click the Add Data Bu on.. Cover_50 Oldgrth Oldgrth_mul Op onal Exercise 5 page 5

6 2. Navigate to lub_ref.bmp, and click the Add bu on. 3. Le Click and drag Oldgrth_mult and Oldgrth_sing above lub_ref.bmp in the ArcMap index. Your finished product is a map document depic ng single and mul story old growth habitat overlaid on your reference image! Your finished product should look similar to the image below. Oldgrth_sing End of Op onal Exercise 5 Op onal Exercise 5 page 6

OPTIONAL EXERCISE 1: CREATING A FUSION PROJECT PART A

OPTIONAL EXERCISE 1: CREATING A FUSION PROJECT PART A Exercise Objec ves In the previous exercises, you were provided a full Fusion LIDAR dataset. In this exercise, you will begin with raw LIDAR data and create a new Fusion project one that will be as complete

More information

EXERCISE 2: GETTING STARTED WITH FUSION

EXERCISE 2: GETTING STARTED WITH FUSION Exercise Objec ves In this exercise, you ll be using the fully prepared example data to explore the basics of FUSION. Prerequisites Successful comple on of Exercise 1 (Download and Install FUSION and the

More information

Overview of Major Steps 1. Subse ng one to a few plots. 2. Subse ng many plots using Fusion command line executables

Overview of Major Steps 1. Subse ng one to a few plots. 2. Subse ng many plots using Fusion command line executables E 3: E P S Exercise Objec ves There are two parts to this exercise. Part 1 describes the manual process to extract fixed radius subsets of LIDAR data; Part 2 explains how to efficiently extract large numbers

More information

EXERCISE 4: CALCULATE LIDAR METRICS

EXERCISE 4: CALCULATE LIDAR METRICS Exercise Objec ves There are three parts to this exercise. Part 1 describes the process to extract metrics from the fixed radius plot subsets created in the last exercise. Part 2 describes how to extract

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

PASSWORD SHIELD. User Manual

PASSWORD SHIELD. User Manual PASSWORD SHIELD User Manual Table of Contents Welcome...3 Compa bility...3 Installa on Guide and Database Crea on...4 Registra on...7 Workspace...8 Control Bu ons...9 File...12 Edit...13 View...14 Tools...15

More information

PC PRIVACY SHIELD. User Manual. PC Privacy Shield

PC PRIVACY SHIELD. User Manual. PC Privacy Shield PC PRIVACY SHIELD User Manual Table of Contents Welcome...3 Compa bility...3 Installa on and First Scan...5 Registra on...7 Status Screen...8 Ac ve Cleaning...9 Features Bar...9 Scan and Clean...10 User

More information

BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist

BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist BT SIP Trunk CRF User Guide - BT Sales / Originator + Specialist The following informa on provides an overview of how to use and complete the SIP Trunk elements of the BT System CRF portal. 1. Introduc

More information

1. Website/Pages/Stripes/Items/Elements

1. Website/Pages/Stripes/Items/Elements Contents 1. Website/Pages/Stripes/Items/Elements... 2 2. Click & Edit, Mix & Match... 3 3. Adding a Stripe... 4 4. Managing Stripes... 5 5. Adding a Page... 8 6. Managing Pages and Menus... 9 7. Adding

More information

Basics of Using LiDAR Data

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

More information

Exercise 4: Extracting Information from DEMs in ArcMap

Exercise 4: Extracting Information from DEMs in ArcMap Exercise 4: Extracting Information from DEMs in ArcMap Introduction This exercise covers sample activities for extracting information from DEMs in ArcMap. Topics include point and profile queries and surface

More information

SIRE Solution Suite. Better Outcomes. Active Review Administration and User Manual. A Publication Of

SIRE Solution Suite. Better Outcomes. Active Review Administration and User Manual. A Publication Of Active Review Administration and User Manual SIRE Solution Suite An Official Manual of SIRE Technologies Document and Legislative Management Software Version 6.3 A Publication Of Better Outcomes. 2 SIRE

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Videos that show how to copy/paste data

More information

Networking for Wide Format Printers

Networking for Wide Format Printers Networking for Wide Format Printers Table of Contents Configure PC before RIP Installa on... 1 Verifying Your Network Se ngs for Mac Communica on... 3 Changing Your Network Adapter for Mac Communica on...

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

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

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

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

Lab #7 Fire spread simulation with FARSITE NR506 Advanced GIS Applications in Fire Ecology and Management

Lab #7 Fire spread simulation with FARSITE NR506 Advanced GIS Applications in Fire Ecology and Management Lab #7 Fire spread simulation with FARSITE NR506 Advanced GIS Applications in Fire Ecology and Management Objectives Create input layers in GIS for FARSITE Learn how to enter weather data into FARSITE

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

CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION

CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION A digital elevation model (DEM) is a digital model or 3D representation of a terrain's surface. A DEM can be represented as a raster (a grid of squares,

More information

Getting Started KIDASA So ware, Inc. All Rights Reserved

Getting Started KIDASA So ware, Inc. All Rights Reserved Getting Started 1989 2012 KIDASA So ware, Inc. All Rights Reserved Getting Started: Exploring Your Workspace To learn more about the Milestones window choose: Help /Help Topics /Milestones Professional

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

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

Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success

Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success Vmware 2V0 641 Exam Dumps PDF for Guaranteed Success The PDF version is simply a copy of a Portable Document of your Vmware 2V0 641 ques 韫 ons and answers product. The VMware Cer 韫 fied Professional 6

More information

Exercise # 6: Using the NHDPlus Raster Data Sets Last Updated 3/28/2006

Exercise # 6: Using the NHDPlus Raster Data Sets Last Updated 3/28/2006 Exercise # 6: Using the NHDPlus Raster Data Sets Last Updated 3/28/2006 The NHDPlus includes several raster (grid) data sets. Several of these are primarily used in analytical processes that are beyond

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

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

Server Usage & Third-Party Viewers

Server Usage & Third-Party Viewers Server Usage & Third-Party Viewers October 2016 HiPER LOOK Version 1.4.16.0 Copyright 2015 PIXIA Corp. All Rights Reserved. Table of Contents HiPER LOOK Server Introduction... 2 Google Earth... 2 Installation...2

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

Lab 11: Terrain Analyses

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

More information

The Reference Library Generating Low Confidence Polygons

The Reference Library Generating Low Confidence Polygons GeoCue Support Team In the new ASPRS Positional Accuracy Standards for Digital Geospatial Data, low confidence areas within LIDAR data are defined to be where the bare earth model might not meet the overall

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

Import, view, edit, convert, and digitize triangulated irregular networks

Import, view, edit, convert, and digitize triangulated irregular networks v. 10.1 WMS 10.1 Tutorial Import, view, edit, convert, and digitize triangulated irregular networks Objectives Import survey data in an XYZ format. Digitize elevation points using contour imagery. Edit

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

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

Importing CDED (Canadian Digital Elevation Data) into ArcGIS 9.x

Importing CDED (Canadian Digital Elevation Data) into ArcGIS 9.x Importing CDED (Canadian Digital Elevation Data) into ArcGIS 9.x Related Guides: Obtaining Canadian Digital Elevation Data (CDED) Importing Canadian Digital Elevation Data (CDED) into ArcView 3.x Requirements:

More information

Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006

Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006 Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006 This GIS lab exercise will explore Light Detection And Ranging (LiDAR) data for New

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

The MAXQDA Stats Data Editor

The MAXQDA Stats Data Editor The Data Editor The Data Editor The MAXQDA Stats Data Editor displays the cases in the rows and the variables in the columns. Each case is therefore in a separate line. The following figure shows the Data

More information

STUDENT PAGES GIS Tutorial Treasure in the Treasure State

STUDENT PAGES GIS Tutorial Treasure in the Treasure State STUDENT PAGES GIS Tutorial Treasure in the Treasure State Copyright 2015 Bear Trust International GIS Tutorial 1 Exercise 1: Make a Hand Drawn Map of the School Yard and Playground Your teacher will provide

More information

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

Part 6b: The effect of scale on raster calculations mean local relief and slope

Part 6b: The effect of scale on raster calculations mean local relief and slope Part 6b: The effect of scale on raster calculations mean local relief and slope Due: Be done with this section by class on Monday 10 Oct. Tasks: Calculate slope for three rasters and produce a decent looking

More information

Creating Contours using ArcMap

Creating Contours using ArcMap Creating Contours with ArcMap and ArcScene Digital elevation models (DEMs) are geospatial datasets that contain elevation values sampled according to a regularly spaced rectangular grid. They can be used

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

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

Tutorial 9: Creating Layout Plans and Printing

Tutorial 9: Creating Layout Plans and Printing Tutorial 9: Creating Layout Plans and Printing Tutorial Content 9.1. What is the layout view and how is this different to the data view? 9.2. How do I set out a map for printing in ArcMap? 9.3. What tools

More information

Digital Proximity System Opera on and Maintenance Manual

Digital Proximity System Opera on and Maintenance Manual Digital Proximity System Opera on and Maintenance Manual The DPS (Digital Proximity System) family consists of two devices, the MX2033 and MX2034. The MX2033 is a conven onal 3-wire driver while the MX2034

More information

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on

Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Home > Digital AnalyĀcs > Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Digital Analy 韜 cs Installa 韜 on and Configura 韜 on Introduc 韜 on Digital Analy 韜 cs is an e automate applica 韜 on that assists

More information

DIRECT SUPPLIER P RTAL INSTRUCTIONS

DIRECT SUPPLIER P RTAL INSTRUCTIONS DIRECT SUPPLIER P RTAL INSTRUCTIONS page I IMPORTANT Please complete short Online Tutorials and Quiz at www.supplierportal.coles.com.au/dsd TABLE of Contents 1 Ingredients 2 Log In 3 View a Purchase Order

More information

OPTIONAL EXERCISE 3 Creating a Fusion Project Part C

OPTIONAL EXERCISE 3 Creating a Fusion Project Part C OPTIONAL EXERCISE 3 Creating a Fusion Project Part C Objective Last Updated: April, 2016 Version: Fusion 3.50 In this exercise you will continue building the Fusion project data by creating a Canopy Surface

More information

Use Active Directory To Simulate InfoPath User Roles

Use Active Directory To Simulate InfoPath User Roles Page 1 of 7 Use Active Directory To Simulate InfoPath User Roles You can leverage the information returned by the Active Directory web service to simulate InfoPath User Roles, which are disabled in browser

More information

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Objectives Learn how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots, and interpolate

More information

REGION: NORTH AMERICA

REGION: NORTH AMERICA R U M A REGION: NORTH AMERICA R U M A Chapter Issue Date 1 Introduc on 05/21/2012 2 Install and Upgrade Minimum Hardware Requirements Android Opera ng System and Wi Fi Se ngs Installing Revoquest the First

More information

START>PROGRAMS>ARCGIS>

START>PROGRAMS>ARCGIS> Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning 11.304J / 4.255J GIS EXERCISE 2 Objectives: To generate the following maps using ArcGIS Software:

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

Exercise 6 Using the NHDPlus Raster Data Sets Last Updated 3/12/2014

Exercise 6 Using the NHDPlus Raster Data Sets Last Updated 3/12/2014 Exercise 6 Using the NHDPlus Raster Data Sets Last Updated 3/12/2014 Within this document, the term NHDPlus is used when referring to NHDPlus Version 2.1 (unless otherwise noted). The NHDPlus includes

More information

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 12.1 SMS 12.1 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

Field-Scale Watershed Analysis

Field-Scale Watershed Analysis Conservation Applications of LiDAR Field-Scale Watershed Analysis A Supplemental Exercise for the Hydrologic Applications Module Andy Jenks, University of Minnesota Department of Forest Resources 2013

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds and DSM Tutorial This tutorial shows how to generate point clouds and a digital surface model (DSM) from IKONOS satellite stereo imagery. You will view the resulting point clouds

More information

Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation in GMS.

Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation in GMS. v. 9.1 GMS 9.1 Tutorial Using rasters for interpolation and visualization in GMS Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation

More information

Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2

Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2 Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2 This instruction set applies to calculating allele frequency from point data of DNA analysis results within ArcView 3.2. To calculate the

More information

Workshop Exercises for Digital Terrain Analysis with LiDAR for Clean Water Implementation

Workshop Exercises for Digital Terrain Analysis with LiDAR for Clean Water Implementation Workshop Exercises for Digital Terrain Analysis with LiDAR for Clean Water Implementation This manual is designed to accompany lecture and handout materials provided at a series of workshops offered in

More information

WMS 10.1 Tutorial GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Delineate a watershed and create a GSSHA model from a DEM

WMS 10.1 Tutorial GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Delineate a watershed and create a GSSHA model from a DEM v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Delineate a watershed and create a GSSHA model from a DEM Objectives Learn how to delineate a watershed

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

Measuring Area/Length of Organisms with GIS

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

More information

Microso 埘 Exam Dumps PDF for Guaranteed Success

Microso 埘 Exam Dumps PDF for Guaranteed Success Microso 埘 70 698 Exam Dumps PDF for Guaranteed Success The PDF version is simply a copy of a Portable Document of your Microso 埘 70 698 ques ons and answers product. The Microso 埘 Cer fied Solu on Associa

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

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

EXERCISE 7: CREATING A FUSION PROJECT PART 2

EXERCISE 7: CREATING A FUSION PROJECT PART 2 Document Updated: January, 2009 Fusion ver2.65 Important: leave the symbol set to none. Introduction This exercise continues with the creation of a Fusion project. In the last exercise you: examined the

More information

Introduction to GIS A Journey Through Gale Crater

Introduction to GIS A Journey Through Gale Crater Introduction to GIS A Journey Through Gale Crater In this lab you will be learning how to use ArcMap, one of the most common commercial software packages for GIS (Geographic Information System). Throughout

More information

Masking Lidar Cliff-Edge Artifacts

Masking Lidar Cliff-Edge Artifacts Masking Lidar Cliff-Edge Artifacts Methods 6/12/2014 Authors: Abigail Schaaf is a Remote Sensing Specialist at RedCastle Resources, Inc., working on site at the Remote Sensing Applications Center in Salt

More information

Feature Extraction. Contents. 1. Installing Feature Extraction. 2. Using Feature Extraction

Feature Extraction. Contents. 1. Installing Feature Extraction. 2. Using Feature Extraction 1 Feature Extraction Contents 1. Installing Feature Extraction 2. Using Feature Extraction Adding an image to a view Converting image to grid Resample a grid Connecting to Arc/Info Server Calculating the

More information

PurVIEW. for ESRI ArcGIS 9 AT A GLANCE. PurVIEW Toolbar. Stereoscopic image model display with geodatabase objects superimposed.

PurVIEW. for ESRI ArcGIS 9 AT A GLANCE. PurVIEW Toolbar. Stereoscopic image model display with geodatabase objects superimposed. PurVIEW Toolbar AT A GLANCE Stereoscopic image model display with geodatabase objects superimposed. Real-time XYZ coordinate 2 Installing the software Prerequisites: Must have the English version of Windows

More information

Starting the QGIS Program. Exercise 1: Exploring QGIS

Starting the QGIS Program. Exercise 1: Exploring QGIS Exercise 1: Exploring QGIS In this exercise you will learn how to open maps, manipulate layers, add spatial data, change symbols, and navigate within QGIS. You will also learn to repair broken data links.

More information

Combine Yield Data From Combine to Contour Map Ag Leader

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

More information

Files Used in this Tutorial

Files Used in this Tutorial RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that

More information

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard v. 9.1 WMS 9.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Read a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

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

Files Used in this Tutorial

Files Used in this Tutorial RPC Orthorectification Tutorial In this tutorial, you will use ground control points (GCPs), an orthorectified reference image, and a digital elevation model (DEM) to orthorectify an OrbView-3 scene that

More information

Movie Maker Getting Started

Movie Maker Getting Started Windows Movie Maker Getting Started Instruc onal Media publica on: 9 8/9/0 Introduc on Windows Movie Maker is free video edi ng so ware available from Microso. Users have to ability to add and edit videos,

More information

Delineating Watersheds from a Digital Elevation Model (DEM)

Delineating Watersheds from a Digital Elevation Model (DEM) Delineating Watersheds from a Digital Elevation Model (DEM) (Using example from the ESRI virtual campus found at http://training.esri.com/courses/natres/index.cfm?c=153) Download locations for additional

More information

Converting Lidar Data to Shapefile and Raster File Format for Analysis and Viewing

Converting Lidar Data to Shapefile and Raster File Format for Analysis and Viewing Converting Lidar Data to Shapefile and Raster File Format for Analysis and Viewing 1. Create a File Based Geodatabase Open ArcCatolog and right click under contents and click New and File Geodatabase where

More information

OPTIONAL EXERCISE 2 Creating a Fusion Project Part B

OPTIONAL EXERCISE 2 Creating a Fusion Project Part B OPTIONAL EXERCISE 2 Creating a Fusion Project Part B Objective Last Updated: April, 2016 Version: Fusion 3.50 This exercise continues with the creation of a Fusion project. In the last exercise you: examined

More information

1 / Develop a User Process

1 / Develop a User Process Develop a User Process Introduction The User process program allows you to install into the DFM Concurrent Cos ng so ware your own cost model for a manufacturing process. For this tutorial, an imaginary

More information

CRC Website and Online Book Materials Page 1 of 16

CRC Website and Online Book Materials Page 1 of 16 Page 1 of 16 Appendix 2.3 Terrain Analysis with USGS DEMs OBJECTIVES The objectives of this exercise are to teach readers to: Calculate terrain attributes and create hillshade maps and contour maps. use,

More information

Delineating the Stream Network and Watersheds of the Guadalupe Basin

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

More information

Downloading and Repairing Data

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

More information

WEB TEACHER GUIDE. ebackpack provides a separate Student Guide through our support site at

WEB TEACHER GUIDE. ebackpack provides a separate Student Guide through our support site at ebackpack Web Teacher Guide Page 1 of 21 WEB TEACHER GUIDE This guide will cover basic usage of ebackpack for a teacher (assignments, storage, homework review, collaboration, and Act As support). If you

More information

Remote Sensing & GIS (Bio/Env384 A): 10 November 2015 GIS Database Query

Remote Sensing & GIS (Bio/Env384 A): 10 November 2015 GIS Database Query Remote Sensing & GIS (Bio/Env384 A): 10 November 2015 GIS Database Query One primary purpose of establishing any GIS database is to provide the possibility of querying that database, i.e., of asking questions

More information

Set Up Your Print. Overview. The main interface has five components: 1. 3D Viewer

Set Up Your Print. Overview. The main interface has five components: 1. 3D Viewer Set Up Your Print Overview Open Uniz Desktop and click Control Bu on to show the 3D model viewer. The main interface has five components: 1. 3D Viewer https://uniz3d.com/support/supportsetprint/ 1/23 2.

More information

Lab 1: Landuse and Hydrology, learning ArcGIS

Lab 1: Landuse and Hydrology, learning ArcGIS Lab 1: Landuse and Hydrology, learning ArcGIS The following lab exercises are designed to give you experience using ArcMap in order to visualize and analyze datasets that are relevant to important geomorphological/

More information

LPC PORTAL. Student User Guide

LPC PORTAL. Student User Guide LPC PORTAL Student User Guide Table of Contents Login Instruc ons.. 3 Access Your Schedule.. 3 Search for Classes..... 4 Transcript.... 4 Update Your Personal Informa on... 5 Registra on Instruc ons. 6

More information

GIS OPERATION MANUAL

GIS OPERATION MANUAL GIS OPERATION MANUAL 1. Computer System Description Hardware Make Compaq Presario 5004 CPU AMD Athlon 1.1 Ghz Main Memory 640MB CD-ROM 52 X CD-RW 8 X HD 57GB Monitor 19 inch Video Adapter 16 Mb Nvidia

More information

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Module content 18.1. Creating a TIN 18.2. Spatial Analyst Viewsheds, Slopes, Hillshades and Density. 18.1 Creating a TIN Sometimes

More information

Integra ng New Technologies and Teaching Strategies to Support Student Success

Integra ng New Technologies and Teaching Strategies to Support Student Success Instruc onal C Changes iin eecourses Integra ng New Technologies and Teaching Strategies to Support Student Success LMS Overview The generic name for the LMS is s ll ecourses. However, the product that

More information

RefWorks User Quick Start Guide VERSION 5.0

RefWorks User Quick Start Guide VERSION 5.0 RefWorks User Quick Start Guide VERSION 5.0 LOGGING IN Access www.refworks.com/refworks and then enter your personal Login Name and Password. (First- me users need to sign up for an individual account

More information

GeoEarthScope NoCAL San Andreas System LiDAR pre computed DEM tutorial

GeoEarthScope NoCAL San Andreas System LiDAR pre computed DEM tutorial GeoEarthScope NoCAL San Andreas System LiDAR pre computed DEM tutorial J Ramón Arrowsmith Chris Crosby School of Earth and Space Exploration Arizona State University ramon.arrowsmith@asu.edu http://lidar.asu.edu

More information

MODULE 1 BASIC LIDAR TECHNIQUES

MODULE 1 BASIC LIDAR TECHNIQUES MODULE SCENARIO One of the first tasks a geographic information systems (GIS) department using lidar data should perform is to check the quality of the data delivered by the data provider. The department

More information