GEOG 487 Lesson 8: Step-by-Step Activity

Size: px
Start display at page:

Download "GEOG 487 Lesson 8: Step-by-Step Activity"

Transcription

1 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. 1. Unzip the Data for Use in ArcMap a. Unzip the Lesson 8 data in your L8 folder. Since all of the starting raster format layers are included in this zip file, you do not need to worry about how you unzip the data. b. Familiarize yourself with the contents of the data included with this zip file. Refer to the Lesson Data section for additional information. 2. Organize the Map Document and Familiarize Yourself with the Study Area Since all of the datasets used in this lesson have the same projection, we do not need to be concerned with the order that we load the data. a. Start ArcMap and make sure the Spatial Analyst extension is on. Create a new map, and save it in your L8 folder. b. Add the LakeRaystown, geology, soil, elev, and streams_buffer datasets from your L8Data folder. Select No if prompted, "Would you like to create pyramids?" c. Examine the metadata and attribute tables of all of the starting datasets. d. Change the symbology of the "LakeRaystown" and "streams_buffer" layers to hollow outlines, the geology layer to unique colors by "rock_type," and the soils layer to unique colors by "texture." e. Zoom to the extent of the Lake Raystown Watershed and look for spatial patterns in the geology and soil datasets. f. Add the Open Street Map basemap. Explore the study area. Do the all of the provided raster grids have the same cell size? Do all of the input datasets have the same extent? What are the units of the "VALUE" attribute in the elevation grid? How many different types of soil and rock types are in the study area? How wide of a buffer was used to create the streams data? Where is the Lake Raystown Watershed located in relation to the state of Pennsylvania? GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 1 of 21

2 3. Set the Spatial Analyst Option Settings a. Go to Geoprocessing > Environments i. Set your workspace and scratch space to your Lesson 8 folder. ii. Set the output coordinates, mask and extent to Same as LakeRaystown. iii. Set the cell size to 30 meters. iv. Choose to not build pyramids. b. Save your map to lock in the options. Part II: Customize the Data and Produce the DRASTIC Groundwater Vulnerability Layer In Part II, we will create a series of grids representing the DRASTIC Ratings for each parameter (D -Depth to Water Table, R- Net Recharge, A - Aquifer Media, S - Soil Media, T - Topography, I - Impact of Vadose Zone, and C- Hydraulic Conductivity). The dataset we will use to create each grid is shown in the graphic below. In this section, we will introduce two new spatial analyst concepts: creating slope grids from elevation and reclassifying ranges of values as opposed to unique values. 1. Add DRASTIC ratings to the Soil Layer a. Open the Soil attribute table and examine the data. Pay particular attention to the "TEXTURE" field. We will use this field to convert the vector file to a raster grid. b. ArcToolbox > Conversion Tools > To Raster > Feature to Raster. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 2 of 21

3 Make sure you have the correct answer before moving on to the next The "soilgrid" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous (Be sure to expanding the table columns to view all COUNT totals.) c. Compare the "soilgrid" map and attribute table to that of the "soil" shapefile. d. Now that the soil data is in grid format, we can reclassify the grid to assign DRASTIC Ratings to each soil type. e. Use the values in the table below to reclassify "soilgrid" based on the "TEXTURE" field. Name the output file "S." (This is the letter used in the DRASTIC acronym to represent the Soil Media). Table 1: DRASTIC Ratings for Soil Textures (S) Texture DRASTIC Rating Silty Clay Loam 3 Loam 5 Loamy Sand 6 GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 3 of 21

