Introduction to Geographic Information Systems in Forest Resources
UW Home GIS@UW Search
Syllabus Schedule Class Meetings Assignments Course Data Internet Search

Current Grades

Contact Us CFR 590 Internet-only section Lab Locations  


Exercise: Remote Sensing

  1. Open ArcView 3.x and enable the Image Analyst and IMAGINE Image Support extensions
  2. Add some image analysis themes
  3. Explore image properties (cell values)
  4. Alter resampling for image display
  5. Alter the image legend
  6. Alter band combinations
  7. Create an NDVI grid theme
  8. Find similar areas
  9. Create an NDVI grid theme (manual method)
  10. Convert an image theme to a series of grids
  11. Perform Tasseled Cap analysis

 

Open ArcView 3.x and enable the Image Analysis and IMAGINE Image Support extensions

  1. Open theStartup Project from the CD.

  2. Set the working directory to your removable disk.

  3. From the File menu, select Extensions.

  4. Enable the Image Analysis, IMAGINE Image Support, and Spatial Analyst extensions.



    Image Analysis includes particular image analysis routines that are not included in the core ArcView 3.x application.

    IMAGINE Image Support allows you to add Erdas image formats img, gis, and lan. These images cannot be added to a view unless the IMAGINE Image Support extension is enabled.


Add some image analysis themes

  1. Open a new view. Change the view's name to View 1991. This view will contain data from 1991.

  2. Add the Image Analysis Data Source landsat_1991.img. Note this is a new Data Source Type you have not encountered before.



  3. Add the Stands data source to the view, and display it as unfilled polygons with a bright green outline. Zoom to the extent of the Stands theme. Note how the pattern of the stands is similar in the image and the vector data.



    The image theme is displayed in false color where band 4 is displayed in red, band 3 is displayed in green, and band 2 is displayed in blue. The colors you see are the results of mixing of different values of red, green, and blue. Note that the image legend displays the current pixel resolution as well as the band assignments.

    Bare ground appears blue-grey, young vegetation appears bright red to pink, mature vegetation appears dark red, and water appears nearly black. Actively photosynthesizing vegetation has a relatively high reflectance of NIR radiation, which is why the stands with vigorous vegetation appear to have a deeper red color.

  4. Create views for 1998 and 2000 as well, and add the landsat_1998.img and landsat_2000.img data sources to these respective views.

  5. Copy and paste the Boundary theme to the other two views (this will save you the time of altering the legend more than once).



  6. Look at the different images from different years and see how some of the areas change from bare ground to young vegetation.

You have just added a few themes, including an image analysis theme. Image analysis themes have special properties, even though they originate from any type of supported image data source.


Alter resampling for image display

  1. Zoom into the image in View 1991. As you zoom in, you will not see pixellation, but an interpolated transition between pixels. Note there is also a resolution statement in the legend.



    This behavior is one of the special properties of an image analysis theme.

  2. Make the image theme active and then click the Theme properties button .



    Check the Hide Image Resolution box. This will hide the pixel resolution on the legend for the theme.

  3. Click the Information icon to view image properties.



    This shows data similar to what you have seen with grid theme properties. A few differences are the display of the number of bands (an image can have several bands, whereas a grid has only one band), and Pyramid Layers presence/absence. Pyramid layers are additional data subsets created for images at resolutions that allow for more speedy display when zoomed out at small scales.

  4. Click OK to dismiss the Theme properties dialog.

  5. In order to see the individual cells, you will need to turn off image interpolation. From the Image Analysis properties menu, select Preferences.



    Select Nearest Neighbor from the dropdown. Click OK to dismiss the preferences.

  6. Now you will see the individual pixels. If you don't see the pixels, zoom in or out until you do.

You have just viewed and altered theme properties for an image analysis theme.

 


