Lab 10: Raster Analyses

Size: px
Start display at page:

Download "Lab 10: Raster Analyses"

Transcription

1 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 then apply a threshold to this access cost. There is a mix of old and new functions used in this lab. We ll explain the new, but you are expected to review old labs if needed to apply the old. You should read chapter 10 in the GIS Fundamentals textbook before performing this lab. Data are located in the \Lab10 subdirectory, including Valley3 and Valley9, threeand 9-meter DEMS of a portion of southeastern Minnesota and mardem, a 30 meter resolution raster elevation grid, and Shasta, a 30m DEM in northern California. Also provided is a DEM for the Duluth area and a DuluthNorthRoads layer. All data are in NAD83 UTM coordinates, Z units in meters, the Minnesota files in zone 15, and the California file is in zone 11. What You ll Produce: Two maps. First, as practice, you ll create a mosaic of the valley DEMs. Then you ll fix the Shasta DEM and produce a hillshades corrected elevation map. Then you ll create the second map, a cost surface with an applied threshold, and some of the intermediate data used for the cost surface; all these 4 parts of the cost surface exercise will be on the same layout. Project 1: Raster Resampling, Combination, Filtering We often obtain DEM data with various errors, a cell size different that we wish to have, or at different resolutions for different parts of our study areas. We may use raster operations, or functions, to improve our DEM data. In our first project, we will mosaic data of two different resolutions. We often have data from various sources, for example, DEMs at approximately 30m and 10 m for most of the U.S. and 3m resolutions or better for a small subset of areas. Our first task here will be combining two DEMs, valley3, at 3-meter cell size, and valley9, with a 9-meter resolution. We want to use the higher resolution data where we have it but use the lower resolution data elsewhere. 1

2 Start ArcGIS Pro and add both the valley3 and valley9 DEMs to an empty Map Frame. (If valley3 or valley 9 don t load; delete your entire Lab10 folder and copy a new, fresh copy of the entire folder to your L:\home and try again) Calculate the hillshade for both data sets (using standard default settings and Model shadows) (Analysis Tools ArcToolbox Spatial Analyst Tools > Surface > Hillshade). Inspect these hillshades carefully, and note the enhanced detail with the 3 meter DEM, as shown below. The figure on the right is from the hillshade of valley3, on the left the valley9. Note the greater definition of the small streams and streambanks. Remove the two hillshades from the data view to reduce clutter. We can use the raster calculator to join these two data sets. Note that we want to use the detailed valley3 data where we have it, and the coarser valley9 data everywhere else. Resampling To avoid unforeseen results, we should first convert our data sets to a common resolution, in this case the 9 meter data to a 3-meter cell size. This does not make the 9-meter data better. Basically, we are making a copy of the data at a finer resolution. (Video: Resample) 2

3 Use Analysis > Tools >ToolBox > Data Management Tools > Raster > Raster Processing -> Resample In the resultant window, specify the valley9 as input, an output filename, a 3- meter cell size, and a bilinear resampling (the textbook describes the differences among resampling methods). Name the output raster valley9to_3. After the resampling is done, examine the valley9to_3 and verify that it has a 3-meter resolution, either via the table of contents properties, then source/raster information, or by zooming on the map and using the measure tool. We can now combine the two data sets. Although there are many ways to do this, perhaps one of the simplest is with clever use of two raster functions IsNull and Con. The textbook describes these in detail, but in short, the IsNull returns True whenever a cell comparison or value is Null. The con function takes three values, the first is a true/false test, and second is the value to assign to an output grid if the test is true, and the third is the value to assign if the test is false. (Video: Raster Calculator) Using the Raster calculator, we can nest these functions: Analysis > Tools >ToolBox Spatial Analyst Tools Map Algebra Raster Calculator Con(IsNull("valley3"),"valley9to_3","valley3") Name the output something like combineddem 3