4 Make sure you have the correct answer before moving on to the next The "S" attribute table should match the example below. If your data does not match this, go back and redo the previous 2. Add DRASTIC ratings to the Geology Layer Three of the seven DRASTIC factors (A - Aquifer media, I - Impact of the vadose zone, and C - Hydraulic Conductivity) can be defined on the basis of geology. We will use Reclassify Tool again to assign DRASTIC ratings corresponding to these three factors for the appropriate surface geology units contained in the geology layer. a. Open the Geology attribute table and examine the data. Pay particular attention to the "ROCK_TYPE" field. We will use this field to convert the vector file to a raster grid. b. Convert the Geology shapefile to a grid. Use "ROCK_TYPE" as the "Field." Name the grid "geologygrid." Make sure you have the correct answer before moving on to the next The "geologygrid" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 4 of 21

5 c. Tables 2, 3 and 4 show the DRASTIC ratings for Aquifer Media, Vadose Zone, and Hydraulic Conductivity, respectively. Create three new grids from the "geology grid" raster using the reclassify tool and "ROCK_TYPE" field. Name the new grids "a," "i," and "c". Table 2: DRASTIC Ratings for Aquifer Media (a) Rock Type DRASTIC Rating Interbedded Sedimentary 6 Sandstone 6 Shale 2 Carbonate 10 Table 3: DRASTIC Ratings for Impact of Vadose Zone (i) Rock Type DRASTIC Rating Interbedded Sedimentary 6 Sandstone 6 Shale 3 Carbonate 10 Table 4: DRASTIC Ratings for Hydraulic Conductivity (c) Rock Type DRASTIC Rating Interbedded Sedimentary 2 Sandstone 1 Shale 1 Carbonate 10 GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 5 of 21

6 Make sure you have the correct answer before moving on to the next The "a," "i," and "c" attribute tables should have all of the attributes shown below. If your data does not match this, go back and redo the previous Again, be sure to expand the COUNT field to see all the complete values. 3. Create a Slope Map from the Digital Elevation Model and add DRASTIC ratings When you have data that represents elevation, you can create several different types of raster layers, one is a slope grid. Slope represents steepness, incline, or grade of a line or area. A higher slope value indicates a steeper incline. With Spatial Analyst, it is easy to create a slope layer from elevation data. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 6 of 21

7 a. Select ArcToolbox > Spatial Analyst Tools > Surface > Slope. b. Choose "elev" as the "Input raster", select "PERCENT RISE" for the "Output measurement." Leave the "Z factor" at 1 and name the output raster "pctslope." The resulting layer depicts steep slopes with high values and gentle slopes with low values. Degree vs. Percent Slope: Be careful when choosing the slope output measurement. There are two ways to express slope values, either as a percent or as a degree. "45 degrees" slope and "45 %" slope are NOT equivalent values. Degree slope (θ): angle created by a right triangle with sides of length "rise" and "run" Percent slope: length of "rise"/length of "run" * 100 c. Examine the "pctslope" grid. Notice how the attribute table is greyed out. Remember from Lesson 5 that raster attribute tables are not created if the values contain decimals. d. We want to reclassify the "pctslope" grid using the DRASTIC Ratings in Table 6. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 7 of 21

8 Table 6: Ranges and Ratings for Topography Topography Range DRASTIC Rating > 18 1 e. Open the Reclassify tool and select the "pctslope" grid. Notice the default number of classes and break values listed in the "Old values" column. These are not particularly useful to us, since we want to use 5 break values (2, 6, 12, 18, and the largest number in the dataset). f. The quickest way to change these settings is to click on the "Classify " button. Select "Natural Breaks (Jenks) as the Classification Method. Change the number of classes to "5." Manually type in the break values on the right hand side. Notice that once you alter the values, the classification method automatically changes to "Manual." Click "OK." 2 *If you are using ArcGIS Desktop version 10.5 you will likely see the following pctslope Classification GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 8 of 21

9 *If you are using ArcGIS Desktop version or 10.6 you will most likely see the following Alternate results. Those results are labeled as Alt. You should see the "Old values" update like the example below. g. Modify the "New Values" in the reclassify window based on the values in Table 6. Name the resulting grid "t." Make sure you check the box "Change missing values to NoData." GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 9 of 21

