Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inverse Distance Weighted Interpolation Method

Typically, you would use the 'Find Tools' search box at the top of the Geoprocessing pane to search for the name of the tool you'd like to use, but, at times, especially when learning the software, it can be helpful to view the full hierarchy of all the tools available, because you will often discover related and helpful tools that you didn't know existed and wouldn't know to search for. You might also completely forget the name of a tool, but be able to locate it based on the hierarchy. For these reasons, we will be manually navigating the toolboxes throughout this tutorial. The more typical workflow of searching directly for a specific tool is covered at the end of the Introduction to Geoprocessing tutorial.

  1. At the top of the Geoprocessing pane, click the Back arrow button.
  2. At the top of the Geoprocessing pane, click the Toolboxes tab.
  3. Double-click the Spatial Analyst Tools toolbox > Interpolation toolset.
  4. Click the IDW (Inverse Distance Weighted) tool.
  5. For ‘Input point features’, use the drop-down menu to select the Rainfall layer, which contains your rain gauge point locations.
  6. For ‘Z value field’, use the drop-down menu to select the Rainfall field that contains the rainfall measurements you wish to interpolate.
  7. For ‘Output raster’, rename the exported raster from “Idw_Rainfall1” to “IDW_Rain”.
  8.  Ensure that your IDW tool Parameters tab appears as shown below and click Run.

It will take several seconds for the tool to begin running, at which point you will see the name of the tool along the bottom portion of the Geoprocessing pane. When the tool has finished running, a box will pop up in the same corner with the name of the tool and a green checkmark.

...

  1. In the Contents pane, click the IDW_Rain layer to select it.
  2. In the ribbon on the top, click the Appearance tab
  3. In , in the Effects group, adjust the Layer Transparency slider to 40%.

Notice that you can now see the other layers basemap beneath the raster layer in the Map Display window.

The raster layer is currently symbolized using nine classes; however, the values of the cells in the raster are actually more continuous in nature, so you will symbolize them continuously, rather than in classes.

  1.  Right In the Contents pane, right-click the IDW_Rain layer and select Symbology.
  2. At the top, beneath For ‘Symbology,’ use the drop-down menu to select Stretch.



  3. Use the For ‘Color scheme’, use the drop-down box to select a continuous blue color ramp.

You can now see the continuously interpolated raster containing rainfall values that were generated using the data collected at the specific rain gauge points. Notice how this IDW method results in distinct rings around each input data point.

  1. In the Contents pane, uncheck the IDW_Rain layer.In

Spline Interpolation Method

  1. At the bottom of the Symbology pane, click the Geoprocessing tab.
  2. At the top of the Geoprocessing pane, click the Toolboxes tab click the Back arrow button.
  3. In Within the Interpolation toolset,double- click the  the Spline tool tool.
  4. Repeat steps  steps 5-16 above in the the Inverse Distance Weighted Interpolation Method section  section on pages 12 and 13, but but rename the  the raster output “SplineSpline_Rain”.

...

  1. Rain”.

Compare the result of the Spline interpolation to the result of the IDW interpolation by turning each layer on and off in the Table of Contents. Since the layers are transparent, you need to ensure that only one raster is turned on at a time. Notice how the Spline interpolation tries to reduce the sharp edges and sudden jumps in data and does not exhibit the distinct rings around the input points, as the IDW method does. The Spline interpolation process assumes that, overall, there is a smooth transition in the data and tries to mirror that effect in its output.

  1. In the Contents pane, uncheck the Spline_Rain layer and any other raster layers you turned on.

Natural Neighbors Interpolation Method

  1. At the top of In the Geoprocessing pane, click the Toolboxes tab click the Back arrow button.
  2. In Within the Interpolation toolset,double- click the  the Natural Neighbor tool.
  3. Repeat steps  steps 5-16 above in the the Inverse Distance Weighted Interpolation Method section  section on pages 12 and 13, but but rename the  the raster output “NNNN_Rain”Rain.

Natural Neighbors Interpolation Method

