Interpolering Flashcards
What is interpolation
This is a method used to estimate unknown value for a specific location based on known values from nearby points .
True or false : interpolation relies on the assumption that things that are close together tend to have similar characteristics
True
How can you get a regression line
By using python .
Manually you can put the regression line close to all points to represent actual data.
What is y= ax + b ?
This is a formulae used to represent a regression line.
When is interpolation used ?
Estimating data in places where no observations were made .
Transformation of one raster to another grid
To draw contour lines between measurements
True or false: nearby places are more similar than distant places ( the most important assumption in interpolation)
True
True or false: when interpolating always follow the first rule of geography which is taking the closest measurement points .
True
There are three common interpolation methods name them.
IDW; inverse distance weighting
Kriging
Trend surface
Define Inverse distance weighting
This estimates unknown values of a specified location by averaging the known values of nearby points giving more weight to points that are closer to the location of interest.
Output is raster because you have continuous surface as an output
Define kriging
An advanced geostatistical method that generates an estimated surface using a scattered set of points with known values. It considers both the distance between points and the spatial correlation .
There ar different spatial sampling schemes , what are they ?
Random sampling
Systematic sampling
Clustered sampling
Refer to post it for pictorial rep.
How are sampling methods chosen
They are chosen based on scientific (known spatial distribution of Values)and practical factors (time, budget, routes )
What are the results of interpolation dependent on .
Sampling method
Interpolation method
Spatial characteristics of the sampled variable.
What is the downside about IDW
You cannot calculate peaks if you do not have a resolution data which achieved with more points