Spatial Analysis with Raster Datasets

Size: px
Start display at page:

Download "Spatial Analysis with Raster Datasets"

Transcription

1 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 Spatial Analysis... 3 Goals of the Exercise... 3 Computer and Data Requirements... 3 Procedure Feature to Raster Conversion Reclassification Raster to Feature Conversion Euclidean Distance Density Interpolate to Raster Create Contours Slope Aspect Hillshade Viewshed Neighborhood Statistics Zonal Statistics Department of Civil Engineering

2 14. Raster Calculator Histogram Department of Civil Engineering 2

3 Brief Overview of Spatial Analysis Spatial analysis refers to the inference of information using geospatial datasets. The emphasis of this exercise is on spatial analysis with raster data. The Spatial Analyst extension of ArcGIS provides the ability to analyze raster datasets. The extension includes a variety of tools and buttons that allow comprehensive spatial analysis. Goals of the Exercise The intention of this exercise is to introduce you to the Spatial Analyst extension. Computer and Data Requirements This exercise was performed using ESRI ArcGIS ArcMap 10.2 and the Spatial Analyst extension. Download the zip file containing the data from the class website. Uncompress the zip file to a folder on your local drive. Browse to this folder in ArcCatalog; you should see six shapefiles and a Digital Elevation Model (DEM). The shapefiles are lines.shp, points.shp, polys.shp, Destination.shp, ObsPts.shp, and Zones.shp. The DEM is named dem. Procedure 1. Feature to Raster Conversion In this section of the exercise, you will learn how to convert features to raster. First, you will convert a point shapefile to raster, then a line shapefile to raster, and finally a polygon shapefile to raster. (1) Open ArcMap from the start menu or from ArcCatalog. Save the new empty map document by clicking on File/Save As. Now add the point shapefile points.shp to a data frame in the ArcMap document. Data can be added as layers to the document using the Add Data tool. (2) Before proceeding further into the conversion of points to raster, it is important to make sure that the Spatial Analyst extension is activated. To activate the extension, click on Customize/Extensions... Check the Spatial Analyst box in the Extensions window that appears and then click Close. (3) Once the extension is activated, add the Spatial Analyst toolbar to the document by clicking on Customize/Toolbars. Click on the entry for Spatial Analyst in dropdown menu to display the toolbar. Department of Civil Engineering 3

4 (4) Once the extension is activated, you have the capability to analyze raster datasets. Before going into the analysis, the analysis environment must be set. This can be done by clicking on Geoprocessing/Environments The Environment Settings window opens. Choose the working directory where the results of your analysis will be stored under the Workspace tab in Current Workspace. Leave the other options in the window as they are and move on to defining the extent of analysis by selecting the Processing Extent tab. (5) For the extent, choose Intersection of Inputs. This sets the extent for the analysis. (6) The next step is to set the cell size of the raster. Select the Raster Analysis tab. For the cell size option, select As Specified Below in the dropdown menu. Enter a value of 1 for the cell size. Here the units of cell size are in degrees. Click OK. (7) Now that you have defined the analysis properties, you can start converting features to raster. Let us start with the conversion of points to raster. In the ArcToolbox window, click Conversion Tools/To Raster/Feature to Raster. (This function can also be accessed by searching for Feature to Raster in the Search window.) (8) The Features to Raster window appears. In this form, select points as Input features, ELEVATION as Field and enter 1 for Output cell size. You may provide a new output directory path and name for the resultant raster by clicking on the folder icon provided for Output raster. Click OK to create a new raster file. This raster file will be added to the ArcMap document. (9) Change the legend of the raster to Unique values by right clicking on the raster and then by clicking on Properties/Symbology. In the Show window, click Unique Values. (10) Click Yes. Click Apply and then OK in the Layer Properties window. Department of Civil Engineering 4

5 This concludes the conversion of points to raster. Lines can be converted to raster in a similar manner. (11) Make all the layers invisible. Using the Add Data tool, add lines.shp to the ArcMap document and then zoom to this layer by right-clicking on the layer and then clicking on Zoom to Layer. (12) In the ArcToolbox window, click Conversion Tools/To Raster/Feature to Raster. In the Features to Raster window that appears, select lines as Input features, TRAFFIC as Field and enter 1 for Output cell size. You may also provide a new output directory path and name for the resultant raster by clicking on the folder icon provided for Output raster. Click OK to create a new raster file, which will be added to the ArcMap document. (13) Change the legend of the raster to Unique values by right clicking on the raster and then clicking on the Properties/Symbology tab. Department of Civil Engineering 5