4 Be careful to type the expression as shown, the operators are case sensitive, meaning con is not the same thing as Con. The Raster Calculator is a rather rigid parser. It is easy to add extra spaces and other minor syntax errors that will keep your expression from executing. Pick the operators from the Tools or Raster windows, when possible and enter data via the keyboard only when necessary. This function first tests if the cell of Valley3 is Null. This is true everywhere in our study area outside the data region of Valley3. When the value is Null, the con function assigns the value found in Valley9_to3 to the cell in the output data set. When the value is not Null, the con function assigns the value found in Valley3. Examine the combinedem raster. Compute and inspect a hillshade and verify that it has the higher detail contributed by the Valley3 data set. Now we ll look at another way to fix DEMs with errors. Add a new empty Map Frame and remove the Map Frame that contains the valley data. (Practice is over, this is start of the 1 st turn-in exercise) Raster Filters We d now like to introduce filtering as a tool to fix noisy data. This is often used with interpolated surfaces, particularly LiDAR data, and similar tools are used near edges for mosaiced DEMs and other continuous surfaces. Filters are described in Chapter 10 of the GIS Fundamentals textbook. Load the DEM named Shasta, and calculate a hillshade surface for the Shasta DEM. Leave the Azimuth as is, set the Altitude to 25, and check the model shadows box. Inspect the output hillshade layer and notice the funny artifacts. These are both data spikes, white points with a long thin shadow trailing to the southeast, or pits, dark areas on the northwest with a white edge on the southeast. How do we remove these? As described in the text, we may use a low-pass filter to identify and get rid of this speckle. We may apply a low-pass filter to the SHASTA dem (not the Hillshade) with the Analysis > Tools >ToolBox > Spatial Analyst Tools >Neighborhood > Filter command. 4

5 Specify the Shasta DEM as the input, and a filter type of Low pass, and specify an output name, like Shasta_lo. Run the filter, calculate a hillshade for this new layer, using the default parameters, and do not Model shadows. Inspect the output, looking at the areas that have previously had spikes and pits (zoom way in). The before and after figure below left and right, show the same corresponding area above, it shows the reduction in the size of the spikes and pits, although they are still visible. We could stop here, and just accept the filtered data layer. But if we look carefully at the filtered and unfiltered hillshade, we ll see we pay a cost for filtering. We lose some of the fine detail, apparent in the image of the unfiltered hillshade to the left, below, compared to the filtered hillshade to the right. We d like to keep both, and we can. First, we should subtract the filtered DEM layer from the original Shasta layer. (remember not to accidentally use a hillshade layer; Hillshades are used for visual reference, seldom for any analysis) Analysis > Tools >ToolBox > Spatial Analyst Tools Map Algebra Raster Calculator Select the following in the Raster Calculator "shasta" - "shasta_lo" Name the output difference. (see figure at right); then Run. Calculate the hillshade for the difference layer you just created. 5

6 The figure at right shows a zoomed in version of the hillshade of the difference output, with the largest differences at and around the spikes and pits, seen as squares of contrasting shades. (Shown for your information; you do not need to create a hillshade of your difference layer) We can now then replace the cells were the difference is large. Here, large is a relative term, but after a few trials, and looking at the difference histogram, a threshold of about 15 works fairly well. We want to replace the cells in the shasta image when they are more than 15 meters different from the filtered surface. Otherwise, we leave the Shasta surface alone, and hence, we don t get any of the degradation in detail in otherwise good data. We can open the Analysis > Tools >ToolBox > Spatial Analyst Tools Map Algebra Raster Calculator, and apply the following function, also shown within the raster calculator in the figure following: Con(Abs( difference ) > 15, shasta_lo, shasta ) If the absolute value of the difference is greater than 15, we write the filtered value to the output. Otherwise, we write the original data value. Name the output something like smoothed. We can verify that this is helpful by viewing the hillshade of the output raster (again using default parameters and not modeling shadows), and comparing it to the original, and the filtered surfaces. Note that we have removed much of the speckle but maintained the detail. 6

7 We could apply the filter successively, and average the local points further, and apply the Con function to a difference layer again. It would lead to an improved surface, and we would do this if we were using the data for a project where the noise reduced our accuracies. But since you won t learn much new with repetition here, we ll just produce a map and move on to project 2. For display, calculate a hillshade of the smoothed raster, name it something like HillSmooth. Use an altitude of 35 degrees and model shadows. Add the shaded relief (that is the HillSmooth), making it semi-transparent (50-60%) over the smoothed elevation data. (See box at right for a check of the values of your layers to this point; check the value ranges with your results ) Make sure you model shadows in the shaded relief surface (points will be deducted if you do not we need it to evaluate how well you ve applied the filtering). Create a Layout as shown below, add a reasonable legend, name, north arrow, description, and scale bar, and export the map as a.pdf. In the figure below, the symbology stretch type is set to Standard Deviations, n=1.5 7

