Interpolering Flashcards

1
Q

What is interpolation

A

This is a method used to estimate unknown value for a specific location based on known values from nearby points .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or false : interpolation relies on the assumption that things that are close together tend to have similar characteristics

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you get a regression line

A

By using python .
Manually you can put the regression line close to all points to represent actual data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is y= ax + b ?

A

This is a formulae used to represent a regression line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When is interpolation used ?

A

Estimating data in places where no observations were made .
Transformation of one raster to another grid
To draw contour lines between measurements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or false: nearby places are more similar than distant places ( the most important assumption in interpolation)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or false: when interpolating always follow the first rule of geography which is taking the closest measurement points .

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

There are three common interpolation methods name them.

A

IDW; inverse distance weighting
Kriging
Trend surface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define Inverse distance weighting

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define kriging

A

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 .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

There ar different spatial sampling schemes , what are they ?

A

Random sampling
Systematic sampling
Clustered sampling

Refer to post it for pictorial rep.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How are sampling methods chosen

A

They are chosen based on scientific (known spatial distribution of Values)and practical factors (time, budget, routes )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the results of interpolation dependent on .

A

Sampling method
Interpolation method
Spatial characteristics of the sampled variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the downside about IDW

A

You cannot calculate peaks if you do not have a resolution data which achieved with more points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly