Chapter 4: Maps, Data Entry, Editing, and Output

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/51

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

52 Terms

1
New cards

What is the purpose of a coordinate transformation in GIS?

To bring spatial data into a common earth-based coordinate system so all layers align

2
New cards

Why is coordinate transformation also called registration or georeferencing?

Because it registers layers to a map coordinate system using known reference points

3
New cards

What operations can a coordinate transformation perform besides converting coordinates?

Translation, rotation, and scale change within a coordinate system

4
New cards

Define translation in spatial data transformation.

Movement of all points the same distance in the same direction without rotation or resizing

5
New cards

What is a control point?

A point with known accurate coordinates used to align spatial data

6
New cards

List three criteria for selecting good control points.

  1. High coordinate accuracy

  2. Even spatial distribution

  3. Easy to identify and stable location

7
New cards

Name four possible sources of control point coordinates.

Surveys, GPS, high-quality maps, digital data layers

8
New cards

What transformation uses linear equations to calculate map coordinates?

Affine transformation

9
New cards

How many control points are needed for affine transformation?

At least 3 mathematically, but 4+ are needed for good statistical fit

10
New cards

What statistical method is used to assess transformation quality?

Root Mean Square Error (RMSE)

11
New cards

Compare affine vs. conformal transformations.

Affine allows unequal scale changes; conformal requires equal scale in x and y directions

12
New cards

What is raster resampling?

Changing raster cell values when converting coordinate systems or cell sizes

13
New cards

Name three raster resampling methods.

  1. Nearest neighbor

  2. bilinear interpolation

  3. cubic convolution

14
New cards

What is digitizing in GIS?

Capturing map data by tracing features into vector format

15
New cards

Give three reasons why digitizing is needed.

To create new maps, correct wrong features, or add missing features

16
New cards

What is the difference between heads down and heads up digitizing?

Heads down uses a tablet and puck; heads up uses a computer screen with images

17
New cards

How many control points are usually needed for digitizing?

At least 4, often called “tics”

18
New cards

What are typical accuracy ranges for manual digitizing?

Between 0.075 mm and 0.25 mm

19
New cards

Compare point mode, line mode, and stream digitizing (in ArcGIS?)

  • Point mode records points

  • Line mode records lines with vertices

  • Stream mode automatically collects many vertices

20
New cards

What are common problems with manual digitizing?

Labor intensive, operator fatigue, errors, slow speed, registration issues

21
New cards

Define nodes and vertices in digitizing.

Nodes are line endpoints; vertices are intermediate points that define shape

22
New cards

What are undershoots and overshoots?

Errors where lines fail to connect (undershoot) or extend past the connection point (overshoot)

23
New cards

Explain dangle length, snap tolerance, and weed tolerance.

  • Dangle length removes small dangling lines

  • Snap tolerance connects close nodes

  • Weed tolerance reduces excess vertices

24
New cards

What is spline interpolation used for?

To smooth digitized lines

25
New cards

How are attributes added during or after digitizing?

At time of digitizing with codes or later through database linking

26
New cards

What is scanning?

Converting paper maps into raster images using light sensors

27
New cards

What are drawbacks of scanning maps?

Includes all marks/stains, large files, must retrace features into vector

28
New cards

What is skeletonizing?

A line-thinning process applied to scanned rasters before vectorization

29
New cards

What is map generalization?

Simplifying or approximating real-world features when represented on a map

30
New cards

What factors influence map design and layout?

Target audience, purpose, viewing setting, available resources

31
New cards

List five essential map elements.

  1. Title

  2. scale

  3. legend

  4. north arrow

  5. source/metadata

32
New cards

Why might a north arrow not always point straight up?

Because map orientation may differ from north

33
New cards

Give two risks of poor symbolization.

Overuse of shapes/colors causes confusion; unclear symbols hinder map reading

34
New cards

What are the four main principles of map design?

Legibility, visual contrast, visual balance, figure-ground relationship

35
New cards

How does visual balance differ from geometric balance?

Visual balance arranges elements around the visual center (slightly above geometric center)

36
New cards

What is figure-ground relationship in maps?

The visual distinction where some elements stand out as figure and others recede as background

37
New cards

Define metadata with examples.

Data about data, including source, date, coordinate system, and attributes

38
New cards
Affine Transformation Equations
$E = a_1x + b_1y + T_E$, $N = a_2x + b_2y + T_N$
39
New cards
What does the affine transformation do?
It converts digitizer/scanner coordinates $(x,y)$ into map projection coordinates $(E,N)$ by applying scale, rotation, and translation
40
New cards

What do E and N represent?

Map projection coordinates (Easting and Northing)

41
New cards
What do $x$ and $y$ represent?
Raw digitized coordinates from tablet or image
42
New cards
What do $T_E$ and $T_N$ represent?
Translation shifts that move the dataset into the correct location
43
New cards
What do $a_1, b_1, a_2, b_2$ represent?
Scale changes and rotation factors that adjust size and orientation
44
New cards
How many unknown parameters are in affine transformation?
6 total: $T_E, T_N, a_1, b_1, a_2, b_2$
45
New cards
How many equations does one control point provide?
2 equations (one for Easting, one for Northing)
46
New cards
Minimum number of control points needed
3 (for 6 equations), but 4+ are recommended for a better statistical fit
47
New cards
Why are more than 3 control points preferred?
Extra points allow statistical fitting and reduce errors from any single bad point
48
New cards
Formula for RMSE
$\text{RMSE} = \sqrt{\frac{1}{n}\sum e_i^2}$
49
New cards
What does RMSE measure?
The average error between the true control point coordinates and the transformed coordinates
50
New cards
What is $e_i$ in the RMSE formula?
Residual distance between a point’s true coordinate and its transformed coordinate
51
New cards
What is $n$ in the RMSE formula?
Number of control points used
52
New cards
Why is RMSE important in georeferencing?
It quantifies how well the transformation fits — smaller RMSE means higher accuracy