8 Project 2: A Cost Surface We will create a cost surface for locating a building. Our cost surface will depend on slope and distance to existing roads. In our problem, we will assign a road construction cost of $25 per meter of road required. We have a vector data layer of roads, digitized from USGS maps, and we will use grid functions to convert this to a cost data layer. Slope also affects access costs, because roads on steeper terrain are more expensive. The cost is nonlinear, increasing slowly at first for low slopes, then more rapidly at steeper slopes. The relationship is not linear, in that it is more than 10 times as expensive to build a road on a 20% slope than a 2% slope, and impossible to build over a steep threshold. We provide both a roads data layer and a distance data layer. You will calculate a slope cost using the raster calculator. We use a few formulas for a very crude m3odel of costs, a more accurate analysis would require much more complicated processing, but our approach gives you the general idea while gaining practice with raster calculations. We will then calculate a distance cost, and then total cost by adding both layers. We will then add these two cost layers. Finally, we wish to apply an upper threshold of $25,000 to consider only those areas that are within our budget. Start ArcGIS Pro. Create a new project, add a map, add the raster DulNorthDEM, and calculate the percent slope, Analysis Tools Toolbox Spatial Analyst Tools Surface Slope Specify and remember the name you assign for the slope layer, here I use Slope_tif1 8

9 Add the output slope surface to the map and inspect it. Use the cursor and the TOC slope layer Properties Source tab. What are the slopes? What are the highest and lowest values? Do they appear reasonable? Next apply a formula that determines the cost of building on slopes: Left click on Analysis Tools Toolbox Spatial Analyst Tools Map Algebra Raster Calculator Use the mouse to select the equation Exp( Slope_tif1 * 0.2) as shown in the window at right, where Slope_tif1 is the name I chose for my slope layer in the previous calculations. You should substitute your slope layer name if it is different. This applies an exponential function to each cell value and saves it in the output raster slope_exp. If you inspect the output, you ll note it has a lowest value of 1, and a very large highest value, something like 2.38 x (note image will appear almost solid black) We need to shave off the highest end, as it can cause functions to calculate too large a value later. We want to place a ceiling on values over

10 We use the Con function in the Raster Calculator, applying the condition as shown below, Con(( slope_exp ) > 300, 300, slope_exp ) Verify for yourself that this makes sense remember it is Con (condition, value if condition is true, value if condition is false) The thumbnail below shows a green to red color ramp applied to the symbology, with the red areas showing steepest slopes. We now calculate slope costs. Our formula states that is $1000 times the slope factor, starting at 0 extra dollars for a flat (0 slope) surface. Using the raster calculator as shown above, we can derive a slopecost raster. Apply the formula slope_exp300 * Any idea why the final at the end of the formula? What is the exp(0)? 10

11 Assign the symbology as shown at right. Note we ve specified the Min-Max stretch type, with custom statistics, and specified 0 Min, Max in the Options (Video: Custom Ramp) Compare your Map to the thumbnail image below to verify your slopecost function is calculated correctly. You should have something that looks like this, when applying a max-min symbology over the 0 - $25,000 range to your slope cost. 11

12 Add the DuluthNorthRoads vector layer to your map. Save your Project before going any further! Calculate the distance from roads raster, via Analysis Tools Toolbox Spatial Analyst Tools Distance Euclidean Distance. Use DuluthNorthRoads as the input Name the output raster distance. Set the cell size to 3 Don t specify an output direction raster Distance Method Planar (Video:Distance) (Note: if this operation runs but never seems to end; i.e. stays at 2%. You can try to Cancel the operation but that might not work. You may have to Exit ArcGIS Pro or select the top Citrix Dropdown and open Task Manager and end the ArcGIS Pro Task. You can also restart Citrix. When you get your Project back open you can try: Select the DuluthNorthRoads in the Table of Contents, Data, Export Features, use the default output name, Run; then repeat the Euclidean Distance on the new copy of the roads. IF ALL ELSE FAILS use the distance layer we created for emergency L:\FNRM3131 or 5131 \Lab10\distance_if_yours_doesnt_work.tif. This layer is already complete, just use it for the next step) You should get something that looks like the above figure, depending on your color ramp: (used in this image classify with 5 Natural Breaks (Jenks)) 12

