GIS Section 4.2 Flashcards
What is spatial interpolation?
process of predicting/estimating calues for unsampled or un-visited locations using measured values
Why is spatial interpolation so common?
because it is impossible to measure all of the infinite measurements and locations in an area
What types of features can be interpolated?
- point, line, small areas
What is the output of spatial interpolation?
raster
What are the two main types of spatial interpolation?
- Deterministic
- Probabilistic
What types of fitting methods can be used for interpolation (depending on scale)?
- Global fitting methods
- Local estimation (neighbourhood)
What is a Global Fitting Method for interpolation?
Trend Surface Analysis - polynomial regression on coordinate pairs
- probabilistic
What are the 4 types of local fitting methods for interpolation?
- Inverse Distance Functions (IDW)
- Plate Surface (bi-cubic splines)
- Nearest Neighbour interpolation
- moving averages with arbitrary weights
What is the geostatistical spatial interpolation method?
Kriging!!!
How does Global polynomial interpolation (trend surface analysis) work?
- fits a smooth surface defined by a polynomial to the sample points
- fits over the full extent of the data (‘global’)
- multiple regression of coordinate pairs
What is the result of global polynomial interpolation?
- smooth surface representing gradual changes
What can be said of complex polynomials produced through Global polynomial interpolation?
the more complex, the harder it is to ascribe physical meaning to it
What is the Thiessen Polygon Method of interpolation?
- split an area into zones
- each zone represents areas that are closer to the central point than any other point
- all parts of a Thiessen polygon have the same value
How does Inverse Distance Weighting (IDW) interpolation work?
- uses measured values close the a location to give the location a value
- assumes every nearby point has a local influence that decreases with distance
- known points are given weights that diminish as a function of distance
What is an assumption of IDW interpolation?
things that are close together are more alike