10 Make sure you have the correct answer before moving on to the next The "t" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous Make sure you have the correct answer before moving on to the next The Alt "t" attribute table should have all of the attributes shown below. *If you are using ArcGIS Desktop version or 10.6 you will most likely see the Alt results. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 10 of 21

11 Reclassifying Ranges of Numbers vs. Unique Values Sometimes you will need to reclassify data based on ranges of values instead of unique values. For example, notice above that the old value of "2" is specified as the upper bound in the range "0-2" and the lower bound in the range "2-6." What new value, either "1" or "2," will be assigned to old values of "2" in the output grid? In this case, ArcGIS will assign the old value "2" to a new value of "1," and the old value of "2.0001" to a new value "2" in the output grid. The general rule is that ArcGIS will include the break values themselves in the group that it forms the upper range boundary. Notice that you will encounter this same issue for all break values (e.g., "6", "12" and "18" in the example above). This is particularly important when the break values themselves are meaningful in your analysis. The most common example of this situation is when you encounter specifications of "less than x" vs. "less than or equal to x" in your requirements. If you want to reclassify values "less than 5" to a new value, you would need to specify a break value of " ," so the value of "5" is not included in your new category. The particular number of decimals you need to specify will depend on the number of decimals in your input data. For example, if your data layer has five decimal places, then you would set the reclassification thresholds as follows: a.aaaaa - b.bbbbb, b.bbbbb - c.ccccc, and so forth. See the ArcGIS Desktop Help for further information regarding reclassification. 4. Explore the DRASTIC Rating Output Grids a. Add the "r" and "d" grids from your L8 folder and open the attribute tables. The numbers in the "VALUE" fields correspond with DRASTIC ratings based on each cell s recharge rate and depth to groundwater, respectively. These are the final input datasets required to calculate DRASTIC groundwater vulnerability ratings for the watershed. b. Change the symbology of the d, r, a, s, t, i, and c grids so that low vulnerability ratings (1-3) are green, medium ratings (4-7) are yellow, and high ratings (8-10) are red. You can group similar values together using "Unique Values" on the Properties > Symbology tab > Press the Ctrl key to select values to group > Right Click > Group Values. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 10 of 21

12 c. Update the label column as shown below so the results are easier to interpret. Compare the "d" grid to the "streams_buffer" shapefile. Do areas near streams have high or low vulnerability? Which input datasets (d, r, a, s, t, i, c) have the highest DRASTIC rating values? Do you see any spatial patterns in the individual drastic grids? d. Remove all of the datasets other than the drastic grids, the steam buffers and the watershed boundary so your map is easier to work with. Save your map. 5. Calculate the DRASTIC Groundwater Vulnerability Index Now that you have the required data layers, you can create a DRASTIC groundwater vulnerability grid based upon the DRASTIC index equation. This will involve use of the Raster Calculator to combine several grids in a weighted overlay. The graphic below shows an example of how cell values are updated during the calculation. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 11 of 21

13 Combining raster layers is a simple, yet very important process with Spatial Analyst. You will often find that it is necessary to create a single layer that is comprised of several data sets. The idea is similar to that of performing an overlay with vector layers, in that you are making one out of many, with the major exception that the cell values change based on the expression used. The addition (+) and multiplication (*) signs are the most common arithmetic operators used to combine raster layers. The plus (+) sign performs an addition with each cell, so the value in a given cell of one grid will be added to the value of the same cell in the next grid, and so on. The multiplication (*) sign, as expected, performs a multiplication based on the values in each cell. Either of these can be used when the purpose is to simply combine grids, although you should use the same operator for all grids. However, when forming an expression that includes additional operations on individual grids, as in the case above, it is important to understand the precedence that the operators will be performed. In mathematical order of operation rules, multiplication always takes precedence over addition. Hence, in the expression above, the values in the "D" grid will be multiplied by 5 before they are added to the values in the "R" grid. If an expression should occur that is out of precedence, enclose that expression with parentheses, as you would when using a calculator. a. Open the Raster Calculator (ArcToolbox > Spatial Analyst Tools > Map Algebra > Raster Calculator) and enter the expression below and name the grid "drastic_index". Be careful when choosing your input files. Also, the syntax for the raster calculator must be absolutely correct, or you will get a "syntax error." "d" * 5 + "r" * 4 + "a" * 3 + "s" * 2 + "t" * 1 + "i" * 5 + "c" * 3 b. Change the color ramp so that high values are shades of red and low values are shades of green like the example below. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 12 of 21