6 (14) In the Show window, click Unique values. Then click the Add All Values button. Click Apply and then OK in the Layer Properties window. This concludes the conversion of lines to raster. The conversion of polygons to raster is conducted similarly. (15) Make all the layers invisible. Using the Add Data tool, add polys.shp to the ArcMap document and then zoom to this layer by right-clicking on the layer and then clicking on Zoom to Layer. (16) Make the polygons transparent by changing the legend. Do this by clicking the legend and in the Symbol Selector window click on Hollow followed by OK. (17) To convert polygons to raster, click Conversion Tools/To Raster/Feature to Raster in ArcToolbox. In the Feature to Raster window, select polys as Input features, HYDCOND as Field, and enter 1 for Output cell size. You may also provide a new output directory path and name for the resultant raster by clicking on the folder icon provided for Output Raster. Click OK to create a new raster file, which will be added to the ArcMap document. (18) Move the Polys layer below the new raster layer. Change the legend to Unique values by right clicking on the raster layer and then by clicking on Properties/Symbology. Department of Civil Engineering 6

7 (19) In the Show window, click Unique Values. Then click the Add All Values button. Finally click Apply and then OK in the Layer Properties window. This concludes the section dealing with the conversion of features to raster. 2. Reclassification Now you will learn how to create a new raster using the input raster. The first raster function we discuss is the Reclassification function. This function creates a new raster dataset by replacing the input cell values with new output cell values. New cell values are based on new information or by grouping existing values together. (1) Open a new ArcMap document. Save the document and then add the grid named dem to the document using the Add Data Tool. This grid is a Digital Elevation Model, an array of cells that contains elevation values. (2) Before going further, examine the properties of the DEM by right clicking on dem and then click on Properties. In the Layer Properties window, click on the Source tab. Note that there are 490 rows and 614 columns in this raster. The cell size is 500 m, which means that the grid we are working with has a cell size of 500 m. Click OK to close the window. Department of Civil Engineering 7

8 (3) Before going into the analysis, the analysis environment must be set. This can be done by clicking on Geoprocessing/Environments The Environment Settings window opens. Choose the working directory where the results of your analysis will be stored under the Workspace tab in Current Workspace. Leave the other options in the window as they are and move on to defining the extent of analysis by selecting the Processing Extent tab. (4) For the extent, choose Same as Layer dem. This sets the extent for the analysis. (5) The next step is to set the cell size of the raster. Select the Raster Analysis tab. For the cell size option, select Same as Layer dem in the dropdown menu. Here the unit of cell size is meters. Click OK. (6) You are now going to reclassify the grid by grouping the existing values into groups. To reclassify, click Spatial Analyst/Reclass/Reclassify in ArcToolbox. In the Reclassify window, choose dem as the Input raster and VALUE as the Reclass field. You should see the old values and the new values under the Reclassification header. Department of Civil Engineering 8

9 (7) You may change the classification or leave it as is. The cells in the new raster will represent these new values. Check the box next to Change missing values to NoData (optional). (8) To make a permanent copy of the raster, enter the location and the name Reclass for the new raster in the text box provided for Output raster. Click OK to create the reclassified raster. You can see that in the new raster all the cell values of dem are grouped under nine values (1 9). This is called reclassification. 3. Raster to Feature Conversion Just as features can be converted to raster data, raster data can be converted to features, but the grids have to be integer grids. The reclassification grid created in the previous section is an integer grid, so we will convert the grid into a polygon shapefile. (1) Make the dem layer invisible, allowing only the Reclass layer to be visible. Click Conversion Tools/From Raster/Raster to Polygon in ArcToolbox. Department of Civil Engineering 9

