ArcMap Interpolation Lab

Due in two weeks

Objective: The objective of this lab is to expose you to some of ArcMap's interpolation capabilities, i.e., to experiment with interpolating a raster surface from a set of measured points. Several ways to do this (IDW, Spline, and Kriging) are provided via the spatial analyst toolset and a TIN-based approach is available through 3D Analyst. In this lab you will:

  1. import data points (x,y,z) from a text file and convert them to a point shapefile
  2. interpolate surfaces from that shapefile using several different interpolation techniques
  3. compare the resulting surfaces visually and with the raster calculator.
  4. put the results together in a one page layout

Data Needed

Use any of the datasets below. The data are in the usual place, now on Laulima.

Preliminaries (the set-up):

  1. Start ArcMap and make sure the Spatial Analyst and 3D Analyst extensions are available.
  2. And then, left-clicking "Tools" in the main menu, and checking those check boxes, and finding where these extensions have been added to the tools visible on your screen.
  3. Set the default database and working directory for ArcMap to use.
  4. Import the text data and convert it to a feature set in your geodatabase.

Interpolating A Raster from Sample Data Points

ArcMap has several Spatial Analyst Tools to make raster data. This time, use Spatial Analyst Tools -> Interpolate to Raster-> (and choices of IDW, spline, and kriging) to interpolate raster maps from the sample data. Try all three methods and experiment with the interpolation parameter settings. Be sure to interpolate using the 'z' field, not the 'x' or the 'y' fields. (Why can't it figure that out?)

Visually and mathematically (via the raster calculator) compare three surfaces (from those you created). Use Spatial Analyst -> Raster Calculator to compute
[surface1] - [surface2]
i.e., a difference surface, in which to see where, and by how much, the interpolation results differ. (Does changing the exponent or the search radius in IDW interpolation have the effects that you expect from the text and lectures?)

TIN Adventure Ahead

For fullness, also generate a TIN from these data. From the 3D Analyst tool, use Features to TIN to generate the TIN, then the TIN to raster will give you a surface linearly interpolated on each triangular facet. (Does this produce the same surface you would get with IDW by setting the exponent to "1" and the neighbors to "3"?)

Map Layout View

I haven't stressed cartographic presentation in this course, but we need to at least touch on Arc's "layout view". The basic idea in the current version of Arc is to have a "Layout View" into which are inserted objects that might be titles, map frames, tables, text blocks, scales, north arrows, and other elements that can be dragged around and modified.

It's all very click-n-drag-n-drop and probably faster to learn through experimentation and the help functions than through a slap-dash step by step handout. Try View -> Layout and then "insert" and position a few elements. (Like a title, some map frames, a text block, etc.) Note that you may need to drag things in the table of contents to newly created 'frames' for them to show-up.

Deliverables

  1. Two one-page map layouts. One showing four raster surfaces (one each created by IDW, spline, kriging, and conversion to TIN), with labels so a reader can tell which is which and what paramters were used. The other should be titled "Interpolation Comparison", and should show six maps showing differences between the interpolated surfaces, each labeled as to what it is.
  2. A one page write-up briefly describing the differences you note between the surfaces produced by each of these interpolators and the effects of the interpolation parameters with which you experimented.

    Hints and Notes

    Help - is on the main menu, and by now you should be getting comfortable using it.

    Read ESRI's descriptions of these interpolation schemes.