13 Now: Calculate distance cost, as $25 per meter: (used in this image classify with 5 Natural Breaks (Jenks )) Now add the distance and slope costs, to calculate a totcost surface. 13

14 You should get a layer with range of values approximately from 0 to 350,000. The high end is from the steepest slopes, and it is a long-tailed distribution, meaning there are few, very high values which skew the symbology stretch, and obscure much of the variation. If we cut off the stretch at 10,000 (see figure at right), then we show more detail. The detail is shown in the thumbnail of the layer below. Note the drop-off near the roads at this stretch, with a threshold above 10,000 reached due to the distance function. 14

15 We now introduce permanent reclassification. This is a conversion from one set of numbers to another, into a new raster. We do this in a raster GIS through a reclass table. This table has a column for input values (Old values in the figure below) and a column for output values (New values in the figure below). Each cell value is examined, and input value matched to an entry in the table, and the corresponding output value reassigned according to the table. For example, the table at right specifies that all Old values between 0 and 200 are assigned a new value of 0, values between 200 and 400 are assigned a value of 1 and values from 400 to 10,000 are assigned a value of NoData. This is an example This data not is used in this lab! In a permanent reclassification, output values are saved to a new raster. This is different from reclassification when we specify the symbology. Up until now you ve been specifying lists of values for coloring a display. No data are changed in the source file, nor are new files saved. In previous lessons we have only performed reclassifications for display. Today we will perform a permanent reclassification. It is easy to get confused, because the classify menus are similar these two classifications. We wish to consider only areas where the total costs are below $25,000 We need to create a mask, with 1 where the total cost is below $25,000, and NoData where the total cost is above $25,000 Review the video Reclass for instructions on how to use the Reclassify tool Start the tool by ArcToolbox Spatial Analyst Tools Reclass Reclassify. 15

16 In the reclassification window (not shown), set the Use totcost as your input layer, Add entries by filling in the start, end, and new fields. When you finish a row, a new blank one should appear below. The first row should Old values of 1 to to New values of 1, The second row should assign values above to NoData. Here we specify the largest value, , but any number larger than the largest value in the data set will. Add a row that assigns NoData to NoData Place the output in a raster named classmask This should result in a reclassification table as shown at right: Click Run to execute the function 16

17 This should result in a mask layer called classmask Use the raster calculator to multiply the mask ( classmask ) by the total cost ( totcost ) layer (instructions not shown, refer to earlier parts if you are unsure how; (hint: see the geoprocessing tool we introduced at the bottom of page 3 in these instructions)); call the output something like Final_Cost. It should look something like this: Create a 4-panel pdf map of your work: Create a composite layout with four separate maps on the same layout. You ll have to create maps with 1) the distance cost layer, 2) another map with the slope costs layer, 3) another map with the mask layer, and 4) a map with the final cost layer. 17

18 Add the roads layer to each map. Use a contrasting color for the mask, and color the distance and slopes costs and the final cost as graduated colors, Include the appropriate legend for the layout, with a title, name, north arrow, legend, and scalebar Note that you should make all of the maps the same size in the layout view. You can do this by right clicking on a frame, and then selecting Properties then Display Options in the formatting pane at the right of the main window, then modifying the scale. Experiment with scales to find one appropriate for the maps, then use the same one for all maps shown in the layout. 18

19 (Video: MapSize&Scale) You should turn in a map that looks something like: Note: your Distance and Slope surfaces should be stretched over the same range as the Final Cost surface (use Symbology, Stretch, Stretch Type =Standard Deviation 2, Statistics = Custom, Max =25000, and also change the Label value to $25,000 ) 19

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 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 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 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 Videos that show how to copy/paste data

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

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

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

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