10 (2) In the opened Raster to Polygon window, select Reclass as Input raster and Value as Field. Do not check the Simplify polygons checkbox and enter a location and name for the Output features. Click OK. A polygon shapefile will be added to the document. (3) Change the legend of the new shapefile to Unique values by right clicking on the raster and then by clicking on the Properties/Symbology tab. (4) In the Show window, click Categories/Unique values. Then click Add all Values button. Select Yes in the warning box, if it appears. Uncheck all other values, click Apply, and then OK to close the Layer Properties window. Note: Submit a layout of the new shapefile. 4. Euclidean Distance In this part of the exercise, you will learn to use the Euclidean Distance function. This function gives the distance from each cell in the raster to the closest source (point or line). Additionally, the Euclidean Allocation and Euclidean Direction functions can be used to create raster datasets with cells representing values of the source and direction of the source respectively. (1) In the ArcMap document make all the layers invisible except the dem layer and add the Destination.shp shapefile to the document using the Add Data tool. This dataset has three point features representing three destination points, each with a unique ID. Department of Civil Engineering 10

11 (2) To see their IDs, open the attribute table by right clicking on the Destination layer and then clicking on Open Attribute Table. This ID is important because it is useful when the allocation is defined for the cells. Close the attribute table. (3) Change the legend of this layer by clicking on the legend to open the Symbol Selector. In the window that appears, select the Triangle 2 symbol and then click OK. Click Spatial Analyst Tools/Distance/Euclidean Distance. In the window that opens, select Destination as the input raster, leave Maximum distance blank, and let the Output cell size be 500. Select the location and name for the output distance raster and the output direction raster, and click OK. Two new raster datasets will be added to the map; examine them carefully. 5. Density In this part of the exercise, you will use the Density function. The Density function can be used to create a continuous density surface from a set of input features within the search area. Department of Civil Engineering 11

12 When you open the attribute table of Destination, you will see a field called Pop which contains population values at the respective points. This attribute will be used to create a density surface. (1) Make all the layers in the map invisible except dem and Destination. Click Spatial Analyst/Density/Kernel Density. (2) In the Density window that appears, choose Destination for Input point or polyline features, choose Pop as Population field, enter for Search radius, choose square kilometers as Area units, let 500 be the value for Output cell size, and finally, enter the location and name for the Output raster. (3) Click OK to create the density raster. 6. Interpolate to Raster In this part of the exercise, you will use the IDW function. This function interpolates a raster surface from a point feature dataset using an inverse distance weighted (IDW) technique. Open the attribute table of the Destination layer and look at the field called Pop, which contains population values at the respective points. This attribute will be used to create an interpolated surface. Department of Civil Engineering 12

13 (1) Make all the layers in the map invisible except Destination. Click on Spatial Analyst Tools/Interpolation/IDW. (2) In the window, choose Destination as Input points, choose Pop as Z value field, let 2 be the value for Power, choose variable as Search radius type, use the default values for Search Radius Settings, let the Output Cell Size be 500, and finally, enter the location and the name for the new interpolated surface. (3) After performing all the above actions, click OK to create the density raster. 7. Create Contours In this part of the exercise, you will use the Contour function to create a line feature dataset in which the lines connect points of equal cell value. (1) For this section, you need only the dem layer, so make the other layers invisible or remove them from the document. (2) To create contours, click Spatial Analyst Tools/Surface/Contour. The contour window will appear. Department of Civil Engineering 13

14 (3) Select dem as the Input surface, enter 100 in the Contour interval field, and leave the remaining default entries. Finally, enter the location and name for the output line shapefile. (4) After making all these entries, click OK. A new shapefile will be added to the document. (5) Change the legend of this layer by clicking on the legend to open the Symbol Selector window. Under the Options tab, select red for the Color and 2 as the width. Finally, click OK in this window. Note: Submit a layout of the Shapefile. 8. Slope In this part of the exercise, you will use the Slope function. Slope is a neighborhood function that creates a grid of maximum rate of change of the cell values of the input grid. The slope is derived based on a 3-by-3-cell neighborhood. (1) For this section, you need only the dem layer, so make the other layers invisible or remove them from the document. (2) To create a slope surface, click Spatial Analyst Tools/Surface/Slope. The Slope window will open. Department of Civil Engineering 14

15 (3) Select dem as the Input surface, Degree as the option for Output measurement and leave the remaining default entry. (4) Enter the location and name for the output slope grid. After making all these entries, click OK. 9. Aspect In this part of the exercise, you will use the Aspect function. Aspect is a neighborhood function that creates a grid of the aspect or direction of maximum slope of the cells of the input grid. (1) For this section, you need only the dem layer, so make the other layers invisible or remove them from the document. (2) To create an aspect grid, click Spatial Analyst/Surface Analysis/Aspect. The Aspect window will open. (3) Select dem as the Input surface and enter the location and name for the output aspect grid. Click OK. Department of Civil Engineering 15

