Masking Lidar Cliff-Edge Artifacts

Size: px
Start display at page:

Download "Masking Lidar Cliff-Edge Artifacts"

Transcription

1 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 Lake City, Utah. Brent Mitchell is a Lidar Specialist and Training Group Leader at RedCastle Resources, Inc., working on site at the Remote Sensing Applications Center in Salt Lake City, Utah. Kim McCallum is a Remote Sensing Specialist at RedCastle Resources, Inc., working on site at the Remote Sensing Applications Center in Salt Lake City, Utah. Mark Beaty is a Remote Sensing Specialist at RedCastle Resources, Inc., working on site at the Remote Sensing Applications Center in Salt Lake City, Utah. Pete Joria is a Remote Sensing Specialist with the USFS R3 Regional Office. Tom Mellin is the Remote Sensing Coordinator for the USFS R3. 1

2 Introduction The primary purpose of this document is to illustrate and describe how to identify areas of false vegetation heights that appear in lidar derivatives along areas of extreme relief, such as cliff edges. Lidar vegetation heights in these cliff-edge areas contain falsely high values due to how the lidar points are processed and classified by the vendor when creating the bare earth (BE) surface (figure 1). These errors can be easily visualized in a canopy height (CH) surface, which is created by subtracting the bare earth surface from the highest hit surface both of which are typically delivered by the vendor. In the canopy height surface the errors appear as long, linear features with high height values that follow topographic contours. The false canopy height values are propagated into all the height and canopy density statistics that are generated across the landscape to describe the forest canopy structure, hence it is wise to mask them out for further analysis. These cliff-edge artifacts are displayed in red in figure 2, where the difference between the highest hit layer and the underlying bare earth surface are relatively large. Unfortunately, difference values associated with cliff-edge errors are difficult to distinguish from actual vegetation heights. High height values associated with trees are visible in the canopy height (A) image in figure 2 as the relatively small circular red and yellow areas and are similar in actual value to the cliff-edge artifact heights. This document presents a process for identifying areas where these cliff-edge artifacts are most likely to occur (figure 1) in order to generate a mask to exclude these areas from future analyses of the forest canopy structure. A Figure 1. Image A shows all points classified by the vendor as bare earth these points are used to create the bare earth surface. Image B shows bare earth points as pink, and all other points in blue. All the blue points will go into creating the highest hit surface and other vegetation structure metrics. NOTE: the blue points on the side of the cliff face are the cause of the false vegetation and cliff-edge artifacts explored in this document. B 2

3 3

4 Overview of Methods RSAC has developed a process using Esri s ArcMap software and tools to identify cliff-edge artifacts using vendor delivered products such as the highest-hit (HH) surface and the bare earth (BE) surface. The process is outlined below as an overview of the major steps involved, including important parameter settings and other pertinent considerations. Assumptions: - The user has ArcMap 10.x installed and licensed - The user has basic GIS skills which are necessary to successfully implement the process described - The user has a basic understanding of lidar-derived metrics and geoprocessing in ArcMap - The user has the Spatial Analyst extension licensed and activated KEY STEP: 1. Create a File Geodatabase (Catalog > File Directory of your choice > right-click > New > File Geodatabase > Cliff_edge.gdb). This serves two purposes 1) provides a place to keep track of all your files (primary, intermediate, and final), and 2) will force the raster outputs from each step to an ESRI Grid file format which is important for the process to work correctly as it is outlined below. Create Primary Rasters In this first section you will create the primary rasters (figure 2) for processing. You will use the BE surface and Canopy Height (CH) layer, which is created by subtracting the BE from the HH layer, to focus in on cliff areas with potential vegetation height artifacts. 2. Mosaic together the highest-hit (HH) and bare earth (BE) surfaces (source rasters) provided by the vendor. A. Use the Mosaic To New Raster tool (Data Management > Raster > Raster Dataset) to create a seamless output for each source raster (make sure you have created your File Geodatabase!). 3. Generate the primary rasters from the source rasters (HH and BE). B. Canopy Height Subtract the BE from the HH (i.e. HH BE) using the Raster Calculator (Spatial Analyst > Map Algebra). C. Slope Use the Slope tool under the Spatial Analyst > Surface toolbox and create the slope in degrees. D. Profile Curvature Use the Curvature tool under the Spatial Analyst > Surface toolbox and create both the Curvature and Profile curve raster. The latter is indicated as an optional step in the tool, seen in the graphic to the right as Output profile curve raster, however, make sure you set the output location and name to ensure this layer gets created. The profile curvature is the second derivative of 4