14 Make sure you have the correct answer before moving on to the next The" drastic_index" grid should have the following information. The statistics from the "COUNT" field are also provided. If your data does not match this, go back and redo the previous Make sure you have the correct answer before moving on to the next The Alt "drastic_index" grid should have the following information. The statistics from the "COUNT" field are also provided. If your data does not match this, go back and redo the previous *If you are using ArcGIS Desktop version or 10.6 you will most likely see the Alt results. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 14 of 21

15 What do the numbers in the "VALUE" field of the "drastic_index" mean in the real world? For example, do high values represent areas with high or low vulnerability to groundwater pollution? Which parts of the watershed are most vulnerable to groundwater pollution? Do any of the parameters have a greater influence on the final results? Part III: Identify the Potential Suitable Sites for Sludge Disposal Now that the groundwater vulnerability layer has been produced, we can use this data to help find the areas in the watershed most suitable for sludge disposal. Along with this dataset, we also need to incorporate the stream buffer dataset. Remember from previous lessons that it is possible to reclassify grid cells to values of "NoData" to exclude them from your analysis. We will use this technique to remove portions of each dataset that do not meet the relevant criteria. For example, we will reclassify suitable areas within each dataset as "1" and unsuitable areas as "NoData." You can also do the opposite of this by assigning existing values of "NoData" to more meaningful values. We will use this technique to create a grid of areas that are outside of steam buffers. Then, we will use the Raster Calculator to combine the individual suitability results into one grid. We will then use the "RegionGroup command to create regions from adjacent cells with the same results. This process is illustrated in the graphic below. Sludge Disposal Site Selection Criteria For the purposes of this lesson, we assume that state regulations require the following for a site to be considered for sludge disposal: 1. Areas that are very vulnerable to groundwater contamination must be avoided. Therefore we will only consider areas with DRASTIC Index values less than Sites must be at least 300 meters from surface water. 3. Sites must have a contiguous area of at least 0.5 square km. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 15 of 21

16 1. Explore the DRASTIC Rating Output Grids a. In Part II Step 3, we talked about the potential pitfalls of using the reclassify tool when break values are important in your results. One way to avoid this issue is to use the Raster Calculator, which allows us to use mathematical sign of less than or greater than. Enter the expression shown below and name your grid "di150." The calculation performed in the previous step combines the results of two Boolean operations that are either evaluated as: TRUE (indicated by a value of 1) or FALSE (indicated by a value of 0) We are only interested in cells that meet the criteria (values of 1). b. Reclassify the "di150" grid using the settings below. Name the output grid "OK_DRASTIC." GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 16 of 21

17 Make sure you have the correct answer before moving on to the next The "OK_DRASTIC" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 17 of 21

18 Make sure you have the correct answer before moving on to the next The Alt "OK_DRASTIC" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous *If you are using ArcGIS Desktop version or 10.6 you will most likely see the Alt results. 2. Create Grid of Suitable Surface Water a. Convert the "steams_buffer" shapefile to a raster using the "Id" field. Name the output "streambuffgrd" and save it in your L8 folder. Note: This may take a while to run. b. Reclassify "streambuffgrd" as shown below. Name the output "OK_Streams." Note: This may take a while to run. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 18 of 21