Lab 7: Tables Operations in ArcMap

Lab 7: Tables Operations in ArcMap Lab 7: Tables Operations in ArcMap What You ll Learn: This Lab provides more practice with tabular data management in ArcMap. In this Lab, we will view, select, re-order, and update tabular data. You should

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

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

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

Masking Lidar Cliff-Edge Artifacts

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

More information

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

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

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

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

Final project: Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I

Final project: Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I GEOL 452/552 - GIS for Geoscientists I Lecture 21 - Chapter 8 (Raster Analysis, part2) Talk about class project (copy follow_along_data\ch8a_class_ex into U:\ArcGIS\ if needed) Catch up with lecture 20

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

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

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

Module: Rasters. 8.1 Lesson: Working with Raster Data Follow along: Loading Raster Data CHAPTER 8

Module: Rasters. 8.1 Lesson: Working with Raster Data Follow along: Loading Raster Data CHAPTER 8 CHAPTER 8 Module: Rasters We ve used rasters for digitizing before, but raster data can also be used directly. In this module, you ll see how it s done in QGIS. 8.1 Lesson: Working with Raster Data Raster

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

I CALCULATIONS WITHIN AN ATTRIBUTE TABLE

I CALCULATIONS WITHIN AN ATTRIBUTE TABLE Geology & Geophysics REU GPS/GIS 1-day workshop handout #4: Working with data in ArcGIS You will create a raster DEM by interpolating contour data, create a shaded relief image, and pull data out of the

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

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

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

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

More information

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

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

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

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

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

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

More information

Map Algebra Exercise (Beginner) ArcView 9

Map Algebra Exercise (Beginner) ArcView 9 Map Algebra Exercise (Beginner) ArcView 9 1.0 INTRODUCTION The location of the data set is eastern Africa, more specifically in Nakuru District in Kenya (see Figure 1a). The Great Rift Valley runs through

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

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

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

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

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

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

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

Digital Elevation Model & Surface Analysis

Digital Elevation Model & Surface Analysis Topics: Digital Elevation Model & Surface Analysis 1. Introduction 2. Create raster DEM 3. Examine Lidar DEM 4. Deriving secondary surface products 5. Mapping contours 6. Viewshed Analysis 7. Extract elevation

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

Conservation Applications of LiDAR. Terrain Analysis. Workshop Exercises

Conservation Applications of LiDAR. Terrain Analysis. Workshop Exercises Conservation Applications of LiDAR Terrain Analysis Workshop Exercises 2012 These exercises are part of the Conservation Applications of LiDAR project a series of hands on workshops designed to help Minnesota

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

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

RiparianZone = buffer( River, 100 Feet )

RiparianZone = buffer( River, 100 Feet ) GIS Analysts perform spatial analysis when they need to derive new data from existing data. In GIS I, for example, you used the vector approach to derive a riparian buffer feature (output polygon) around

More information

Mapping the Thickness of the Rocky Flats Alluvium and Reconstructing the Pleistocene Rocky Flats Paleogeography (with Spatial Analyst).

Mapping the Thickness of the Rocky Flats Alluvium and Reconstructing the Pleistocene Rocky Flats Paleogeography (with Spatial Analyst). Exercise 8 Mapping the Thickness of the Rocky Flats Alluvium and Reconstructing the Pleistocene Rocky Flats Paleogeography (with Spatial Analyst). Due: Thursday, February 15, 2018 Goal: Creating Rasters

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

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

Terrain Analysis. Using QGIS and SAGA

Terrain Analysis. Using QGIS and SAGA Terrain Analysis Using QGIS and SAGA Tutorial ID: IGET_RS_010 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction Introduction This document describes how to take the data collected with the total station for the campus topographic map project and

More information

Lab 8: More Spatial Selection, Importing, Joining Tables

Lab 8: More Spatial Selection, Importing, Joining Tables Lab 8: More Spatial Selection, Importing, Joining Tables What You ll Learn: This lesson introduces spatial selection, importing text, combining rows, and joins. You should have read, and be ready to refer

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

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

George Mason University Department of Civil, Environmental and Infrastructure Engineering

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

More information

