This lab teaches you how to do raster spatial analysis and introduces map algebra. Download the sample file (Spatial.zip) to your network drive and unzip it there. If unsure, ask the TA how to map your network drive or visit this webpage.
Part I: Introduction to ArcGIS Spatial Analyst
You will use the Acrobat book called Using ArcGIS Spatial Analyst
(Using_Spatial_Analyst.pdf) to do the exercise. The pdf file can be found
in the I:\Students\Data\GIS\ArcGIS
Documentation\ESRI_Library (ArcGIS9)\ArcGIS_Extensions folder. Read Chapter
1 and do the Quickstart Tutorial exercises in Chapter 2. Answer the following questions and produce the following
outputs. Return them to the TA by the due date. Labs should be
typed, include your name, be well organized, and be stapled together.
Part II: Understanding Raster Analysis in ArcGIS
Skim Chapters 4, 5, and 6 and answer the following questions.
Part III: Spatial Analysis in ArcGIS
Read Chapter 7, do the following tasks, and answer the following questions.
Log onto the Oregon Geospatial
Enterprise Office web site and click on ‘Oregon
Geospatial Data Clearinghouse’. There are six columns in the table. The
E00 file is an ArcInfo interchange file (also called an ArcInfo Export
file). ShapeFile is an ArcView shapefile. Image is a preview
image. Metadata is descriptive information about the data. Not all
data are available in both Shapefile and E00 formats.
Set up for Spatial Analyst
Exercises:
1)
Download data as E00
files, and unzip them:
· Click on the E00 file for County Boundaries-Oregon (blm) file size.
· Save it to disk in a location that you have access to.
· Navigate to the file using Window's Explorer.
· Double click on the zip file to unzip (extract) its contents.
· Repeat this process to download and unzip the following E00 files:
o Cities (USGS),
o Highways (USGS),
o Population (USGS),
o State Boundary (USGS), and
o Vegetation/Species(
2) Convert the E00 files into ArcInfo coverages.
· To avoid confusion, it’s best to save these coverages in a new folder, separate from the files that you unzipped.
· Open ArcToolbox, choose >Coverage Tools >Conversion >To Coverage >Import from Interchange file and then choose the first E00 file and an output name and location for the coverage.
· Import each of the other files into ArcInfo coverages in the same way.
3) Add data to ArcMap
· Start ArcMap and open a new empty view.
· Click the -ADD Data- button and add all of the ArcInfo coverages to your map by double-clicking on them individually and choosing a feature class.
· For each coverage, you will specify the feature class that you want to add to the map (coverages and geodatabases may have multiple feature classes while shape files only have one type of feature per data set). The feature classes used by this exercise are:
· Highways - arc, State Boundary - polygon,
· Counties - polygon,
· Population - point,
· Vegetation/Species - polygon,
· Cities - point.
· Once all of the coverages are added to the map, right-click on the data frame properties at the top of the table of contents (named 'layers').
·
Click on the general
tab and choose feet for the map and display units. If these fields are grayed
out, then first set the linear unit to foot under the coordinate system tab and
modify button, then set the units under the general tab.
4) Projection information:
The projection information was imported with the coverage. If you would have brought in a ShapeFile then you would have had to put this information in manually. The projection parameters are as follows:
Projection: Lambert
Conformal Conic
Datum NAD83
False_Easting: 1312336.0
False_Northing: 0.0
Central_Meridian: -120.5
Standard_Parallel_1: 43.0
Standard_Parallel_2: 45.5
Scale Factor: 1.0
Latitude_Of_Origin: 41.75
5) Now set the Spatial Analysis options as follows:
· Working directory: to one you have write access
· Analysis Extent: use the Oregon State Outline file
· Cell Size: 5000
You will now do several spatial analyses using the Spatial Analyst menu commands:
· Make sure that the maps that you create have the SA# as part of their title.
· Spatial Analyst creates temporary raster layers. If you want to access them after closing ArcMap, be sure to make them permanent.
· To make Spatial Analyst raster layers permanent, you can either save through the dialog box when you create them, or you can right click on the layer in the Table of Contents and select Make Permanent.
SA #1: Calculating Distance from Highways using the Euclidean Distance Tool
· Under the Spatial Analyst toolbar choose Distance, Straight Line.
· Use the highway coverage as the Distance to file.
· Make a map of the result, add your name using a text box, and print it.
SA #2: Allocating Space using the Allocation Tool
· Under the Spatial Analyst toolbar choose Distance, Allocation.
·
Use Cities as the Assign to coverage.
Make a map of the result and print it with your name.
· Using a text box describe the map in your own words directly on the map.
SA #3: Calculating Population Density using Density Functions
· Under the Spatial Analyst toolbar choose Density,
· Set Density Type to simple,
· Set Search Radius to 100,000,
·
Set Population Field to pop85.
Make a map of the result and print it with your name.
· Include a legend that shows the numerical values for the population density.
· Using a text box describe what the units mean, directly on the map.
SA #4: Highway Accessibility by County Using Zonal Statistics
· Under the Spatial Analyst toolbar choose Zonal Statistics,
· Set Zone Dataset- to the county coverage,
· Set the Zone Field to name,
· Make sure Chart Statistics is checked,
· Make sure Join Output Table to Zone Layer is checked,
·
Set Value Raster to the result of SA#1
(Euclidean Distance Surface From Highways)..
Then make a choropleth map using the
· Include a legend.
· Use a text box describe what the units mean, directly on the map.
SA #5: Rasterize a Vector
File and Use it To Calculate Vegetation Diversity Using a Neighborhood
Statistic
· Convert the vegetation coverage to raster.
· Under the Spatial Analyst toolbar choose Convert, Features to Raster,
· Set Input Features to Vegetation,
· Set Field to com_code.
· Calculate the vegetation diversity in a neighborhood surrounding each cell.
· Under the Spatial Analyst toolbar choose Neighborhood Statistics,
· Set Input Data to state vegetation raster,
· Set Field to value,
· Set Statistic Type to variety,
· Make sure the Neighborhood is a rectangle (3x3).
· Then make a map of the result.
· Include a legend.
· Using a text box, describe what the units mean and why they have the range they do. (You may want to change the number of classes so that the values in the legend make sense.)
SA #6: Reclassify the Raster
Vegetation Variety Neighborhood Surface into Two Classes.
· Under the Spatial Analyst toolbar choose Reclassify,
· Set Input raster to the variety surface created in SA#5,
· Set Reclass Field to value,
· Set Method to equal interval,
· Set the number of Classes to 2.
· Then make a map of the result.
SA #7: Using the Raster
Calculator to Change Cell Values (to m from feet), the Reclassification Tool to
Reduce the Number of Classes, and Vectorization
· Under the Spatial Analyst toolbar choose Raster Calculator.
· Double click on the distance to highways raster created in SA#1, click on /, type 3.28, and click Evaluate.
· Then reclassify the result into 3 natural breaks classes.
· Then convert the raster to a vector by choosing Convert, Raster to Features from the Spatial Analyst menu (it doesn’t matter which field you use for this operation).
· Then make a map of the result that includes a legend.
Part
IV: Implementing Map Algebra Commands Within the Raster Calculator
First review Appendix A of the tutorial book. The Spatial Analyst Raster
Calculator allows you to use all ArcInfo MapAlgebra GRID commands and
functions. Learning map algebra is like learning any language. Once
you know the syntax then you need to increase your vocabulary. In this
exercise you will implement one map algebra function using the Raster
Calculator.
·
First rasterize the
highway vector coverage that you downloaded in Part III and call it HW.
Then choose
“Programs -> ArcGIS -> ArcInfo Workstation -> ArcDoc” and select
“Contents -> Command Reference for ArcInfo Extensions -> GRID ->
Alphabetical List of Grid Functions.” This is a comprehensive help system
for ArcInfo MapAlgebra. Read the help topic for Thin.
·
Then open the raster
calculator and type: thin([HW]) and then click evaluate.
If it works then you have implemented your first MapAlgebra command that is not available through buttons or menu commands within Spatial Analyst. Make a map of the result and include a description of the result in a text box as well as your name.