19 Make sure you have the correct answer before moving on to the next The "OK_Streams" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous c. Compare the "OK_Streams" grid to the "steambuffgrd." Notice how we have essentially flipped the areas of NoData. It is important that you choose appropriate mask and extent settings when using this technique. 3. Combine the Suitability Grids Using the Raster Calculator a. Use the raster calculator to multiply the "OK_DRASTIC" and "OK_Streams" rasters together. Cells that meet both of the criteria will be assigned a value of "1" in the output raster. Cells that do not meet either one or both of the criteria will be assigned a value of "NoData" in the output raster. Name the new grid "OK2criteria." GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 19 of 21

20 Make sure you have the correct answer before moving on to the next The "OK2criteria" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous Make sure you have the correct answer before moving on to the next The Alt "OK2criteria" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous *If you are using ArcGIS Desktop version or 10.6 you will most likely see the Alt results. b. Examine the attribute table. Notice there is only 1 row. We need a way to lump together cells that make up contiguous units. To accomplish this, we will use the Region Group tool like we did in Lesson 7. c. Go to ArcToolbox > Spatial Analyst Tools > Generalization > Region Group, select " OK2criteria " as the input raster, name the output raster " OK_Regions ", leave the number of neighbors to use as "FOUR", the zone grouping method as "WITHIN", uncheck the "Add link field to output", leave the excluded value setting, and click OK. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 20 of 21

21 Make sure you have the correct answer before moving on to the next The "OK_Regions" statistics for the "COUNT" field should match the example below. If your data does not match this, go back and redo the previous Make sure you have the correct answer before moving on to the next The Alt "OK_Regions" statistics for the "COUNT" field should match the example below. If your data does not match this, go back and redo the previous *If you are using ArcGIS Desktop version or 10.6 you will most likely see the Alt results. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 20 of 21

22 4. Create Grid of Suitable Regions Greater than 0.5 sq km a. The last criteria we need to incorporate is - Area (sites greater than 0.5 sq km). We learned in Lesson 5 that you can calculate the area of a raster by multiplying the number of cells by the area of each cell. To calculate the area of regions within a raster, we can use this same method. b. Add a new float field to the "OK_Regions" attribute table named "AREA_SQM." Use the field calculator to populate the field. Why did we use the number "30" to calculate the area? c. We will use Extract by Attributes to perform a query on sites > 0.5 sq km. Extract by Attributes is similar to the Raster Calculator, except that it makes entering specific field expressions much easier. d. Go to ArcToolbox > Spatial Analyst Tools > Extraction > ExtractByAttributes. Select "OK_Regions" as the input raster and name the output raster "OK_Area". To populate the "Where clause" with the expression given below, click the "Query Builder" button. The "Query Builder" dialog will appear. Click on "AREA_SQM", and then on ">=", and type at the end of the expression (0.5 sq km = 500,000 sq m). Click OK to automatically input the expression into the "Where clause." GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 20 of 21

23 Make sure you have the correct answer before moving on to the next The "OK_Area" statistics for the "COUNT" field should match the example below. If your data does not match this, go back and redo the previous Make sure you have the correct answer before moving on to the next The Alt "OK_Area" statistics for the "COUNT" field should match the example below. If your data does not match this, go back and redo the previous *If you are using ArcGIS Desktop version or 10.6 you will most likely see the Alt results. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 20 of 21

24 e. Reclassify "OK_Area" like the example below. Hint: Change the number of classes to "1," since all of the old values match all of the site selection criteria. Name the grid "FinalSites." These are your potential sludge disposal sites. *If you are using ArcGIS Desktop version or 10.6 you will most likely see the Alt results. That is all for the required portion of the Lesson 8 Step-by-Step Activity. Please consult the Lesson GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 21 of 21

25 Checklist for instructions on what to do next. Try one or more of the optional activities listed below. Redo Part III of the lesson using the value of "0" to denote unsuitable areas instead of "NoData." Compare your results with the "FinalSites" grid. Redo Part III of the lesson, except add the suitable grids together instead of multiplying them. How do you need to alter the reclassification values to find suitable sites using this methodology? Note: Try This Activities are voluntary and are not graded, though I encourage you to complete the activity and share comments about your experience on Piazza in the lessno8 folder with the tag TryThis. GEOG 487 Lesson 8: Step-by-Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 8/17/2017. Page 21 of 21

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