16 10. Hillshade In this part of the exercise, you will use the Hillshade function. Hillshade is a neighborhood function that creates a grid of surface brightness for a given position of a light source. (1) For this section, you need only the dem layer, so make the other layers invisible or remove them from the document. (2) To create a Hillshade surface, click Spatial Analyst Tools/Surface/Hillshade. The Hillshade window appears. (3) Select dem as the Input surface and leave the remaining four default entries. (4) Enter the location and name for the output Hillshade grid. After making all these entries, click OK. Department of Civil Engineering 16

17 11. Viewshed In this part of the exercise, you will use the Viewshed function. Viewshed is a global function that creates a grid of the visible and non-visible surfaces from an observation point. (1) For this section, you need only the dem layer and a point shapefile containing observation points, so make the other layers invisible or remove them from the document and add ObsPts.shp to the view using the Add Data tool. (2) Change the legend of this layer by clicking on the legend to open the symbol selector. In the window that opens, select the Cross 2 symbol and click OK. (3) To create a viewshed surface, click Spatial Analyst Tools/Surface/ Viewshed. The Viewshed window appears. (4) Select dem as the Input raster, ObsPts as Observer features, and leave the remaining default entries. (5) Enter the location and name for the output grid in Output raster. After making all these entries, click OK. Department of Civil Engineering 17

18 12. Neighborhood Statistics In this part of the exercise, you will use the Focal Statistics function. Focal Statistics is a focal function that creates a grid with cell values equal to a statistic of the neighborhood cell values of the input grid. The statistic can be majority, maximum, mean, median, minimum, minority, range, standard deviation, sum, and variety. The neighborhood can have different shapes. (1) In the ArcMap document, make only the dem layer visible. (2) To use the focal function, click on Spatial Analyst Tools/Neighborhood/Focal Statistics. (3) In the window that appears, select dem as Input raster, Circle as Neighborhood, enter 10 as the value for Radius, select cell as the Units, and Mean as Statistic type. (4) Select the location and name for the output raster in the Output Raster box and click OK to create the new raster. Department of Civil Engineering 18

19 13. Zonal Statistics Zonal Statistics is a zonal function that creates a table with all the statistics of the cell values within each zone. Table rows correspond to zones and columns to statistics. The statistics are majority, maximum, mean, median, minimum, minority, range, standard deviation, sum, and variety. The zones can be defined as polygons or (integer) grid cells with the same value. This function also creates a chart with user-specified statistics. As we have a DEM as our base raster, we will define zones to be watersheds. The dem layer has the spatial extent as that of the Guadalupe basin, so we will use Guadalupe watersheds as zones. (1) In the ArcMap document, make all layers invisible or remove all the layers except dem. (2) Now add the shapefile Zones.shp to the document as a layer using the Add data tool. (3) Next click on Spatial Analyst Tools/Zonal/Zonal Statistics. (4) In the window that appears, select Zones for Zone dataset, HUC as Zone field (think of HUC as unique IDs for zones) and dem as the Value raster. Make sure there is a check for Ignore NoData in Calculations, and enter MEAN for Statistics type. (5) Enter a location and name for the output raster and click OK. Department of Civil Engineering 19

20 (6) Next click on Spatial Analyst Tools/Zonal/Zonal Statistics as Table. (7) In the window that appears, select Zones for Zone dataset, HUC as Zone field and dem as the Value raster. Make sure there is a check for Ignore NoData in Calculations, and enter ALL for Statistics type. (8) Enter a location and name for the output table and click OK. Note: Submit a layout of the table and the chart Department of Civil Engineering 20

21 14. Raster Calculator The Raster Calculator is a very useful function for analyzing grids. One can use the Raster Calculator to perform map algebra, make selections, perform mathematical functions, weigh rasters, combine rasters, etc. In this exercise, you are going to flag the cells of the dem by applying a Boolean condition. The condition is whether the value of a cell is less than 100 or not. (1) Make all the layers in the ArcMap document invisible except dem. (2) To open the raster calculator window, click on Spatial Analyst Tools/Map Algebra/Raster Calculator. In the formula window, type the expression [dem] < 100 (see figure below), name the Output raster, and then click OK to create a new raster. Department of Civil Engineering 21