Explore image properties (pixel values)

  1. Use the Identify tool and click on one of the pixels. You will see the Identify results dialog.



    The dialog shows the values for each of the 7 LandSat bands. The values are expressed on a scale of 0-255 (known as 8-bit values; 8^2 = 256).

    These values represent the relative strength of reflectance in each "slice" of the spectrum measured by the LandSat satellite sensors.

  2. Click several different cells to see their reflectance values.

    The dialog also has entries for Latitude and Longitude values. Because the header for this image is incomplete, the latitude and longitude are null.

  3. Use the identify tool on one of the newer images in another view and you will see the lat/long values displayed

Like any of the other themes we have used, image analysis themes can be identified on a pixel-by-pixel basis.

 


Alter the image legend

  1. Open the legend for the image theme.



    You see that the legend editor is quite a bit different from the legend editor for feature or grid themes. It contains more controls. Hit the <F1> key to view the help topic that describes the image theme legend.

  2. For the Assign bands for color: control, click the Natural button. Note how the band assignments change, as well as the image display. This combination, also known as True color, shows the bands that closely represent red, green, and blue wavelengths as red, green, and blue, respectively. It looks similar to a color photograph.



    Compare the true color image above with the false-color image below.



  3. Alter the Brightness and Contrast to see how this alters the display. Make sure to click the Apply button to apply the changes.

  4. Click the Statistics button to view value statistics for various bands. Use the Layer dropdown to select the band for description. This will give you basic descriptive statistics about the values in each band.



  5. Turn off the Stands theme and experiment with the different Stretch options to see how different patches appear in different colors. Different band combinations and different stretch values can allow you to detect differences among various patches.



    Here are a few different stretch choices applied to the 1991 image. You should review the different stretch types listed in ArcView 3.x 's help.

    standard deviation

    Gaussian

    gamma



  6. Click the Advanced button to view the histograms for the different bands. Depending on the stretch you have applied, your histograms may differ from these:



    The histograms show input and output values for each band. The black histograms show the actual count of the number of pixels (Y-axis) at each reflectance value level (X-axis). The colored histograms show the values as they are displayed

    The yellow line controls the input-display mapping. The input values are on the X-axis. The display values are on the Y axis (though the units are not displayed). In the image above, a red input value of about 180 (on X) translates to a value of 255 (on Y, though unmarked). Altering the yellow line alters the input-display values for the intensity of each color. This can help display different patches distinctly. The different stretch values are really just shortcuts for different input-display pixel color intensity maps.

  7. Alter the Legend Type dropdown from Mutli-band to Single-band. Display Layer_5. This is the reflectance in the 1.55 - 1.75 micron range.



    Band 5 is an infrared band. Green vegetation absorbs infrared light, so green vegetation will have a low reflectance value. Make the Stands theme active and identify some of the darker stands. You should see they are older than the stands that appear very bright in shade. Also be aware that the image is from 1991, whereas the stand boundaries are from 2000-01.

  8. Experiment with a few different single-band displays and see if you can identify patterns or trends.

You have just altered the legend for an image analysis theme. Note that there are different options for altering these legends than for vector or grid themes.

 


Alter band combinations

  1. With the legend still open, switch back to Multi-band display.

  2. Alter the band combinations so that bands 7, 4, and 3 are shown in red, green, and blue, respectively.



    This combination (Short-wave infrared composite) shows stressed vegetation in bright pink/purple.

  3. Try using different band combinations to see what features appear strongly.

You have just altered the band combinations for the image analysis theme. Textbooks on remote sensing will describe how using different band combinations highlights different features.

 


Create a normalized difference vegetation index (NDVI) grid theme