GIS Tools for Hydrology and Hydraulics

GIS Tools for Hydrology and Hydraulics 1 OUTLINE GIS Tools for Hydrology and Hydraulics INTRODUCTION Good afternoon! Welcome and thanks for coming. I once heard GIS described as a high-end Swiss Army knife: lots of tools in one little package

More information

Introduction to GIS A Journey Through Gale Crater

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

More information

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

Lab 3: Digitizing in ArcMap

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

More information

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

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

More information

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

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

GEOG 487 Lesson 8: Step-by-Step Activity

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

More information

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x I. Introduction GY461 GIS 1: Environmental In this project you will use data from a topographic survey of the USA campus to generate 2 separate maps: 1. A color-coded 2-dimensional topographic contour

More information

Operations. What Do I Need? Scan Filter

Operations. What Do I Need? Scan Filter Smooth Anomalous Values in a DEM Reduce Noise and Speckling in a Satellite Image Smooth Anomalous Values in Ordinal Data (Nearest Neighbour Interpolation) Smooth Anomalous Values in Nominal Data (Nearest

More information

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

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

More information

Lab 3: Digitizing in ArcGIS Pro

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

More information

Exercise Lab: Where is the Himalaya eroding? Using GIS/DEM analysis to reconstruct surfaces, incision, and erosion

Exercise Lab: Where is the Himalaya eroding? Using GIS/DEM analysis to reconstruct surfaces, incision, and erosion Exercise Lab: Where is the Himalaya eroding? Using GIS/DEM analysis to reconstruct surfaces, incision, and erosion 1) Start ArcMap and ensure that the 3D Analyst and the Spatial Analyst are loaded and

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

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP LAB 9: Buffering and Overlay in ArcGIS - ArcMAP What You ll Learn: to apply the concepts of buffering and overlay, two common cartographic operations. You should read chapter 9 in the GIS Fundamentals

More information

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page.

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page. Lesson 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

More information

This will display various panes in a window.

This will display various panes in a window. Map Map projections in ArcMap can be a bit confusing, because the program often automatically reprojects data for display, and there are a ways to permanently project data to new data sets. This describes

More information

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data.

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data. Vector Data Analysis Working with Topographic Data Vector data analysis working with topographic data. 1 Triangulated Irregular Network Triangulated Irregular Network 2 Triangulated Irregular Networks

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

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

Lab 5: Georeferencing, Digitization, and Processing

Lab 5: Georeferencing, Digitization, and Processing Lab 5: Georeferencing, Digitization, and Processing Purpose: An introduction to georeferencing images, practice digitizing, and combine lesson up to this point. To Do: Register a scanned image, digitize

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

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

GIS EXERCISE 4. Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning J / 4.

GIS EXERCISE 4. Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning J / 4. Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning 11.304J / 4.255J GIS EXERCISE 4 Objective: To understand how suitable/costly developable

More information

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad.

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad. BIOL 4460/5460 and GEOL 4460 Introduction to GIS LAB 4 MAKING A THEMATIC MAP This exercise is to show you how to create a map for printing. As you have seen in the lecture, maps can have different purposes

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

Suitability Analysis in Raster GIS. Combining Multiple Maps

Suitability Analysis in Raster GIS. Combining Multiple Maps Suitability Analysis in Raster GIS Combining Multiple Maps The Challenge Thus far Single or Dual Factor Overlay Analyses i.e. Land Cover on Private Land Biophysical Analyses with Algebraic Formulas i.e.

More information

Lab 2. Practice with ArcGIS

Lab 2. Practice with ArcGIS Lab 2. Practice with ArcGIS Purpose: To practice map composition and printing in ArcGIS To Do and Hand In: Compose, print, and hand in two maps, described below. Maps due in lab one week after assignment.

More information

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

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

More information

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

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

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

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. GIS LAB 1 Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. ArcGIS offers some advantages for novice users. The graphical user interface is similar to many Windows packages

More information

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

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Before

More information

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

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

Lab 1: Landuse and Hydrology, learning ArcGIS

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

More information

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

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

Data for this exercise are in the class resources Lab/lesson 1,

Data for this exercise are in the class resources Lab/lesson 1, Lab 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

More information