|
Objectives
The objective of this exercise is to measure the minimum distance from each
rice field to a pasture. There are 104 rice fields in this study area, for
which there are total seasonal (late May - early September)
An. freeborni larval abundance data. The last step in this exercise
is to determine the correlation between these mosquito larval counts and
the distances to pasture.
Pasture locations will be extracted from the classified image produced during
preprocessing, where the remotely sensed spectral
information was changed into land cover / land use categories.
----->
Steps
This exercise consists of the following five sections or steps:
-
Isolate the pastures
-
Compute the distance from the pastures
-
Extract the average distance
-
Analyze the distance-to-pasture values
-
Consider other land covers
The following spatial datasets will be used in this exercise:
-
Geo-registered Landsat Thematic Mapper (TM) data acquired in June 1990
-
Landcover classification produced from the TM data (including rice fields and
pastures)
-
Mosquito larval count data
These data may
downloaded
if you want to do the processing yourself.
Processing Steps
-
Isolate the pastures from the classified image
The
classified image
contains six different land cover / land use classes. To determine the distance
from the pasture, the pasture have to be isolated. This is done by recoding the
other classes, so only the pasture remains.
For this exercise these pasture pixels were then filtered, so only the pastures
larger than 2 ha were left. Small blocks of pasture pixels were ignored because
they could be vacant lots or other pieces of land that were part of some other
land cover. For example, the broken, narrow strip of pasture pixels down the
middle of the study area.
-
Compute the distance from the pastures
To determine the distance of each rice field from the pasture, the distance of
each pixel from the pasture pixels is needed. This is also known as the proximity.
The distance image will then be combined with the rice field image to get the
average distance within each field.
-
Extract the average distance to each rice field
The unique field values are then used to extract
the mean distance from each of the pastures
to each of those fields.
-
Analyze the distance-to-pasture values
The distance to pasture data can then be imported into a spreadsheet program,
with larval count data, to compute the correlation between the
two data sets.
-
Distance v. Larval Count: R2 = 0.118
-
Distance v. ln(Count): R2 = 0.344
-
Consider other land covers
Examine the land cover classification to consider
other landscape factors that may have influenced the observed differences
in mosquito production among rice fields but were not used above.
Land cover map
For example, if distance to orchards and distance to pasture are used as
independent variables and the ln(Count) is the dependent variable,
R2 = 0.371, a very small improvement.
Congratulations!
You have completed Training Exercise 1.
|