The Image Analyst has a menu choice for creating NDVI grids.

  1. Make View 2000 the active document. Make the Landsat_2000.img theme active.

  2. From the Image Analysis menu, select Vegetative Index.

  3. Accept the default band assignments of 4 and 3 for NIR and Visible IR bands.

    After a moment the processing will complete and the new image theme will be added to the view.



    The darker the pixel, the lower the NDVI value. The brighter the pixel, the higher the NDVI value. Higher NDVI values correlate with more vigorously growing vegetation. How does this compare with the forest stands?

  4. Identify the stands in some of the characteristically dark and light areas on the NDVI image.

  5. For use in further raster analysis, convert the image to a grid by selecting Theme > Save Image As



    Save the grid on your removable drive as ndvi_2000. We won't use the grid during this exercise, but you may want to make a mental note of this for later (hint).

  6. Note that when the grid is added to the view, it is added as an Image Analysis theme. This means that grids can also be manipulated in the same way as other images, with the exception of multi-band analysis and manipulation.

You have just created a grid that represents the NDVI values for each pixel.

 


Find similar areas

  1. Make View 1998 the active document. Zoom into some heterogeneous areas near the center of the forest. Alter the outline color of stands to gray (because the seed polygons are outlined in green).



  2. Alter the Seed Tool Properties (from the Image Analysis menu) so that the Seed Radius is 2 pixels. Also make sure Include Island Polygons is checked.



  3. Make the image theme active, and then using the Seed tool , click on some of the old forest in the Hugo Peak Transect stand. You will see a patch of pixels outlined in green. These are pixels which are statistically similar in the displayed bands (note: there is no description in ArcView 3.x help on the actual statistical ranges used to perform pixel selection).



  4. To find all areas with similar values, from the Image Analysis menu, select Find Like Areas.

  5. In the Find Like Areas dialog, click the New button to make a new output image to store your classes.

  6. Uncheck and then re-check the Select Graphics check box. For this class, enter the Class Name of Mature Forest.



    After a few moments ArcView 3.x will select all pixels across the entire image that are similar.



  7. Hit the <DELETE> key to remove the seed selection graphic.

  8. Click on the bright pink pixels outside of what has now been identified as mature forest.



  9. Once again, search for like areas. This time call the class New Growth.

  10. Zoom to the extent of the Stands theme. Do you think this new image correctly captures the variation in the original LandSat image? If not, try using different seed areas, or try using different band combinations for creating the seed areas.

You have just selected a group of pixels that has a similar range of values in the displayed bands. Altering the band combinations will create different selections.

 


Convert an image theme to a series of grids

  1. Create a new view called Pack Forest RS.

  2. Add another copy of the landsat_2000.img data set to the view. This time make sure to add it as a simple Image theme.

  3. Make the Landsat_2000 theme active.

  4. From the Theme menu, select Convert to Grid.

  5. When asked, convert each band to a new grid.



  6. Convert the first band to a grid called Lan1.



  7. Continue converting, naming each new grid with the same naming convention (Lan2, Lan3, etc.).
  8. When asked, add each grid theme to the view.
  9. View each band in turn.

 

You have just created a new grid from each band of this 7-band LandSat TM image. Each grid has cell values that represent reflectance intensity in specific wavelength ranges. These individual grids can be used with map calculations to perform multispectral analysis.

 


Create an NDVI grid (manual method)

  1. Invoke the Map Calculator (from the Analysis menu).
  2. Format a calculation with the NDVI function. Feel free to cut-and-paste from the browser:

    ([Lan4] - [Lan3]).Float / ([Lan4] + [Lan3]).Float



    This performs the NDVI calculation manually, and also forces the output to be stored in floating-point value, to maintain the decimal places for the output grid. If you do not use the .Float request, your values will not be calculated correctly.

  3. When the calculation completes,
    1. Classify the new grid into 30 equal-interval classes.
    2. Use the Browns to Blue-greens dichromatic Color Ramp.
    3. Sort in the Value field in Descending order. Vigorous vegetation will appear in the darkest browns.

 

You have just performed the calculation of NDVI on a series of grids representing different bands from a LandSat image. This results in a single grid whose value represents the NDVI value for each pixel. While it is easier with the GUI tool, this method shows how the calculation works on a more programmatic level.

 