Compare the result of the Natural Neighbors interpolation to the results of the previous two interpolation methods. Note that it is smooth everywhere except for the distinct highs and lows directly around the data points, though even at the data points it is smoother than in the IDW interpolation method. Note also that the interpolation is limited to the area covered by the input points, rather than a rectangle of the same extent.

  1. In the Contents pane, uncheck the NN_Rain layer and any other raster layers you turned on.

...

Using the Create TIN tool, you can create a TIN based on an existing feature class.

  1. In At the top of the Geoprocessing pane, click the Toolboxes tab click the Back arrow button.
  2. Double-click Collapse the Spatial Analyst Tools toolbox to collapse it.
  3. Double-click the 3D Analyst Tools toolbox > Data Management toolset > TIN > toolset.
  4. Click the Create TIN tool.
  5. For ‘Output TIN’, type “TIN_Rain” and click elsewhere to update the text field.
  6. Use the ‘Coordinate System’ drop-down box to select the Rainfall feature class.
  7. Use the ‘Input Features’ drop-down box to select the Rainfall feature class.
  8. Use the ‘Height Field’ drop-down box to select the Rainfall field.
  9. Ensure your ‘Create TIN’ window appears as shown below and click Run.

    Image Added

This method interpolates the rainfall data points by defining the vertices of each triangle in the TIN and interpolating across each triangle. From here, it is very simple to convert the TIN to a raster, so that it is in the same format as your other interpolation layers.

  1. In the Geoprocessing pane, click the collapse the Data Management toolset to collapse it.
  2. In the 3D Analyst Tools toolbox, double-click the Conversion toolset > From TIN > toolset.
  3. Click the TIN to Raster tool.
  4. Use the ‘Input TIN’ drop-down box to select the TIN_Rain TIN.
  5. For ‘Output raster’, rename the exported raster from “TIN_Rain_Tin” to “TINRast_Rain”.
  6. Ensure your ‘TIN to Raster’ window appears as shown below and click Run.
  7. In the Contents pane, uncheck the TIN_Rain layer to view the new raster layer created from the TIN.
  8. Repeat steps 11-16 above in the Inverse Distance Weighted Interpolation Method section on page 12 to symbolize the TINRast_Rain layer as you did the other raster layers.

...

  1. In the Contents pane, uncheck all layers, except for the Texas Topographic basemap layer.

Line Interpolation

You will now try interpolating the Hurricane line feature class using the same TIN-based method you just used to interpolate the rainfall point data. Recall that the Hurricane feature class contains a Windspeed field in its attribute table, which tells you the peak average wind speed along each line at the time the hurricane landed.

  1. In the Contents pane, check the Hurricane layer to make it visible.
  2. In the Analysis Tab, click the Tools button.
  3. In the At the top of the Geoprocessing pane, click the Toolboxes tab click the Back arrow button.
  4. In ArcToolbox navigate to 3D Analyst Tools > Data Management > TIN > Create TIN.
  5. For ‘Output TIN’, type “TIN_Wind” and click elsewhere to update the text field.
  6. Use the ‘Input Feature’ drop-down box to select the Hurricane feature class.
  7. Use the ‘Height Field’ drop-down box to select the Windspeed field as shown below.
  8. Use the ‘Coordinate System’ drop-down box to select the Houses layer.
  9. Ensure your ‘Create TIN’ window appears as shown below and click Run.

...

Extracting Multi Values to Points

  1. In the Analysis Tab, click the Tools button.In the Toolboxes tab, click the 3D Analyst Tools toolbox to collapse it.

...

  1. In the Geoprocessing pane, in the Spatial Analyst Tools toolbox, douclick the Map Algebra toolset > Raster Calculator.
  2. Under ’Rasters’, double-click the IDW_Rain layer.
  3. Under ‘Operators’, click the + operator.
  4. For ‘Output raster’, rename the exported raster from “idw_rain_ras” to “IDW_Rain_2”.
  5. Ensure your ‘Raster Calculator’ window looks like that shown below and click Run.

    Image Added

You have now learned multiple methods of interpolating point and line data into raster data and extracting raster data at point locations. You have also reviewed skills from other short courses, including mapping XY data.

...