GEOG 487 Lesson 4: Step-by-Step Activity

GEOG 487 Lesson 4: Step-by-Step Activity GEOG 487 Lesson 4: Step-by-Step Activity Part I: Visually Explore Trends In Part I, we will explore several tools and technique to make it easier to visually interpret patterns in your data using ArcGIS.

More information

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

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

More information

Module 7 Raster operations

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

More information

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

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

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

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

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

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

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

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

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

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

More information

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

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

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

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

Map Analysis of Raster Data I 3/8/2018

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

More information

GEOG 487 Lesson 2: Step-by-Step Activity

GEOG 487 Lesson 2: Step-by-Step Activity GEOG 487 Lesson 2: Step-by-Step Activity In Lesson 2, we are going to create a website that contains interactive maps with datasets related to our project scenario described in the Introduction. We will

More information

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

GEO 465/565 Lab 6: Modeling Landslide Susceptibility 1 GEO 465/565 Lab 6: Modeling Landslide Susceptibility This lab will give you more practice in understanding and building a GIS analysis model. Recall from class lecture that a GIS analysis model is a

More information

Raster 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

Lab 11: Terrain Analyses

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

More information

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools

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

More information

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

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

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

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

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

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

GEOGRAPHIC INFORMATION SYSTEMS Lecture 18: Spatial Modeling

GEOGRAPHIC INFORMATION SYSTEMS Lecture 18: Spatial Modeling Spatial Analysis in GIS (cont d) GEOGRAPHIC INFORMATION SYSTEMS Lecture 18: Spatial Modeling - the basic types of analysis that can be accomplished with a GIS are outlined in The Esri Guide to GIS Analysis

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

Lab 12: Sampling and Interpolation

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

More information

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

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

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

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

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

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

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

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

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

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

How does Map Algebra work?

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

More information

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

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

Lesson 4A overview. Introduction to Map Algebra (4A) Map Algebra functions (4B)

Lesson 4A overview. Introduction to Map Algebra (4A) Map Algebra functions (4B) Map Algebra Lesson 4A overview Introduction to Map Algebra (4A) Language components Syntax and rules Objects Operators Commands Exercise 5A Map Algebra functions (4B) Function syntax Local functions Focal

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

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

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise Exercise Description Mapping and interpreting metropolitan growth and decline patterns between 1990 and 2000. Course Concepts Presented Sunbelt region, population redistribution, and metropolitan areas.

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

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

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

Raster Data. James Frew ESM 263 Winter

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

More information

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use ArcCatalog to find maps and data and how to display maps in

More information

Spatial Analysis Exercise GIS in Water Resources Fall 2011

Spatial Analysis Exercise GIS in Water Resources Fall 2011 Spatial Analysis Exercise GIS in Water Resources Fall 2011 Prepared by David G. Tarboton and David R. Maidment Goal The goal of this exercise is to serve as an introduction to Spatial Analysis with ArcGIS.

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

Step by Step GIS. Section 1