5 the slope ( the slope of the slope ), and captures the areas where the slope changes most quickly, for example at cliff faces. E. Profile Curvature 3x3 - Use the Focal Statistics tool (Spatial Analyst > Neighborhood) to perform a focal analysis on the Profile Curvature raster. This will enhance the cliff edge areas in hopes of creating a more inclusive and less noisy cliff-edge mask. Change the Statistic type from the drop down menu to RANGE and leave the defaults for all the other parameters. A B C Figure 2. The three primary rasters: canopy height (A), slope (B), and profile curvature 3x3 (C). NOTE: The DEM derived layers (slope and curvature) do not fully capture the cliff-edge artifacts compare the fuller red artifact area of the canopy height layer (white arrow) to the artifact areas in the other two layers (black arrows). Cliff-edge Identification/Mask Creation In this section you will perform some threshold operations on the primary rasters to determine areas where there is a very high likelihood of cliff-edge artifacts. The idea is to be more inclusive than exclusive. Remember you are mapping cliff areas and will probably not be interested in actively managing the vegetation in these areas, so inclusion of small vegetated areas in your mask will have minimal impact. Areas where all three criteria of the secondary rasters (that you will create below) coincide are considered potential cliff-edge artifacts. 4. Use the 3 primary rasters (created above) and define thresholds to create secondary products to use in identifying the cliff-edge locations. For the following processes use the Con tool under the Spatial Analyst -> Conditional toolbox (unless noted otherwise). A. First you want to select only those vegetation heights that are over a certain value. If value of canopy height raster > 3.5 meters, then re-class value = 1, else re-class value = 0 (see graphic). i. Input raster = canopy height raster 5

