Automating Generalisatin Flashcards

1
Q

Issues with manual representation

A
  • time consuming

- problems with consistency - different people will produce different things - subjective

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

Automate generalisation

A

Algorithms are used to perform tasks that were previously done manually. Research began in the 1960s and heavily invested into in the 1970s (Burrough et. al 1998)

Consistent

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

Limitations to automated generalisation

A

Extremely difficult to capture what a cartographer does and for a computer to replicate = difficult to get computers to design things. Practice can differ from theory - experience and rule of thumb

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

Independent processing

A

Often used in the early days to reduce data when storage was an issue. Random choice in retaining points = this is unlikely to give a good generalisation as some points are more significant than others.

Nth point routine = every nth point is retained. This may result in critical points getting lost. It depends on the starting point

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

Local processing- 3 aspects

A

Looks at small selection of line using distant or angle or both criteria to decide on the data that should be kept.

  • distance
  • angular
  • angle and distance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Distance

A

Weed out points that are close together. Points close together can be removed - often used to avoid many close points.

Mainly used when capturing data.

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

Angular constraints

A

Points on or close to a straight line add little information and so can be removed = parallel corridors. First point outside the corridor becomes the new point.

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

Angle and distance

A

Examine local relationships to remove non critical points. Distance = Doesn’t consider the curvature of a line Angular = doesn’t consider spacing of points. Combination takes both into account.

Most likely to remove minor(insignificant) elements but retain general characteristics

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

Reuman - witkam algorithm

A

Similar to angular method. Retains last point in the corridor as a new anchor

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

Opheim

A

Similar to R-W but the max length is specified. Removes points in minimum distance

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

Angle + distance - Jenks

A

Works using 3 points to decide if the middle point should be eliminated.

  • if p2 is closer to p1 than min 1, then eliminate p2
  • if p3 is closer to p1 than min 2, then eliminate p2
  • if angle at p2 is less then ang, then eliminate p2

If p2 is retained it becomes themes starting point if it is eliminated, p3 becomes p2

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

Global processing routines

A

Most allied by Doug,as-Poiker although has received criticism. It divides the line into two,looking for more critical points. Use multiple tolerances and stores attributes.

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

Issues with algorithms

A

No simple answerable which algorithm is the best it depends on the nature

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

Linear smoothing

A

When generalizing a point it might be best to smooth it. This eliminates distinguishing errors and will improve aesthetic appearance

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

Generalisation and spatial conflicts

A

Often can’t consider just a single class or feature I.e roads. Scale reductions can create problems between relationships - features must be retained.

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