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 2/24/2016. Page 1 of 22

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 2/24/2016. Page 2 of 22

3 Make sure you have the correct answer before moving on to the next step. 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 step. (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 2/24/2016. Page 3 of 22

4 Make sure you have the correct answer before moving on to the next step. The "S" attribute table should match the example below. If your data does not match this, go back and redo the previous step. 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 step. 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 step. GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 4 of 22

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 2/24/2016. Page 5 of 22

6 Make sure you have the correct answer before moving on to the next step. 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 step. 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 2/24/2016. Page 6 of 22

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 2/24/2016. Page 7 of 22

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 GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 8 of 22

9 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." Make sure you have the correct answer before moving on to the next step. 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 step. GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 9 of 22

10 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 2/24/2016. Page 10 of 22

11 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 2/24/2016. Page 11 of 22

12 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 2/24/2016. Page 12 of 22

13 Make sure you have the correct answer before moving on to the next step. 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 step. 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? GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 13 of 22

14 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 2/24/2016. Page 14 of 22

15 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 2/24/2016. Page 15 of 22

16 Make sure you have the correct answer before moving on to the next step. 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 step. GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 16 of 22

17 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. Note: As we experienced in Lesson 7, if values 1 occur outside your study area LakeRaystown you will need to run an additional step with the Raster Calculator to turn these values to NoData. Name the output OK_Streams2. GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 17 of 22

18 Make sure you have the correct answer before moving on to the next step. The "OK_Streams2" attribute table should have all of the attributes shown below. If your data does not match this, go back and redo the previous step. c. Compare the "OK_Streams2" 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_Streams2" 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 2/24/2016. Page 18 of 22

19 Make sure you have the correct answer before moving on to the next step. 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 step. 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. Make sure you have the correct answer before moving on to the next step. 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 step. GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 19 of 22

20 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 2/24/2016. Page 20 of 22

21 Make sure you have the correct answer before moving on to the next step. 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 step. 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. GEOG 487 Lesson 8: Step- by- Step Activity; Authors: Rachel Kornak, GISP, K. Corradini & J. Bishop. Updated 2/24/2016. Page 21 of 22

22 That is all for the required portion of the Lesson 8 Step- by- Step Activity. Please consult the Lesson 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 2/24/2016. Page 22 of 22

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Name: Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Learning Objectives: Assigned: May 30, 2012 Due: June 1, 2012 @ 9 AM 1. Learn

More information

Spatial Analyst Tutorial

Spatial Analyst Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the ArcGIS Spatial Analyst Tutorial......................... 3 Exercise 1: Preparing for analysis............................ 5 Exercise

More information

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored.

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored. In this lesson you will create a Digital Elevation Model (DEM). A DEM is a gridded array of elevations. In its raw form it is an ASCII, or text, file. First, you will interpolate elevations on a topographic

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis : Preparing Data for Analysis When a user acquires a particular data set of interest, it is rarely in the exact form that is needed during analysis. This tutorial describes how to change the data to make

More information

Working with the Raster Calculator

Working with the Raster Calculator Working with the Raster Calculator The Raster Calculator provides you a powerful tool for performing multiple tasks. You can perform mathematical calculations using operators and functions, set up selection

More information

Raster: The Other GIS Data

Raster: The Other GIS Data 04-Raster_Tutorial_Arcgis_93.Doc 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

How To Hydrologically Condition A Digital Dam

How To Hydrologically Condition A Digital Dam Program: Funding: Conservation Applications of LiDAR Data http://tsp.umn.edu/lidar Environment and Natural Resources Trust Fund Module: Instructor: Hydrologic Applications Sean Vaughn, DNR GIS Hydrologist

More information

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

ArcFuels Supplemental Material: GIS 9.x Tips and Tricks

ArcFuels Supplemental Material: GIS 9.x Tips and Tricks ArcFuels Supplemental Material: GIS 9.x Tips and Tricks Supplemental material: GIS Tips and Tricks... 1 Shapefiles: Points, Lines, and Polygons... 2 Creating a New Shapefile (point, line, or polygon)...

More information

Lab 6: Distance and Density

Lab 6: Distance and Density Lab 6: Distance and Density Exercise 1: Air Ambulance study The dispatch managers of local hospitals providing air ambulance service are working together with local schools and colleges to conduct a preliminary

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model High resolution topography derived from LiDAR data is becoming more readily available. This new data source of topography

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features: : Analyzing Spatial Data Buffering Features: A buffer operation is one of the most common spatial analysis tools. A buffer is a map feature that represents a uniform distance around a feature. When creating

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

Understanding Raster Data

Understanding Raster Data Introduction The following document is intended to provide a basic understanding of raster data. Raster data layers (commonly referred to as grids) are the essential data layers used in all tools developed

More information

Getting Started with the ArcGIS Predictive Analysis Add-In

Getting Started with the ArcGIS Predictive Analysis Add-In Getting Started with the ArcGIS Predictive Analysis Add-In Table of Contents ArcGIS Predictive Analysis Add-In....................................... 3 Getting Started 4..............................................

More information

Government 98dn Mapping Social and Environmental Space

Government 98dn Mapping Social and Environmental Space Government 98dn Mapping Social and Environmental Space LAB EXERCISE 5: The Analysis of Fields Objectives of this lab: Visualizing raster data Using Spatial Analyst functions to create new data Analysis

More information

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,

More information

Tutorial. VISUALIZATION OF TERRA-i DETECTIONS

Tutorial. VISUALIZATION OF TERRA-i DETECTIONS VISUALIZATION OF TERRA-i DETECTIONS. Suggested citation: PAZ-GARCIA, P. & COCA-CASTRO, A. (2014) Visualization of Terra-i detections. for the Terra-i project. Version 2. Getting started Before beginning,

More information

A Workflow for Creating and Sharing Maps

A Workflow for Creating and Sharing Maps A Workflow for Creating and Sharing Maps By Keith Mann, Esri What You Will Need Item Source ArcGIS Online for Organizations subscription ArcGIS 10.1 for Desktop (Any license level) ArcGIS Spatial Analyst

More information

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database?

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database? Government 1008: Introduction to Geographic Information Systems Objectives: Creating geodatabases Joining attribute tables Attribute and location based queries Spatial joins Creating spatial and attribute

More information

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen:

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen: Vector Data Analysis I: Buffering Today we will use ArcMap and ArcToolbox to manipulate vector-based geographic data. The results of these simple analyses will allow us to visualize complex spatial relationships.

More information

Tutorial 3 - Map Symbology in ArcGIS

Tutorial 3 - Map Symbology in ArcGIS Tutorial 3 - Map Symbology in ArcGIS Introduction ArcGIS provides many ways to display and analyze map features. Although not specifically a map-making or cartographic program, ArcGIS does feature a wide

More information

How to georectify an image in ArcMap 10

How to georectify an image in ArcMap 10 How to georectify an image in ArcMap 10 The University Library has a large collection of historical aerial photos for some North Carolina Counties ( http://www.lib.unc.edu/reference/gis/usda/index.html

More information

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint Accessing REA Data, Maps, & Models through SharePoint BLM Personnel & REA Collaborator Access To access REA data and map services through the BLM network, follow the steps provided below. They will take

More information

Finding GIS Data and Preparing it for Use

Finding GIS Data and Preparing it for Use Finding_Data_Tutorial.Doc Page 1 of 19 Getting Ready for the Tutorial Sign Up for the GIS-L Listserv Finding GIS Data and Preparing it for Use The Yale University GIS-L Listserv is an internal University

More information

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in Introductory Exercises for GIS Using ArcMap & ArcCatalog GIS Cyberinfrastructure Module EEB 5894, section 10 Please refer to the ESRI online GIS Dictionary for additional details on any of the terms in

More information

Publishing Geoprocessing Services Tutorial

Publishing Geoprocessing Services Tutorial Publishing Geoprocessing Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a geoprocessing service........................ 3 Copyright 1995-2010 ESRI,

More information

Using ArcGIS ModelBuilder to batch process files

Using ArcGIS ModelBuilder to batch process files The ArcGIS Model Builder is a tool you can use to help process a large number of files in an automated fashion. To open a new ModelBuilder document, either choose ModelBuilder from the Geoprocessing menu,

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

More information

Modifying Colors and Symbols in ArcMap

Modifying Colors and Symbols in ArcMap Modifying Colors and Symbols in ArcMap Contents Introduction... 1 Displaying Categorical Data... 3 Creating New Categories... 5 Displaying Numeric Data... 6 Graduated Colors... 6 Graduated Symbols... 9

More information

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS?

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? 1. Measurements 2. Layer statistics 3. Queries 4. Buffering (vector); Proximity (raster) 5. Filtering (raster) 6. Map overlay (layer on layer

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013)

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) Learning Objectives: Reinforce information literacy skills Reinforce database manipulation / querying skills Reinforce joining and mapping

More information

Assessment of Groundwater Vulnerability to Landfill Leachate Induced Arsenic Contamination in Maine, US - Intro GIS Term Project Final Report

Assessment of Groundwater Vulnerability to Landfill Leachate Induced Arsenic Contamination in Maine, US - Intro GIS Term Project Final Report Assessment of Groundwater Vulnerability to Landfill Leachate Induced Arsenic Contamination in Maine, US - Intro GIS Term Project Final Report Introduction Li Wang Dept. of Civil & Environmental Engineering

More information

Geocoding and Buffering Addresses in ArcGIS

Geocoding and Buffering Addresses in ArcGIS INTRODUCTION and Buffering Addresses in ArcGIS is the process of assigning location coordinates in a continuous, globlal reference system (Latitude and Longitude, for instance) to street addresses. While

More information

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Overview 1. Introducing Choropleth Maps 2. Introducing Map Elements 3. First Hands-On Example 4. Your Turn: GIS Tutorial Chapter

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

ESRI China (Hong Kong) Limited

ESRI China (Hong Kong) Limited Tips for Creating 3D Graphics in ArcScene 9.x Article ID : 100003 Software : ArcGIS 3D Analyst 9.x Platform : Windows 2000, Windows XP Date : June 28, 2005 Background Prior to ArcGIS Desktop 9.0, we cannot

More information

How to Download Census Data from American Factfinder and Display it in ArcMap

How to Download Census Data from American Factfinder and Display it in ArcMap How to Download Census Data from American Factfinder and Display it in ArcMap Factfinder provides census and ACS (American Community Survey) data that can be downloaded in a tabular format and joined with

More information

Modeling Fire Hazard By Monica Pratt, ArcUser Editor

Modeling Fire Hazard By Monica Pratt, ArcUser Editor By Monica Pratt, ArcUser Editor Spatial modeling technology is growing like wildfire within the emergency management community. In areas of the United States where the population has expanded to abut natural

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Tutorial Creating a regular grid for point sampling

Tutorial Creating a regular grid for point sampling This tutorial describes how to use the fishnet, clip, and optionally the buffer tools in ArcGIS 10 to generate a regularly-spaced grid of sampling points inside a polygon layer. The steps below should

More information

Tutorial 6 GPS/Point Shapefile Creation

Tutorial 6 GPS/Point Shapefile Creation Tutorial 6 GPS/Point Shapefile Creation The objectives of this tutorial include: 1. Converting GPS field collected point information into a shapefile 2. Creating a shapefile from a simple x,y coordinate

More information

2. Look for a link to ODESI data portal. In the Key Links section in the left side and double click ODESI Data Retrieval.

2. Look for a link to ODESI data portal. In the Key Links section in the left side and double click ODESI Data Retrieval. Guide to convert census data from ODESI into GIS data ODESI, acronym for Ontario Data Documentation, Extraction Service and Infrastructure, is a web-based data exploration, extraction and analysis tool

More information

GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10

GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10 5/20/2011 BALL STATE UNIVERSITY LIBRARIES GIS RESEARCH AND MAP COLLECTION GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10 GEOREFERENCING HISTORIC MAPS USING ARCGIS DESKTOP 10 *This tutorial is appropriate

More information

Spatial Adjustment Tools: The Tutorial

Spatial Adjustment Tools: The Tutorial Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis

More information

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF

More information

In this article, learn how to create and manipulate masks through both the worksheet and graph window.

In this article, learn how to create and manipulate masks through both the worksheet and graph window. Masking Data In this article, learn how to create and manipulate masks through both the worksheet and graph window. The article is split up into four main sections: The Mask toolbar The Mask Toolbar Buttons

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 2: Using ArcGIS Explorer to Analyze the Connection between Topography and Rainfall This lesson introduces Geographical

More information

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can

More information

Spatial data analysis: retrieval, (re)classification and measurement operations

Spatial data analysis: retrieval, (re)classification and measurement operations CHAPTER 7 Spatial data analysis: retrieval, (re)classification and measurement operations In chapter 5 you used a number of table window operations, such as calculations, aggregations, and table joining,

More information

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network Government 1009: Advanced Geographical Information Systems Workshop LAB EXERCISE 3b: Network Objective: Using the Network Analyst in ArcGIS Implementing a network functionality as a model In this exercise,

More information

Working with Data from External Sources

Working with Data from External Sources Working with Data from External Sources Bentley WaterCAD V8i supports several methods of exchanging data with external applications, preventing duplication of effort and allowing you to save time by reusing

More information

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca Tips & Tricks for ArcGIS Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas 2007 IACA Conference Pasadena, Ca Table of Contents Lock & Load Labels for Maximum Speed!...2 Choose your

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato [email protected] [email protected] WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

3D Analysis and Surface Modeling

3D Analysis and Surface Modeling 3D Analysis and Surface Modeling Dr. Fang Qiu Surface Analysis and 3D Visualization Surface Model Data Set Grid vs. TIN 2D vs. 3D shape Creating Surface Model Creating TIN Creating 3D features Surface

More information

Tutorial 5: Summarizing Tabular Data Florida Case Study

Tutorial 5: Summarizing Tabular Data Florida Case Study Tutorial 5: Summarizing Tabular Data Florida Case Study This tutorial will introduce you to the following: Identifying Attribute Data Sources for Health Data Converting Tabular Data into Usable Databases

More information

ArcScan Tutorial. Copyright 1995-2010 Esri All rights reserved.

ArcScan Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Exercise 1: Interactive vectorization........................... 3 Exercise 2: Automatic vectorization........................... 12 Copyright

More information

NetCDF Tutorial. Copyright 1995-2010 Esri All rights reserved.

NetCDF Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents About the netcdf Tutorial............................... 3 Exercise 1: Displaying a raster layer from a netcdf file................... 4

More information

Objectives. Raster Data Discrete Classes. Spatial Information in Natural Resources FANR 3800. Review the raster data model

Objectives. Raster Data Discrete Classes. Spatial Information in Natural Resources FANR 3800. Review the raster data model Spatial Information in Natural Resources FANR 3800 Raster Analysis Objectives Review the raster data model Understand how raster analysis fundamentally differs from vector analysis Become familiar with

More information

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved.

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Creating a Web editing application........................ 3 Copyright 1995-2010 Esri. All rights reserved. 2 Tutorial: Creating

More information

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS This tutorial will introduce you to the following concepts: Identifying Attribute Data Sources Converting Tabular Data into GIS Databases

More information

A Brief Explanation of Basic Web Services

A Brief Explanation of Basic Web Services A Brief Explanation of Basic Web Services What is REST? REpresentational State Transfer (REST) is a way for software to work when distributed across a network. For example, if I want to view the Iowa Dept

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

Creating a File Geodatabase

Creating a File Geodatabase Creating a File Geodatabase Updated by Thomas Stieve January 06, 2012 This exercise demonstrates how to create a file geodatabase in ArcGIS 10; how to import existing data into the geodatabase, and how

More information

Data Visualization. Brief Overview of ArcMap

Data Visualization. Brief Overview of ArcMap Data Visualization Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka and Lauren Walker Department of Civil Engineering September 13, 2006 Contents: Brief Overview of ArcMap Goals of the Exercise

More information

GIS EXAM #2 QUERIES. Attribute queries only looks at the records in the attribute tables to some kind of

GIS EXAM #2 QUERIES. Attribute queries only looks at the records in the attribute tables to some kind of GIS EXAM #2 QUERIES - Queries extracts particular records from a table or feature class for use; - Queries are an essential aspect of GIS analysis, and allows us to interrogate a dataset and look for patterns;

More information

Getting Started With Mortgage MarketSmart

Getting Started With Mortgage MarketSmart Getting Started With Mortgage MarketSmart We are excited that you are using Mortgage MarketSmart and hope that you will enjoy being one of its first users. This Getting Started guide is a work in progress,

More information

Vulnerability Assessment

Vulnerability Assessment Vulnerability Assessment VULNERABILITY As used in this report, vulnerability refers to the sensitivity of groundwater to contamination, and is determined by intrinsic characteristics of the aquifer. It

More information

ES341 Overview of key file formats and file extensions in ArcGIS

ES341 Overview of key file formats and file extensions in ArcGIS ES341 Overview of key file formats and file extensions in ArcGIS Commonly Encountered File Types/Extensions in ArcGIS.mxd A file containing a map, its layers, display information, and other elements used

More information

4. Right click grid ( ) and select New MODFLOW, then select Packages, enabling both the optional Well and Recharge option.

4. Right click grid ( ) and select New MODFLOW, then select Packages, enabling both the optional Well and Recharge option. Groundwater Hydrology CE 40460 Example 1 -- Grid Approach Building a grid is the first step in creating a groundwater model using GMS, and it requires the following components: top and bottom elevations,

More information

Reading SSURGO Soils Data

Reading SSURGO Soils Data Reading SSURGO Soils Data Downloading SSURGO data 1. Download. You could google SSURGO download, or just go to the Soil Data Mart: http://soildatamart.nrcs.usda.gov/ a. Select the state (must be California

More information

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item Overview: Use the following processes for exchanging georeferenced data between AutoCAD Civil 3D 2014 and ArcMap. The work must be based in any real world coordinate system. (This example uses NAD 83 UTM

More information

Geoprocessing and Spatial Data Editing in ArcGIS

Geoprocessing and Spatial Data Editing in ArcGIS Geoprocessing and Spatial Data Editing in ArcGIS I. Geoprocessing a set of software functions used to manipulate and transform spatial data (single layers or multiple sets of layers), to create new information.

More information

ArcGIS Tutorial: Adding Attribute Data

ArcGIS Tutorial: Adding Attribute Data ArcGIS Tutorial: Adding Attribute Data Introduction A common need in GIS is to map characteristics, or attributes, of different geographic areas. These maps are called thematic maps. Examples of thematic

More information

Getting Started With LP360

Getting Started With LP360 Getting Started With LP360 10/30/2014 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import

More information

Raster to Vector Conversion for Overlay Analysis

Raster to Vector Conversion for Overlay Analysis Raster to Vector Conversion for Overlay Analysis In some cases, it may be necessary to perform vector-based analyses on a raster data set, or vice versa. The types of analyses that can be performed on

More information

Exercise 3: Building a GIS data library

Exercise 3: Building a GIS data library The Scenario You are preparing for an interview for a GIS position for a particular county. They asked that you present a GIS demonstration as part of your interviewing process. You decide to develop a

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Soil Data Viewer 5.1 User Guide

Soil Data Viewer 5.1 User Guide Soil Data Viewer 5.1 User Guide Soil Survey Division October 2006 INTRODUCTION... 5 WHAT IS SOIL DATA VIEWER... 5 WHAT SOFTWARE AND CAPABILITIES DO I NEED TO USE SOIL DATA VIEWER 5.1?... 5 WHAT DATA DO

More information

Create and share a map with GIScloud.com

Create and share a map with GIScloud.com Create and share a map with GIScloud.com GIS Cloud is a web based Geographic Information System powered by Cloud Computing and with the full power of desktop GIS. It allows users to create and access your

More information

Database Servers Tutorial

Database Servers Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the database servers tutorial........................ 3 Exercise 1: Add a database server to the Catalog tree and create

More information

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

ArcGIS. Image Server tutorial

ArcGIS. Image Server tutorial ArcGIS 9 ArcGIS Image Server tutorial Copyright 2006, 2007, and 2008 Zanja Technologies, Inc. All rights reserved. The information contained in this work is the property of Zanja Technologies, Inc., under

More information

Symbolizing your data

Symbolizing your data Symbolizing your data 6 IN THIS CHAPTER A map gallery Drawing all features with one symbol Drawing features to show categories like names or types Managing categories Ways to map quantitative data Standard

More information

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery WorldView-2 is the first commercial high-resolution satellite to provide eight spectral sensors in the visible to near-infrared

More information

Geographic Information Systems Training Module I through 4

Geographic Information Systems Training Module I through 4 Geographic Information Systems Training Module I through 4 ARC GIS 10.x Geographic Information Systems and GPS Training Guide Developed by Stephen P. Menard Jr, USAID/Malawi Program Officer - Original

More information

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska. Using the AlaskaMapped Web Services in ESRI ArcGIS Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.edu AlaskaMapped

More information

Linear Referencing Tutorial

Linear Referencing Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents An overview of the linear referencing tutorial........................ 3 Exercise 1: Organizing your linear referencing data in ArcCatalog...............

More information

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management Syllabus AGET 782 Course Title: GIS for Agricultural and Natural Resources Management Course Abbreviation: AGET 782 Course Credits: Instructor: Course Description: Required Text: 3 hours Timothy N. Burcham,

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

ArcGIS Reference Document

ArcGIS Reference Document Migration of GIS Data to ArcSDE Page 1 of 10 Table of Contents A Brief Summary of DEP s GIS Data Storage o The Y Drive o ArcSDE (Spatial Database) Keeping Your GIS Project Data Current o Checking Your

More information

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data The Company Rocks Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Step-by-step instructions to accompany video lessons Danny Rocks 5/19/2011 Creating PivotTables in Excel 2003 PivotTables

More information

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map www.library.carleton.ca/find/gis Introduction Introduction to Georeferenced Images using ArcGIS Georeferenced images such as aerial photographs or satellite images can be used in many ways in both GIS

More information

Introduction to GIS. http://libguides.mit.edu/gis

Introduction to GIS. http://libguides.mit.edu/gis Introduction to GIS http://libguides.mit.edu/gis 1 Overview What is GIS? Types of Data and Projections What can I do with GIS? Data Sources and Formats Software Data Management Tips 2 What is GIS? 3 Characteristics

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing)

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) 2011 Charlie Schweik, Alexander Stepanov, Maria Fernandez, Lara Aniskoff Note: This work is licensed under the Creative Commons

More information