22 15. Histogram In this part of the exercise, you will use the Histogram function. Histogram is a global function that creates a column chart of histograms of the cell values. (1) The range of values in the dem layer is too high, so use the reclass grid that was created previously in this tutorial. Add the reclass layer to the map, if it is not already added to the map. (2) In the Spatial Analyst toolbar, select Reclass as the Layer and then click on the Histogram tool located on the toolbar. Note: Submit a layout of the histogram. Department of Civil Engineering 22

23 These materials may be used for research and educational purposes only. Please credit the authors and the Department of Civil Engineering,. All commercial rights reserved. Copyright 2014:. Department of Civil Engineering 23

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

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

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

Compilation of GIS data for the Lower Brazos River basin

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

More information

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

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

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

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

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

Lab 9. Raster Analyses. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lab 9. Raster Analyses. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lab 9 Raster Analyses Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University How to Interpolate Surface Turn on the Spatial Analyst extension: Tools > Extensions >

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

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

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

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

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

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

More information

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

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

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

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

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

More information

Map Analysis with Vector Data

Map Analysis with Vector Data Map Analysis with Vector Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Department of Civil Engineering December 5, 2011 Contents Brief Overview of Map Analysis...

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

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

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

Lecture 22 - Chapter 8 (Raster Analysis, part 3)

Lecture 22 - Chapter 8 (Raster Analysis, part 3) GEOL 452/552 - GIS for Geoscientists I Lecture 22 - Chapter 8 (Raster Analysis, part 3) Today: Zonal Analysis (statistics) for polygons, lines, points, interpolation (IDW), Effects Toolbar, analysis masks

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface

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

More information

Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri. [10] Spring 2018 GIS Dr. Mohammad N. Almasri Spatial Analyst

Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri. [10] Spring 2018 GIS Dr. Mohammad N. Almasri Spatial Analyst Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri 1 Preface POINTS, LINES, and POLYGONS are good at representing geographic objects with distinct shapes They are less good

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

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

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

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

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 This lab explains how work with a Global 30-Arc-Second (GTOPO30) digital elevation model (DEM) from the U.S. Geological Survey. This dataset can

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira Prepared by Lora Baumgartner

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira Prepared by Lora Baumgartner George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner Exercise Topic: Getting started with HEC GeoRAS Objective: Create

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

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

ii. From the Tools menu choose Multi-Extract

ii. From the Tools menu choose Multi-Extract Created By: Grant J. Firl Advisors: Paul Evangelista, Jim Graham Date: November 2010 Software: ArcGIS v9.2, TUGZip v3.5 Lesson 8: Mosaicking and Clipping Landsat Data The purpose of this tutorial is to

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 1: Introduction to ArcGIS

Lab 1: Introduction to ArcGIS Lab 1: Introduction to ArcGIS Objectives In this lab you will: 1) Learn the basics of the software package we will be using for the remainder of the semester, and 2) Discover the role that climate and

More information

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 9 Raster Data Analysis Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Raster Data Model The GIS raster data model represents datasets in which square

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

Hot Spot / Kernel Density Analysis: Calculating the Change in Uganda Conflict Zones

Hot Spot / Kernel Density Analysis: Calculating the Change in Uganda Conflict Zones Hot Spot / Kernel Density Analysis: Calculating the Change in Uganda Conflict Zones Created by Patrick Florance. Revised on 10/22/18 for 10.6.1 OVERVIEW... 1 SETTING UP... 1 ENABLING THE SPATIAL ANALYST

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

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

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

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

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

Lab 11: Terrain Analysis

Lab 11: Terrain Analysis Lab 11: Terrain Analysis What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. You should read chapter 11 in the GIS Fundamentals textbook before performing

More information

Raster Analysis and Functions. David Tenenbaum EEOS 465 / 627 UMass Boston

Raster Analysis and Functions. David Tenenbaum EEOS 465 / 627 UMass Boston Raster Analysis and Functions Local Functions By-cell operations Operated on by individual operators or by coregistered grid cells from other themes Begin with each target cell, manipulate through available

More information

16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose <None>. Click OK button.

16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose <None>. Click OK button. 16) After contour layer is chosen, on column height_field, choose Elevation, and on tag_field column, choose . Click OK button. 17) The process of TIN making will take some time. Various process

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

