1/24
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
how is the length of linear features determined?
areal measure
examples of linear features in the environment
roads, rivers
3 issues to consider with measuring length
feature of interest is much smaller than raster resolution
feature of interest is much wider than raster resolution
dependence on chosen neighbourhood
what happens when the feature of interest is much smaller than the raster resolution?
the feature might not be represented at all
what happens when the feature of interest is much wider than the raster resolution?
the total number of raster elements will be equal to area instead of length
a thinning algorithm needs to be applied down to a single raster element width
why is raster data analysis considered to have linear complexity?
each cell is visited once so computing time is directly proportionate to the size of the raster
why aren’t raster data sets linear by nature?
each raster element covers an area or areal extent with a length and width
results of a raster analysis are always ____
discrete and there are no fractions
how do you find the real world size from an area feature of a raster data set?
multiply by scale factor
what is classification?
identification of features from field data
a raster analysis operation over fields
is classification a linear process?
yes because each cell is visited once in a linear fashion
2 statistical measures of area features
averages and variations
what is a field?
a cell
not points, lines or area features
what two processes involve fields?
sampling
resampling
what is sampling?
reduction of continuous signals into a discrete signal
rasterisation is ____
sampling
what is resampling?
deduction of another discrete signal from an already discretised signal
samples a raster to create another raster for a different resolution or orientation
what process does resampling require?
interpolation
what is interpolation?
when the value at a desired location is computed from the values of neighbouring cells
2 methods of interpolation
nearest neighbour interpolation
bilinear interpolation
where do you start the count for interpolation?
lower left corner
how is nearest neighbour interpolation carried out?
find nearest point by finding the grid point with the smallest difference in both columns and rows
choose its value as the best estimate
how is bilinear interpolation performed?
consider all 4 neighbourhood grid points
compute a weighted average
multiply the opposite weighted average by the value at the point
resampling is an ____
interpolation task
which is better? nearest neighbour or bilinear?
bilinear because it computes averages rather than extrapolates