Lecture #3 Flashcards

1
Q

Describe Topology and how it relates to GIS

A

Topology is spatial relationships in the data represntation of features and phenomena in the world and how those geometric representation relate logically. A GIS only understands the topology if you provide it with it

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

What is digitization?

A

The process of converting analogue data to digital using methods such as scanning or a digitizing tablet

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

What are some problems with scanning?

A

Text may show up as a feature, contour lines may be broken with text, special symbols get lost and automatic feature recognition isn’t that accurate

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

What is the sliver error?

A

An digitizing error where there is dead space between polygons

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

What is the line closing error?

A

A digitizing error where lines don’t extend far enough or too far

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

What are buffers?

A

Area around a feature with a set radius

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

What is the Euclidean and Manhattan distance?

A

The Euclidean distance is the distance between two points directly while the Manhattan distance is the distance following intersecting lines

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

What are layer-on-layer operations?

A

Layer-on-layer operations are operations that are performed by using one layer to affect another layer

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

What are models and what types do we see?

A

Models are how we imagine geographic space. We see Vector, Raster and Object

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

What is the difference between a vector and raster model?

A

Vector models show unique features that don’t exist everywhere and don’t show empty space

Raster models estimate based of the average of each grid

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

What do we call the process of rastering data?

A

Tessillation

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

What is structure?

A

How we store data in a computer

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

what are the spatial database models?

A

Hierarchal, network and relationship. These show lines, polygons and points

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

What is a hierarchal database structure?

A

It is treelike. The features can be repeated and the polygons are at the top while the points are at the bottom

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

What is a network data structure?

A

Uses pointers and everything can only appear once. It uses less storage and represents the same thing

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

What is a relationship data structure?

A

A spreadsheet containing data, row (records) and columns (fields) contain data and relations between datasets are noted and a common dataset is created / found

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

What are spatial questions we want to answer?

A

LIPTC (location, implications, patterns, trends, conditions)

18
Q

What is an entity?

A

An individual point on a GIS

19
Q

What is an attribute?

A

data about the entity

20
Q

What is a feature?

A

An object in the real world implemented into a GIS

21
Q

What is a data layer?

A

a data set for the area of interest in a GIS

22
Q

What is an image?

A

A data layer in a raster array

23
Q

What is a cell?

A

individual cell of a raster representation

24
Q

What is a function or operation?

A

a data analysis performed by a GIS

25
what is an algorithm?
The computer sequence implementation
26
What are some vector operations?
Boolean overlay, geometric composites, layer-on-layer selection, buffers, Euclidean distance, Manhattan distance
27
What are vector operations?
Measurement techniques using coordinates, analysis
28
What are attribute queries?
Looking at characteristics of features
29
What are spatial queries?
Attribute queries in a location
30
What are boolean operations?
Overlapping geometry of features layer by layers Boolean algebra is used to determine inclusion, exclusion, intersection and union Think about venn diagrams Combined area of the same thing (A.OR.B) (UNION) Combined area of two different things (A.AND.B) (INTERSECT) Combined area where A overlaps B (B.NOT.A) (CLIP)
31
What is a union?
Combined area of the same thing (A.OR.B) (UNION)
32
What is an intersect?
Combined area of two different things (A.AND.B) (INTERSECT)
33
What is a clip?
Combined area where A overlaps B (B.NOT.A) (CLIP)
34
Describe proximity
Selecting features near a line
35
Containments contains
Line-on-polygon selection | Point-on-polygon selection
36
Overlap contains
Polygon-on-line selection Polygon-on-point selection Polygon-on-polygon selection
37
What is dissolving in topological overlay?
Removes borders of overlapping polygons or creates a new polygon
38
What is a clip in topological overlay?
Only the input layer features show and overlap the original layer
39
What is a generating globe?
The stage after the ellipsoid but before the map
40
What are the three main map projections?
Planar, conic and cylindrical
41
Generalization is
making data less detailed (think coastline)
42
Abstraction is
Only looking at relevant data of something