Tutorial 1: Downloading elevation data

Tutorial 1: Downloading elevation data Tutorial 1: Downloading elevation data Objectives In this exercise you will learn how to acquire elevation data from the website OpenTopography.org, project the dataset into a UTM coordinate system, and

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

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map s v. 11.0 WMS 11.0 Tutorial Become familiar with the WMS interface Objectives Import files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS This tutorial will introduce you to the following: Websites where you may browse to find geospatial information Identifying spatial data, usable

More information

Explore some of the new functionality in ArcMap 10

Explore some of the new functionality in ArcMap 10 Explore some of the new functionality in ArcMap 10 Scenario In this exercise, imagine you are a GIS analyst working for Old Dominion University. Construction will begin shortly on renovation of the new

More information

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

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

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

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

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

Obtaining Submerged Aquatic Vegetation Coverage from Satellite Imagery and Confusion Matrix Analysis

Obtaining Submerged Aquatic Vegetation Coverage from Satellite Imagery and Confusion Matrix Analysis Obtaining Submerged Aquatic Vegetation Coverage from Satellite Imagery and Confusion Matrix Analysis Brian Madore April 7, 2015 This document shows the procedure for obtaining a submerged aquatic vegetation

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

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

I.1. Digitize landslide region and micro-topography using satellite image

I.1. Digitize landslide region and micro-topography using satellite image I. Data Preparation At this part, it will be shown the stages of process on preparing all types of data which required in making of landslide potential and banjir bandang hazard map. I.1. Digitize landslide

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. CHAPTER 12 RASTER DATA ANALYSIS 12.1 Data Analysis Environment Box 12.1 How to Make an Analysis Mask 12.2 Local Operations 12.2.1 Local Operations with a Single Raster 12.2.2 Reclassification 12.2.3 Local

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

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

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Exercise Topic: HEC GeoRAS Post-Processing Objectives: This tutorial is designed to walk you

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

GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools

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

More information

Gridding and Contouring in Geochemistry for ArcGIS

Gridding and Contouring in Geochemistry for ArcGIS Gridding and Contouring in Geochemistry for ArcGIS The Geochemsitry for ArcGIS extension includes three gridding options: Minimum Curvature Gridding, Kriging and a new Inverse Distance Weighting algorithm.

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

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

Introduction to GIS & Mapping: ArcGIS Desktop

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

More information

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

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

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

More information

CSTools Guide (for ArcGIS version 10.2 and 10.3)

CSTools Guide (for ArcGIS version 10.2 and 10.3) CSTools Guide (for ArcGIS version 10.2 and 10.3) 1. Why to use Orientation Analysis and Cross section tools (CSTools) in ArcGIS? 2 2. Data format 2 2.1 Coordinate Systems 2 3. How to get the tools into

More information

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

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

More information

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

Geol 588. GIS for Geoscientists II. Zonal functions. Feb 22, Zonal statistics. Interpolation. Zonal statistics Sp. Analyst Tools - Zonal.

Geol 588. GIS for Geoscientists II. Zonal functions. Feb 22, Zonal statistics. Interpolation. Zonal statistics Sp. Analyst Tools - Zonal. Zonal functions Geol 588 GIS for Geoscientists II Feb 22, 2011 Zonal statistics Interpolation Zonal statistics Sp. Analyst Tools - Zonal Choose correct attribute for zones (usually: must be unique ID for

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

ArcGIS 10.x Basic Exercise GMU Libraries

ArcGIS 10.x Basic Exercise GMU Libraries ArcGIS 10.x Basic Exercise GMU Libraries Goals of this exercise To introduce basic functions available in ArcGIS 10.x to create a simple thematic map You are going to create a thematic map using VA county

More information

Making flow direction data

Making flow direction data Step 4. Making flow direction data Training Module 1) The first step in hydrology analysis is making flow direction data. On Arc Toolbox window, click symbol + on Spatial Analyst Tools Hydrology, double

More information

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

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

More information

Finding GIS Data and Preparing it for Use

Finding GIS Data and Preparing it for Use 02-Finding_Data_And_Preparing_It_For_GIS_Analysis_92.Doc Page 1 of 16 Getting Ready for the Tutorial Sign Up for the GIS-L Listserv Finding GIS Data and Preparing it for Use The Yale University GIS-L Listserv

More information