Lecture 2 - Spatial Data Models Flashcards

1
Q

What is a data model?

A
  • model refers to simplified abstract view of complex reality (a system of entities, phenomena, and processes)
  • data model is a computer-based representation of the real world
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do we represent reality in GIS?

A
  • geographical variation in real world is infinitely complex, so set of rules is required to convert real variation into discrete info
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the fundamental problem with GIS?

A

Representations are rarely perfect, complete, or universally accepted

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

What is the thematic approach?

A

It allows us to organize real world complexity into simple representations to facilitate understanding of natural relationships

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

What are the 3 things that go into representing reality through GIS?

A
  1. Selection: select real world objects to be included in virtual model
  2. Representation in a standard way: real world objects must be represented by virtual objects
  3. Quantification: comps store numeric values that are assigned to real world features in the GIS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are fields?

A
  • conceptualizes geographical space as being populated by continuous phenomena
  • properties that vary continuously over space (a single value can be recorded at every point on the earth’s surface
  • ex. temp, elevation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are objects?

A
  • geographic space populated by sets of discrete spatial entities (ex. features)
  • objects have identifiable boundaries and are represented by graphical elements (ex. points and lines)
  • ex. trees, countries
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 2 GIS data types?

A
  1. Spatial Data

2. Attribute Data

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

What is spatial data?

A
  • describes absolute/relative location of geographic features
  • contains location and shape of geographic features
  • represented through points, lines, and polygons
  • ex. geographic coordinates of a forest
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is attribute data?

A
  • describes characteristics of spatial features
  • characteristics can be qualitative or quantitative
  • aka tabular data
  • ex. forest crown closure, dominant species, height
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Give examples of characteristics that define objects

A
  • type
  • attributes
  • relations
  • geometry
  • quality
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the different types of quantitative data? Explain.

A
  • ordinal: categories that have meaningful order but unknown how big value difference is between them
  • ratio: interval categories that have a definite zero (ex. distance)
  • interval: interval categories (ex. age groups)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are examples of raster data sources?

A
  • satellite imagery
  • aerial photos
  • scanned maps
  • digital orthophotography (scanned photos mathematically rectified to eliminate displacement effects so its view always appears perpendicular to the ground)
  • scanned documents
  • raster images
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are examples of vector data sources?

A

Object representation described by points and coordinates

  • digitized maps
  • GIS data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the raster data model?

A
  • implementation of the field conceptual model
  • incorporates use of grid-cell data structure
  • commonly used in natural resource planning
  • process:
    1) divide world (study area) into square cells
    2) register corners to the earth (coordinates)
    3) discrete objects represented as collections of cells
    4) represent fields by assigning attribute values to cells
    5) used to represent continuous fields
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the main characteristics of raster data?

A
  • no explicit coding of coordinates required (implicitly in cells layout)
  • each raster cell (pixel) can contain only one discrete value
  • allow for sophisticated mathematical modelling
17
Q

What is a vector data model?

A
  • implementation of object conceptual model
  • through 3 discrete elements (plp)
  • spatial location of features (coordinates) is explicit and more compact than raster
  • commonly used in urban planning/analysis
  • ideal for computer mapping and spatial database management
18
Q

Describe the dimensions of the discrete elements used in vector data models.

A

Point: zero dimensional object
Lines: 1D (points and lines)
Polygon: 2D (vertices/points and lines all connect)

19
Q

Give examples of plp.

A

Points: wells, trees, sample locations
Lines: roads, streams
Polygons: lakes, forests, states

20
Q

What are the pros and cons of raster data?

A

Pros:
- no coordinates stored; location implied by cell
- data analysis quick and easy
- good for mathematical modelling & quantitative analysis
- discrete data accommodated equally as well as continuous data and integrates both data types
- compatible with raster-based output devices
Cons:
- cell size determines resolution
- usually difficult to represent linear features (depending on resolution)
- processing attribute data for large datasets overwhelming
- increased processing requirements (conversions)
- most output maps don’t conform to cartographic needs

21
Q

What are the pros and cons of vector data?

A

Pros:
- output more aesthetically pleasing
- no conversion required
- accurate geo location of data maintained
- efficient encoding of topology
Cons:
- vertex locations need be stored explicitly
- effective analysis requires conversion to topological structure, which is time consuming
- complex algorithms and processing intensive, so limited functionality of large data sets
- continuous data not effectively represented
- spatial analysis/filtering within polygons impossible