The goal of this lab is to explore digital change detection. Digital change detection is comparing changes in landscape by comparing pixel information between two images. This is typically done when comparing land use and land cover. Digital change detection is an important tool for monitoring environmental and socioeconomic phenomena through remotely sensed data.
Methods:
Write Function Memory Insertion is a simple and powerful method of visualizing changes that occur in landscape over time. This is performed by stacking the red band from a newer image, in this case a 2011 Landsat image the Eau Claire area, with the red band and near infrared of an older image, in the case a 1991 image was used of the same area as the 2011 image. These images are then stacked by using the layer stack tool in Erdas Imagine. The user then sets the layer combination to highlight the areas that have changed between the two images. The following image shows the images that were used for what color.
The next method of change detection is done by calculating quantitative changes in multidate classified images. The first step to doing this method is to take the amount of pixels in each land cover/land use class and convert them into hectares. This is done by referencing the attribute table of the image and taking this histrogram pixel value for each class and converting this first to square meters by multiplying it by 900 the multiplying the square meters by .0001. This gives the amount of hectares for each land cover/land use class. The following images show the attribute table in Erdas and the conversion table in excel.
From the final hectare value the percent change is calculated by taking the 2011 hectare value for each class and subtracting the 2001 value. This is then divided by the 2011 value and multiplied by 100. This gives the percent change from 2001 to 2011. The following table shows the percent change for each class.
The next section of the lab goes through the process of doing change detection in the Milwaukee Metropolitan Area (MSA) for the Department of Natural Resources. The DNR is interested in the changes in urban/built up areas, forest, wetland, open space and agricultural lands. This process will do change detection over a 10 year period using the Wilson-Lula algorithm. This algorithm does change detection from images from different dates for each land cover class to those it is most concerned with. In this case, the following image shows what classes were compared to what.
To achieve this, the model builder in Erdas image in utilized.
The 2001 and 2011 are the two raster images at the top of the model. These images are then ran through a function that extracts just the areas of the image that are the desired class. This is done by using an either if statement. For example, if the land cover class is the desired number that it was assigned, it will give it a value of 1 if it is not it will give it a value of 0. This is what the first set of functions does. These are all saved in temporary raster files. The next set of functions is to show the areas that have changed. This is done by using the & bitwise function with the two outputs from the first function. The output is then saved as individual rasters.
Results:
Sources:
Cyril Wilson