Step by Step GIS. Section 1 Step by Step GIS Section 1 Contact the web page given below for the data required to do the exercises (http://www.pasda.psu.edu/default.asp) Before beginning the tutorials please visit the Preparation

More information

v Prerequisite Tutorials GSSHA Modeling Basics Stream Flow GSSHA WMS Basics Creating Feature Objects and Mapping their Attributes to the 2D Grid

v Prerequisite Tutorials GSSHA Modeling Basics Stream Flow GSSHA WMS Basics Creating Feature Objects and Mapping their Attributes to the 2D Grid v. 10.1 WMS 10.1 Tutorial GSSHA Modeling Basics Developing a GSSHA Model Using the Hydrologic Modeling Wizard in WMS Learn how to setup a basic GSSHA model using the hydrologic modeling wizard Objectives

More information

MODULE 1 BASIC LIDAR TECHNIQUES

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

More information

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

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS.

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS. CE 412/512, Spring 2017 HW9: Introduction to HEC-RAS and Floodplain Mapping Due: end of class, print and hand in. HEC-RAS is a Hydrologic Modeling System that is designed to describe the physical properties

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

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

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

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

GEOG 487 Lesson 2: Step-by-Step Activity

GEOG 487 Lesson 2: Step-by-Step Activity GEOG 487 Lesson 2: Step-by-Step Activity In Lesson 2, we are going to create a website that contains interactive maps with datasets related to our project scenario described in the Introduction. We will

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

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

Watershed Analysis and A Look Ahead

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

More information

Lecture 20 - Chapter 8 (Raster Analysis, part1)

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

More information

Exercise 1: An Overview of ArcMap and ArcCatalog

Exercise 1: An Overview of ArcMap and ArcCatalog Exercise 1: An Overview of ArcMap and ArcCatalog Introduction: ArcGIS is an integrated collection of GIS software products for building a complete GIS. ArcGIS enables users to deploy GIS functionality

More information

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

Tutorial 4: Query and Select Spatial Data

Tutorial 4: Query and Select Spatial Data Tutorial 4: Query and Select Spatial Data This tutorial will introduce you to the following: Identifying Attribute Data Sources (Review) Toxic Release Inventory (TRI) facilities and NJ County boundaries

More information

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

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

More information

Getting to Know ModelBuilder

Getting to Know ModelBuilder Getting to Know ModelBuilder Offered by Shane Bradt through the UNH Cooperative Extension Geospatial Technologies Training Center Developed by Sandy Prisloe and Cary Chadwick at the Geospatial Technology

More information

Lab 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

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

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

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

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

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

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

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

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

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

Using analytical tools in ArcGIS Online to determine where populations vulnerable to flooding and landslides exist in Boulder County, Colorado.

Using analytical tools in ArcGIS Online to determine where populations vulnerable to flooding and landslides exist in Boulder County, Colorado. Using analytical tools in ArcGIS Online to determine where populations vulnerable to flooding and landslides exist in Boulder County, Colorado. Estimated Time to complete: 1-2 hours Learning Objective:

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

Improved Applications with SAMB Derived 3 meter DTMs

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

More information

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Operations Support Team (GOST) Katie McWilliams kmcwilliams@worldbankgroup.org GOST@worldbank.org 0 Using OSM for Network

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

Add to the ArcMap layout the Census dataset which are located in your Census folder.

Add to the ArcMap layout the Census dataset which are located in your Census folder. Building Your Map To begin building your map, open ArcMap. Add to the ArcMap layout the Census dataset which are located in your Census folder. Right Click on the Labour_Occupation_Education shapefile

More information

Module 10 Data-action models

Module 10 Data-action models Introduction Geo-Information Science Practical Manual Module 10 Data-action models 10. INTRODUCTION 10-1 DESIGNING A DATA-ACTION MODEL 10-2 REPETITION EXERCISES 10-6 10. Introduction Until now you have

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

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

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

GIS Virtual Workshop: Buffering

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

More information

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild GIS Basics and the ArcGIS Environment Helen Goodchild Overview of Geographic Information Systems Geographical Information Systems (GIS) are used to display, manipulate and analyse spatial data (data that

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 2016 Prepared by David G Tarboton Purpose The purpose of this exercise is to illustrate the use of TauDEM

More information

Exercise 1: Getting to know ArcGIS

Exercise 1: Getting to know ArcGIS The Scenario You are working for the California Visitor s Commission. You have been asked to prepare a map of California for several dignitaries from out of the country. Your map will need to include enough

More information

The Reference Library Generating Low Confidence Polygons

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

More information