Georeferencing/spatial analysis Flashcards

1
Q

what is georeferencing

A

the process of aligning an unreferenced dataset to one that has a spatial reference system

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

what are examples of data NOT georeferenced

A

satellite and aerial images

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

what are control points

A

locations that are identifiable and have known coordinates

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

why are control points important for georeferencing

A

used to TIE unreferenced data to the dataset with known coordinates

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

what are good control points

A
  • road intersections
  • corners of budlings
  • boulders
  • mountain peaks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are bad control points

A
  • tops of buildings
  • trees
  • center of field
  • shoelines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what transformation can be done with 1 control point

A

shifts the map, NO change in scale or rotation

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

what transformation can be done with 3 control point

A

can shift and scale and rotate the map

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

what transformation can be done with 6 control point

A

can bend the image

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

what transformation can be done with 10 control point

A

twist the image

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

what is the shift called with 1 control point

A

zero order shift

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

what is the shift called with 6 control point

A

second order shift

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

what is the shift called with 3 control point

A

first order affine

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

what is the shift called with 10 control point

A

third order shift

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

what is calculated when a transformation is done

A

residual error

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

what is a residual error

A

difference between where the georeferenced point is and the specific location

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

what is the RMSE

A

root mean squared error (square root of the mean value of all squared residual)

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

do you want a high or low residual error

A

LOW

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

what is the MINIMUM control points to calculate the RMSE

A

FOUR

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

what is the amount of residual error based on

A

the quality of the control points

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

what is high RMSE caused by

A

poor control points

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

what are the three residuals

A
  1. forward
  2. inverse
  3. forward-inverse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

forward residual

A

shows the error in the SAME units as the data frame

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

inverse residual

A

shows you the error in pixel units

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
forward inverse residual
measure of overall accuracy measured by pixels in the image
26
what is resampling during a transformation
each cell is given a new value based on its location
27
three types of resampling
1. nearest neighbour 2. bilinear interpolation 3. cubic convolution
28
what is nearest neighbour resampling
does not alter the original values but adopts the value of the nearest pixel
29
what are issues with nearest neighbour resampling
1. may result in blocky images 2. may duplicate or lose data
30
what kind of data is nearest neighbour resampling good for
discrete data (zoning, roads)
31
what is bilinear interpolation
weighted average of four pixels in the original grid nearest the new pixel
32
what is bilinear interpolation not suitable for
discrete data
33
what is bilinear interpolation used for
continuous data
34
how does cubic convolution differ from bilinear interpolation
calculates a distanced weighed of 16 pixels NOT 4 pixels from the original grid that surrounds the new output
35
what is cubic convolution good for
continuous data
36
what is cubic convolution NOT good for
discrete data
37
what types of resampling produce SHARPER images
bilinear interpolation cubic convolution
38
what type of resampling is generally avoided for GIS
nearest neighbour
39
what is spatial analysis
how features are spatially related to one another
40
what are some uses of spatial analysis
1. cause and effect 2. suitability assessment 3. predict outcomes
41
what are four types of spatial analysis
1. constraints 2. proximity 3. networks 4. clustering
42
what is constraints spatial analysis
selections and queries to identify features that meet criteria
43
what is proximity spatial analysis
how close one feature is to another feature
44
what is networks spatial analysis
1. what is the shortest route to a location
45
what is clustering spatial analysis
are nearby features similar to one another
46
what is an example of proximity
Thiessen polygons
47
Thiessen polygons
a set of polygons that define areas of influence around points in a space
48
what are buffers
spatial proximity built around a point, line or polygon
49
what kind of data do buffers use and what is the issue
Euclidean distance (straight line that doesn't account for restrictions in topography; rivers)
50
how are networks measured
Manhattan distance
51
what is the manhattan distance
distance between two points on a grid
52
what is near
measures the distance between input features and near features
53
what does kernel density calculate
the density of point features around each output raster cell
54
what is kernel density an example of
clustering
55
what kind of features can be used in kernel density
point and line features
56
what are some uses for kernel density
1. house density 2. crime reports 3. wildlife habitats
57
can coordinates have a z coordinate
yes
58
what is the z coordinate
the vertical datum
59
what does the vertical datum measure
baseline for measuring elevation
60
what is elevation represented by ion topographic maps
contour lines
61
what is photogrammetry
stereo pairs used to calculate elevation
62
what is LIDAR
emits a laser pulse to the earth's surface and measures the return
63
what is the accuracy of LIDAR
ranges from 3 to 30 cm
64
what is digital elevation model
representation of the surface of the earth
65
does DEM include features on earth's surface
NO - bare earth model
66
what is TIN
vector based approach to creating digital elevation models
67
contrast TIN and DEM
TIN is vector based models and DEM is raster based models
68
how are points represented in TIN
connected by lines to create a network of non overlapping triangles
69
is this DEM or TIN
DEM
70
is this DEM or TIN
TIN
71
what does TIN stand for
triangulated irregular network
72
advantages of DEM and TIN
DEM - accepts data directly from matrix cell - less complex and faster to process TIN - randomly sample data - displays linear features - accepts point features
73
disadvantages of DEM and TIN
DEM - must be resampled if irregular data - may miss complex topography - includes redundant data in low relief areas TIN - data is intense and takes longer to process - each vertex stores x, y, z data
74
what is DSM
measurements of ground elevation height as well as objects on the ground
75
How des DSM differ from DEM
DSM measures earth with the features while DEM measures bare earth elevation
76
what are some applications of spatial analysis
1. slope 2. aspect 3. hill shade 4. contour lines 5. viewshed 6. surface drape
77
is it DEM or DSM that analyzed watersheds
DEM