6 ii. Expression = Value >3.5 iii. Input true value = 1 iv. Input false value = 0 NOTE: it is probably a good idea to use the same minimum vegetation height condition (e.g., 3.5 meters in this example) as you used for the height cutoff value when generating height statistics using the LTK Processor in FUSION. This ensures that only those areas with lidar returns that were high enough to affect the GRIDMETRICS outputs will be considered for masking. For more details on GRIDMETRICS and generating canopy structure statistics please refer to the Large Lidar Acquisition Processing Workflow Tutorial: ( B. Next you will select areas that are considered steep slopes. To do this, use the Con tool. i. Input raster = slope raster ii. Expression = Value > 45, iii. Input true value = 1 iv. Input false value = 0 C. Next, you will capture local areas where the slope changes abruptly, such as cliff edges, using the profile curvature 3x3 raster (from Step E). i. Input raster = profile curvature 3x3 ii. Expression = Value > 1 standard deviation above mean iii. Input true value = 1 iv. Input false value = 0 NOTE: You will need to add the mean and the standard deviation values together to determine the value to input in the conditional. You can find the appropriate standard deviation and mean values under Layer properties > Source Tab > scroll down to the Statistics section (see outlined area in graphic to right). 5. Create a rough artifact mask using Raster Calculator by multiplying together all three of the secondary rasters (created in the steps above). Areas where the product equals 1 are identified as potential cliffedge artifact areas. All other areas are coded to zero. 6

7 Mask Clean Up In this section you will take the rough artifact mask created from the previous section and perform some clean up on it (similar to a clump and sieve process) to refine the mask. The rough artifact mask (yellow areas in the graphic at right) contains many small groups of pixels that were created during the above processing and that will cause problems when trying to apply the mask to a coarser resolution dataset (i.e., the 25m GRIDMETRICS). Your result after the clean up would be similar to the graphic below with the red cliffedge areas. In both graphics, the cliff-edge artifact values should be 1 and the non-cliff edges should be Refine the rough artifact mask through a smoothing process, using the Spatial Analyst toolbox. A. Input the rough artifact mask created in Step 5 into the Region Group tool (Spatial Analyst > Generalization). i. Use EIGHT neighbors and keep the Zone Grouping Method to WITHIN. This identifies individual clumps, or contiguous areas, of potential artifacts. This process will identify each group of contiguous pixels in the rough artifact mask that share the same value (either zero or 1), then assign a sequential number to each of these groups in the output raster. B. Use the Set Null tool (Spatial Analyst -> Conditional) with the result from Step 6.A as the input. This step creates the sieve that eliminates, or sets to NoData, all clumps that are smaller than the specified number of pixels. The output will consist only of 1 s where there are clumps of pixels greater than the set size, and NoData where there are clumps smaller than the set size. Determining the size of clumps to get rid of may take some trial and error (this is how we came up with the number 41 below) here you are trying to eliminate the tree crowns that are being incorrectly included in the mask. i. Enter the expression Count < 41 into the Expression field. (this will set all those clumps of pixels that meet this criteria to NoData) ii. Enter the number 1 into the Input false raster or constant value field (see graphic above). C. Use the Nibble tool (Spatial Analyst > Generalization) and the output from the Set Null function. Pixels that had a value of 1 will be assigned the pixel value from that same location in the raster 7

8 Rough Artifact Mask; NoData pixels will be assigned either a 1 or a zero (based on the closest non-nodata pixel from the Step 6B output and the corresponding value for that pixel location from the Rough Artifact Mask). i. Input raster = Rough Artifact Mask from Step 5. ii. Input raster mask = the output from Step 6.B (SetNull raster where NoData = clumps less than desired size). Note: The output from this process is a raster where 1 s = the cliff-edge artifact areas and 0 s equal everything else. D. Lastly, use the Boundary Clean tool using the output from Step 6.C. i. Input = output from previous step ii. Sorting technique = ASCEND * (optionally uncheck the Run expansion and shrinking twice if your results are getting rid of too many pixels or shrinking groups of pixels down to a single pixel). This is your Refined Artifact mask. This step should expand the boundary between segments to create a more continuous mask. E. If the mask needs to be refined further (based on visual inspection in ArcMap), repeat steps A-D, using the output from Step D (Refined Artifact mask) wherever the Rough Artifact mask was used previously. 7. Use the Reclassify tool (Spatial Analyst -> Reclass) on the cleaned up mask to reclass the 0 values to NoData. A. Select the final cleaned up raster from Step E as your input raster, and make sure the column New Values looks like the graphic to the right (0 becomes NoData and 1 stays as 1). This will reclassify your data, creating an output where 1 = cliffedge artifacts and NoData = rest of the area. 8. Use the Raster to Polygon tool (Conversion -> From Raster) to convert the output from Step 7. A. Uncheck Simplify polygons. Proximity analysis In this section you will use the final refined mask from the section above and the original canopy height raster to locate artifact areas near the cliff-edges that were not picked up by the previous processing steps. In rare 8

9 occasions some artifacts are missed as a result of severe misclassification of the bare earth points used to create the bare earth (BE) surface (see figure 1). In other words, when the BE surface is created by the vendor, points on overhanging cliffs do not always get classified as bare earth, and therefore these cliff areas underneath the overhang are flat in the DEM and the overhanging cliff face creates artifacts. When thresholds are set on the primary slope raster for secondary raster creation, these areas are missed because they are not greater than 45 degrees in slope. This means during the multiplication of the three secondary rasters, the areas where the DEM is wrong are missed and not included in the remaining masking process. The result of this misclassification is height artifacts which are clearly visible in the canopy height layer (see figure 3). Therefore you will use the vegetation heights to identify potential artifacts by evaluating those selected heights within a proximity to the cliff-edges already determined. 9. First you will need to take the original canopy height raster and determine the mean and standard deviation (from the Layer Properties). Add the two together and use the Conditional tool to select those canopy height values that are greater than 1 standard deviation above the mean. 10. Next, use the Reclassify tool to (Spatial Analyst -> Reclass) to reclass the 0 values to NoData and keep the 1 values as Then, convert the reclassified canopy height raster to polygon. Use the Raster to Polygon tool (Conversion -> From Raster) to convert the canopy height raster. A. Uncheck Simplify polygons. 12. Use the Select By Location tool from the Selection Menu on the main toolbar to select canopy height polygons (created in Step 11) that are within 15 meters of the mask features. You will have to use some trial and error to determine the best distance value to use here. If you make this distance too large you risk the chance of including trees in the mask that shouldn t be included, and if you make it too small you may miss other artifacts that should be included. A. Set the canopy height polygon as the select features from. B. Set the Source Layer to the polygon version of the refined mask layer from Step 8. C. Set the Selection method to are within a distance of the source layer feature D. Set the distance to 15 and the units to Meters. 13. Save the selected features using the Date -> Export Data option found in the menu when you right-click the canopy height polygon in the Table of Contents. A. Make sure the Export: Selected features option is set. 14. Use the Union tool from the Geoprocessing menu on the main toolbar to union together the output from Step 11 with the refined mask polygon layer (Step 8). 15. Use the Dissolve tool from the Geoprocessing menu on the main toolbar to dissolve the main new small polygons created from the Union into larger aggregate features. Use output from Step 14 as input. 9

10 A Figure 3. The results of three different buffer sizes applied to the canopy height layer (warm colors are taller vegetation and cooler colors are shorter vegetation). Image A shows 5m buffer applied, Image B shows 10m buffer applied, and Image C shows 15m buffer applied. B C 16. Use the Buffer tool from the Geoprocessing menu on the main toolbar to buffer the polygons by 15 meters (or more depending on your data we found that using a distance at least ½ the width of the pixel size of the lidar metrics being masked was necessary. In our case the canopy structure rasters were all at a resolution of 20 meters, so we choose 15m to ensure all artifacts were masked. Remember this is a model and no models are perfect but some are acceptable; you might want to experiment with different buffer sizes). See figure 3 for examples of different buffer sizes. Use output from Step 14 as input. 17. Use the Eliminate Polygon Part tool (Data Management -> Generalization) to eliminate interior donut holes caused by the above 3 processes. Use output from Step 16 as input. A. Set the Condition to Percent. B. Set the Percentage to 1 (this will ensure we clean out the noise but do not make major changes to the mask). The tool will eliminate parts of the feature class that are smaller than the set percentage of the features total area. Since our polygon is very large, 1 percent should be appropriate for removing the small islands in the masking areas. Final Extraction Mask 18. Use the output from Step 17 and the Erase tool (Analysis Tools > Overlay) to remove the cliff-edge features from the Study Area polygon. 19. Use the Polygon to Raster tool (Conversion Tools > To Raster) to convert your study area with cliff-edge artifacts now masked out into an area of interest in raster form. Converting it to a raster will speed up the processing time when applying the mask to your lidar metrics. A. Set your input feature as the output from Step 18. B. Make sure to set the Cellsize to 1. This will ensure you keep the detailed nature of the features when you convert it to a raster. 10

11 C. Leave all other defaults. D. Name your output > this is the FINAL mask! 20. Lastly, apply the final mask of interest to the lidar metrics to extract those parts of the raster that you want to keep and excluding those areas that have been identified as cliff-edge artifact areas. Use the Con tool (Spatial Analyst > Conditional) E. Input raster = Final Raster Mask (from Step D above) F. Expression = Value = 0 G. Input true = a lidar metric of your choosing (e.g. elev_p95_2plus_25meters) H. IMPORTANT: click the Environments button and set the Processing Extent > Snap Raster to that of your input lidar metric raster. This will ensure your masked output will align (not be shifted) with the unmasked input of the same metric. I. See final output - Figure 4. A Figure 4. Canopy height layer before and after masking out the cliff-edge artifacts (seen as long, linear red features in Image A) using the 10 m buffer. Warmer colors indicate taller vegetation and cooler colors indicate shorter vegetation. 11 B

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

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

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

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

Soil texture: based on percentage of sand in the soil, partially determines the rate of percolation of water into the groundwater.

Soil texture: based on percentage of sand in the soil, partially determines the rate of percolation of water into the groundwater. Overview: In this week's lab you will identify areas within Webster Township that are most vulnerable to surface and groundwater contamination by conducting a risk analysis with raster data. You will create

More information

Module 7 Raster operations

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

More information

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

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

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford Lidar and GIS: Applications and Examples Dan Hedges Clayton Crawford Outline Data structures, tools, and workflows Assessing lidar point coverage and sample density Creating raster DEMs and DSMs Data area

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

RASTER ANALYSIS GIS Analysis Winter 2016

RASTER ANALYSIS GIS Analysis Winter 2016 RASTER ANALYSIS GIS Analysis Winter 2016 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information.

More information

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool Page 1 of 5 Creating raster DEMs and DSMs from large lidar point collections ArcGIS 10 Summary Raster, or gridded, elevation models are one of the most common GIS data types. They can be used in many ways

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham Getting Started with Spatial Analyst Steve Kopp Elizabeth Graham Workshop Overview Fundamentals of using Spatial Analyst What analysis capabilities exist and where to find them How to build a simple site

More information

Steps for Modeling a Proposed New Reservoir in GIS

Steps for Modeling a Proposed New Reservoir in GIS Steps for Modeling a Proposed New Reservoir in GIS Requirements: ArcGIS ArcMap, ArcScene, Spatial Analyst, and 3D Analyst There s a new reservoir proposed for Right Hand Fork in Logan Canyon. I wanted

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

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham Getting Started with Spatial Analyst Steve Kopp Elizabeth Graham Spatial Analyst Overview Over 100 geoprocessing tools plus raster functions Raster and vector analysis Construct workflows with ModelBuilder,

More information

Esri International User Conference. July San Diego Convention Center. Lidar Solutions. Clayton Crawford

Esri International User Conference. July San Diego Convention Center. Lidar Solutions. Clayton Crawford Esri International User Conference July 23 27 San Diego Convention Center Lidar Solutions Clayton Crawford Outline Data structures, tools, and workflows Assessing lidar point coverage and sample density

More information

Making Yield Contour Maps Using John Deere Data

Making Yield Contour Maps Using John Deere Data Making Yield Contour Maps Using John Deere Data Exporting the Yield Data Using JDOffice 1. Data Format On Hard Drive 2. Start program JD Office. a. From the PC Card menu on the left of the screen choose

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

RASTER ANALYSIS GIS Analysis Fall 2013

RASTER ANALYSIS GIS Analysis Fall 2013 RASTER ANALYSIS GIS Analysis Fall 2013 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information. What

More information

Raster Data. James Frew ESM 263 Winter

Raster Data. James Frew ESM 263 Winter Raster Data 1 Vector Data Review discrete objects geometry = points by themselves connected lines closed polygons attributes linked to feature ID explicit location every point has coordinates 2 Fields

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

An Introduction to Lidar & Forestry May 2013

An Introduction to Lidar & Forestry May 2013 An Introduction to Lidar & Forestry May 2013 Introduction to Lidar & Forestry Lidar technology Derivatives from point clouds Applied to forestry Publish & Share Futures Lidar Light Detection And Ranging

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 Data for the exercise are in the L12 subdirectory.

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

Your Prioritized List. Priority 1 Faulted gridding and contouring. Priority 2 Geoprocessing. Priority 3 Raster format

Your Prioritized List. Priority 1 Faulted gridding and contouring. Priority 2 Geoprocessing. Priority 3 Raster format Your Prioritized List Priority 1 Faulted gridding and contouring Priority 2 Geoprocessing Priority 3 Raster format Priority 4 Raster Catalogs and SDE Priority 5 Expanded 3D Functionality Priority 1 Faulted

More information

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis Exercise 5. Height above Nearest Drainage Flood Inundation Analysis GIS in Water Resources, Fall 2018 Prepared by David G Tarboton Purpose The purpose of this exercise is to learn how to calculation the

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki April 3, 2014 Lecture 11: Raster Analysis GIS Related? 4/3/2014 ENGRG 59910 Intro to GIS 2 1 Why we use Raster GIS In our previous discussion of data models,

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

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

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

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools Prepared by Venkatesh Merwade School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The

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

Using GIS To Estimate Changes in Runoff and Urban Surface Cover In Part of the Waller Creek Watershed Austin, Texas

Using GIS To Estimate Changes in Runoff and Urban Surface Cover In Part of the Waller Creek Watershed Austin, Texas Using GIS To Estimate Changes in Runoff and Urban Surface Cover In Part of the Waller Creek Watershed Austin, Texas Jordan Thomas 12-6-2009 Introduction The goal of this project is to understand runoff

More information

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro

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

More information

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

Raster GIS applications

Raster GIS applications Raster GIS applications Columns Rows Image: cell value = amount of reflection from surface DEM: cell value = elevation (also slope/aspect/hillshade/curvature) Thematic layer: cell value = category or measured

More information

GIS-Generated Street Tree Inventory Pilot Study

GIS-Generated Street Tree Inventory Pilot Study GIS-Generated Street Tree Inventory Pilot Study Prepared for: MSGIC Meeting Prepared by: Beth Schrayshuen, PE Marla Johnson, GISP 21 July 2017 Agenda 2 Purpose of Street Tree Inventory Pilot Study Evaluation

More information

EXERCISE 4 Calculate Lidar Metrics

EXERCISE 4 Calculate Lidar Metrics EXERCISE 4 Calculate Lidar Metrics Objective Last Updated: April, 2016 Version: Fusion 3.50 There are three parts to this exercise. Part 1 describes the process to extract metrics from the fixed radius

More information

NV CCS USER S GUIDE V1.1 ADDENDUM

NV CCS USER S GUIDE V1.1 ADDENDUM NV CCS USER S GUIDE V1.1 ADDENDUM PAGE 1 FOR CREDIT PROJECTS THAT PROPOSE TO MODIFY CONIFER COVER Released 5/19/2016 This addendum provides instructions for evaluating credit projects that propose to treat

More information

Suitability Modeling with GIS

Suitability Modeling with GIS Developed and Presented by Juniper GIS 1/33 Course Objectives What is Suitability Modeling? The Suitability Modeling Process Cartographic Modeling GIS Tools for Suitability Modeling Demonstrations of Models

More information

Layer Variables for RSF-type Modelling Applications

Layer Variables for RSF-type Modelling Applications Layer Variables for RSF-type Modelling Applications These instructions for ArcGIS 9.x enable you to create expressions for use in Spatial Analyst s Raster Calculator that result in output grids of continuous

More information

Pond Distance and Habitat for use in Wildlife Modeling

Pond Distance and Habitat for use in Wildlife Modeling Pond Distance and Habitat for use in Wildlife Modeling These instructions enable you to aggregate layers within a study area, calculate new fields, and create new data out of existing data, for use in

More information

Stream network delineation and scaling issues with high resolution data

Stream network delineation and scaling issues with high resolution data Stream network delineation and scaling issues with high resolution data Roman DiBiase, Arizona State University, May 1, 2008 Abstract: In this tutorial, we will go through the process of extracting a stream

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

Raster Data Model & Analysis

Raster Data Model & Analysis Topics: 1. Understanding Raster Data 2. Adding and displaying raster data in ArcMap 3. Converting between floating-point raster and integer raster 4. Converting Vector data to Raster 5. Querying Raster

More information

Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor

Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor Written by Rick Guritz Alaska Satellite Facility Nov. 24, 2015 Contents

More information

Crop Counting and Metrics Tutorial

Crop Counting and Metrics Tutorial Crop Counting and Metrics Tutorial The ENVI Crop Science platform contains remote sensing analytic tools for precision agriculture and agronomy. In this tutorial you will go through a typical workflow

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

QGIS Tutorials Documentation

QGIS Tutorials Documentation QGIS Tutorials Documentation Release 0.1 Nathaniel Roth November 30, 2016 Contents 1 Installation 3 1.1 Basic Installation............................................. 3 1.2 Advanced Installation..........................................

More information

Creating Surfaces. Steve Kopp Steve Lynch

Creating Surfaces. Steve Kopp Steve Lynch Steve Kopp Steve Lynch Overview Learn the types of surfaces and the data structures used to store them Emphasis on surface interpolation Learn the interpolation workflow Understand how interpolators work

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued Spatial Analyst - Spatial Analyst is an ArcGIS extension designed to work with raster data - in lecture I went through a series of demonstrations

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 17: Geoprocessing and Spatial Analysis

GEOGRAPHIC INFORMATION SYSTEMS Lecture 17: Geoprocessing and Spatial Analysis GEOGRAPHIC INFORMATION SYSTEMS Lecture 17: and Spatial Analysis tools are commonly used tools that we normally use to prepare data for further analysis. In ArcMap, the most commonly used tools appear in

More information

GIS IN ECOLOGY: MORE RASTER ANALYSES

GIS IN ECOLOGY: MORE RASTER ANALYSES GIS IN ECOLOGY: MORE RASTER ANALYSES Contents Introduction... 2 More Raster Application Functions... 2 Data Sources... 3 Tasks... 4 Raster Recap... 4 Viewshed Determining Visibility... 5 Hydrology Modeling

More information

How does Map Algebra work?

How does Map Algebra work? Map Algebra How does Map Algebra work? Map Algebra uses math-like expressions containing operators and functions with raster data. Map Algebra operators, which are relational, Boolean, logical, combinatorial,

More information

An Introduction to Using Lidar with ArcGIS and 3D Analyst

An Introduction to Using Lidar with ArcGIS and 3D Analyst FedGIS Conference February 24 25, 2016 Washington, DC An Introduction to Using Lidar with ArcGIS and 3D Analyst Jim Michel Outline Lidar Intro Lidar Management Las files Laz, zlas, conversion tools Las

More information

Raster: The Other GIS Data

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

More information

Raster Suitability Analysis: Siting a Wind Farm Facility North Of Beijing, China

Raster Suitability Analysis: Siting a Wind Farm Facility North Of Beijing, China Raster Suitability Analysis: Siting a Wind Farm Facility North Of Beijing, China Written by Gabriel Holbrow and Barbara Parmenter, revised on10/22/2018 for 10.6.1 Raster Suitability Analysis: Siting a

More information

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS HOUSEKEEPING Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS CONTOURS! Self-Paced Lab Due Friday! WEEK SIX Lecture RASTER ANALYSES Joe Wheaton YOUR EXCERCISE Integer Elevations Rounded up

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

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst 3D Analyst - 3D Analyst is an ArcGIS extension designed to work with TIN data (triangulated irregular network) - many of the tools in 3D Analyst also

More information

Image Services for Elevation Data

Image Services for Elevation Data Image Services for Elevation Data Peter Becker Need for Elevation Using Image Services for Elevation Data sources Creating Elevation Service Requirement: GIS and Imagery, Integrated and Accessible Field

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

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

Improved Applications with SAMB Derived 3 meter DTMs

Improved Applications with SAMB Derived 3 meter DTMs Improved Applications with SAMB Derived 3 meter DTMs Evan J Fedorko West Virginia GIS Technical Center 20 April 2005 This report sums up the processes used to create several products from the Lorado 7

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 Data for the exercise are found in the

More information

Lecture 21 - Chapter 8 (Raster Analysis, part2)

Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I Lecture 21 - Chapter 8 (Raster Analysis, part2) Today: Digital Elevation Models (DEMs), Topographic functions (surface analysis): slope, aspect hillshade, viewshed,

More information

ArcGIS Pro: Image Segmentation, Classification, and Machine Learning. Jeff Liedtke and Han Hu

ArcGIS Pro: Image Segmentation, Classification, and Machine Learning. Jeff Liedtke and Han Hu ArcGIS Pro: Image Segmentation, Classification, and Machine Learning Jeff Liedtke and Han Hu Overview of Image Classification in ArcGIS Pro Overview of the classification workflow Classification tools

More information

Spatial Density Distribution

Spatial Density Distribution GeoCue Group Support Team 5/28/2015 Quality control and quality assurance checks for LIDAR data continue to evolve as the industry identifies new ways to help ensure that data collections meet desired

More information

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

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

More information

Working with Map Algebra

Working with Map Algebra Working with Map Algebra While you can accomplish much with the Spatial Analyst user interface, you can do even more with Map Algebra, the analysis language of Spatial Analyst. Map Algebra expressions

More information

GEOG 487 Lesson 7: Step- by- Step Activity

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

More information

Introduction to LiDAR

Introduction to LiDAR Introduction to LiDAR Our goals here are to introduce you to LiDAR data, to show you how to download it for an area of interest, and to better understand the data and uses through some simple manipulations.

More information

By Colin Childs, ESRI Education Services. Catalog

By Colin Childs, ESRI Education Services. Catalog s resolve many traditional raster management issues By Colin Childs, ESRI Education Services Source images ArcGIS 10 introduces Catalog Mosaicked images Sources, mosaic methods, and functions are used

More information

FOR 274: Surfaces from Lidar. Lidar DEMs: Understanding the Returns. Lidar DEMs: Understanding the Returns

FOR 274: Surfaces from Lidar. Lidar DEMs: Understanding the Returns. Lidar DEMs: Understanding the Returns FOR 274: Surfaces from Lidar LiDAR for DEMs The Main Principal Common Methods Limitations Readings: See Website Lidar DEMs: Understanding the Returns The laser pulse travel can travel through trees before

More information

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS WATS 4930/6920 WHERE WE RE GOING WATS 6915 welcome to tag along for any, all or none WEEK FIVE Lecture VECTOR ANALYSES Joe Wheaton HOUSEKEEPING

More information

Lecture 20 - Chapter 8 (Raster Analysis, part1)

Lecture 20 - Chapter 8 (Raster Analysis, part1) GEOL 452/552 - GIS for Geoscientists I Lecture 20 - Chapter 8 (Raster Analysis, part) 4 lectures on rasters - but won t cover everything (Raster GIS course: Geol 588: GIS II (Spring 20) Today: Raster data,

More information

+ = Spatial Analysis of Raster Data. 2 =Fault in shale 3 = Fault in limestone 4 = no Fault, shale 5 = no Fault, limestone. 2 = fault 4 = no fault

+ = Spatial Analysis of Raster Data. 2 =Fault in shale 3 = Fault in limestone 4 = no Fault, shale 5 = no Fault, limestone. 2 = fault 4 = no fault Spatial Analysis of Raster Data 0 0 1 1 0 0 1 1 1 0 1 1 1 1 1 1 2 4 4 4 2 4 5 5 4 2 4 4 4 2 5 5 4 4 2 4 5 4 3 5 4 4 4 2 5 5 5 3 + = 0 = shale 1 = limestone 2 = fault 4 = no fault 2 =Fault in shale 3 =

More information

Introduction to LiDAR

Introduction to LiDAR Introduction to LiDAR Our goals here are to introduce you to LiDAR data. LiDAR data is becoming common, provides ground, building, and vegetation heights at high accuracy and detail, and is available statewide.

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

Cell based GIS. Introduction to rasters

Cell based GIS. Introduction to rasters Week 9 Cell based GIS Introduction to rasters topics of the week Spatial Problems Modeling Raster basics Application functions Analysis environment, the mask Application functions Spatial Analyst in ArcGIS

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

Surface Analysis with 3D Analyst

Surface Analysis with 3D Analyst 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Surface Analysis with 3D Analyst Khalid H. Duri Esri UC2013. Technical Workshop. Why use 3D GIS? Because

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

Watershed Analysis and A Look Ahead

Watershed Analysis and A Look Ahead Watershed Analysis and A Look Ahead 1 2 Specific Storm Flow to Grate What data do you need? Watershed boundaries for each storm sewer Net flow generated from each point across the landscape Elevation Fill

More information

Spatial Analysis with Raster Datasets

Spatial Analysis with Raster Datasets Spatial Analysis with Raster Datasets Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Keri Clary Department of Civil Engineering April 21, 2014 Contents Brief Overview of

More information

Files Used in This Tutorial. Background. Feature Extraction with Example-Based Classification Tutorial

Files Used in This Tutorial. Background. Feature Extraction with Example-Based Classification Tutorial Feature Extraction with Example-Based Classification Tutorial In this tutorial, you will use Feature Extraction to extract rooftops from a multispectral QuickBird scene of a residential area in Boulder,

More information

Map Analysis of Raster Data I 3/8/2018

Map Analysis of Raster Data I 3/8/2018 Map Analysis of Raster Data I /8/8 Spatial Analysis of Raster Data What is Spatial Analysis? = shale = limestone 4 4 4 4 5 5 4 4 4 4 5 5 4 4 4 5 4 5 4 4 4 5 5 5 + = = fault =Fault in shale 4 = no fault

More information

Watershed Sciences 4930 & 6920 ADVANCED GIS

Watershed Sciences 4930 & 6920 ADVANCED GIS Slides by Wheaton et al. (2009-2014) are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License Watershed Sciences 4930 & 6920 ADVANCED GIS VECTOR ANALYSES Joe Wheaton

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

Lab 7: Bedrock rivers and the relief structure of mountain ranges

Lab 7: Bedrock rivers and the relief structure of mountain ranges Lab 7: Bedrock rivers and the relief structure of mountain ranges Objectives In this lab, you will analyze the relief structure of the San Gabriel Mountains in southern California and how it relates to

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

Raster Data. James Frew ESM 263 Winter

Raster Data. James Frew ESM 263 Winter Raster Data 1 Vector Data Review discrete objects geometry = points by themselves connected lines closed polygons agributes linked to feature ID explicit localon every point has coordinates 2 Fields in

More information

Raster GIS applications Columns

Raster GIS applications Columns Raster GIS applications Columns Rows Image: cell value = amount of reflection from surface Thematic layer: cell value = category or measured value - In both cases, there is only one value per cell (in

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

v SMS 12.2 Tutorial Online Data Dynamic Images Prerequisites None Requirements Internet Connection Time minutes

v SMS 12.2 Tutorial Online Data Dynamic Images Prerequisites None Requirements Internet Connection Time minutes v. 12.2 SMS 12.2 Tutorial Dynamic Images Objectives This lesson is designed to help users become familiar with the Dynamic Image option offered by SMS. This option connects SMS to a web based program that

More information

3DReshaper Help DReshaper Beginner's Guide. Surveying

3DReshaper Help DReshaper Beginner's Guide. Surveying 3DReshaper Beginner's Guide Surveying 1 of 29 Cross sections Exercise: Tunnel analysis Surface analysis Exercise: Complete analysis of a concrete floor Surveying extraction Exercise: Automatic extraction

More information

Raster Suitability Analysis: Siting a Wind Farm Facility North Of Beijing, China

Raster Suitability Analysis: Siting a Wind Farm Facility North Of Beijing, China Raster Suitability Analysis: Siting a Wind Farm Facility North Of Beijing, China Written by Gabriel Holbrow and Barbara Parmenter, revised by Carolyn Talmadge 11/2/2015 INTRODUCTION... 1 PREPROCESSED DATA

More information

Point Cloud Classification

Point Cloud Classification Point Cloud Classification Introduction VRMesh provides a powerful point cloud classification and feature extraction solution. It automatically classifies vegetation, building roofs, and ground points.

More information