Perform Tasseled Cap analysis

Greenness

  1. Open the Map Calculator and enter the Tasseled Cap greenness function:

    ( [Lan1] * -0.2848 + [Lan2] * -0.2435 + [Lan3] * -0.5436 + [Lan4] * 0.7243 + [Lan5] * 0.0840 + [Lan6] * -0.1800)

    Note: the 2000 scene has been corrected for atmospheric effects. This removes the 6th band from the original 7 bands. For this reason, the 6th band in this image is used in the Tasseled Cap analyses, rather than the 7th, as described in the original article (Crist, E., P., Cicone, R., C. (1984). A Physically-Based Transformation of Thematic Mapper Data - the TM Tasseled Cap. IEEE Transactions on Geoscience and Remote Sensing, GE-22, 256-263. ) If you are using a LandSat image with 7 bands, use band 7 rather than band 6 in the calculation, e.g.,

    ( [Lan1] * -0.2848 + [Lan2] * -0.2435 + [Lan3] * -0.5436 + [Lan4] * 0.7243 + [Lan5] * 0.0840 + [Lan7] * -0.1800)


    I suggest using cut-and-paste from the browser to your Map Calculation dialog. You can select Edit > Copy from the browsers's menu. Then place the cursor in the Map Calculation expression area and use the <CTRL-V> keystroke combination to paste.



    Note: for the 1998 and 2000 LandSat images, use band 6 rather than band 7 in the Tasseled Cap analyses.

  2. When the new grid is added to the view, alter the legend to use the Chartreuse monochromatic Color Ramp.

    Now vegetation that is "greener" will actually appear a darker green in the view. What do you think "greenness" means? How would you support your idea based on other data sources? You may also want to load the Boundary theme for reference.

 

You have just created a single grid that represents Tasseled Cap greenness of the original LandSat image. The greenness value is theoretically proportional to the amount of green vegetation.

 

Wetness

  1. Using the Map Calculator, create a calculation for the Tasseled Cap wetness index:

    ([Lan1] * 0.1509 + [Lan2] * 0.1973 + [Lan3] * 0.3279 + [Lan4] * 0.3406 + [Lan5] * -0.7112 + [Lan6] * -0.4572)

    Note: the 2000 scene has been corrected for atmospheric effects. This removes the 6th band from the original 7 bands. For this reason, the 6th band in this image is used in the Tasseled Cap analyses, rather than the 7th, as described in the original article (Crist, E., P., Cicone, R., C. (1984). A Physically-Based Transformation of Thematic Mapper Data - the TM Tasseled Cap. IEEE Transactions on Geoscience and Remote Sensing, GE-22, 256-263. ) If you are using a LandSat image with 7 bands, use band 7 rather than band 6 in the calculation, e.g.,

     ([Lan1] * 0.1509 + [Lan2] * 0.1973 + [Lan3] * 0.3279 + [Lan4] * 0.3406 + [Lan5] * -0.7112 + [Lan7] * -0.4572)




    Note: for the 1998 and 2000 LandSat images, use band 6 rather than band 7 in the Tasseled Cap analyses.

  2. When the new grid is added, change its legend to use the Cyan Monochromatic Color Ramp.



    Now pixels that with vegetation that is more "wet" are shaded a deeper cyan. What do you think "wetness" means? How would you support your idea based on other data sources?

 

You have just created a single grid that represents Tasseled Cap wetness of the original LandSat image. The wetness value is theoretically proportional to the amount of moisture in the soil or vegetation.


Syllabus Schedule Class Meetings Assignments Course Data Internet Search

Current Grades

Contact Us CFR 590 Internet-only section Lab Locations  

 

The University of Washington Spatial Technology, GIS, and Remote Sensing Page is provided by the College of Forest Resources and the College of Ocean and Fisheries Sciences through Unit-Specific UIF. Site administrator: Phil Hurvitz.
Copyright © Phil Hurvitz, 1998-2003