Week 7: Data models, databases Flashcards

(36 cards)

1
Q

The object model is implemented with

A

Vector data where we use points, lines and polygons to represent geographic phenomena

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

Phenomena can be represented with either

A

Vector or raster data

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

Geographic information links a place (and often a time) with

A

Some properties of that place

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

Two conceptual spatial data models that describe how aspects of the real world are represented in a GIS

A
  1. Field models
  2. Object models
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Field models can be associated with

A

Raster

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

Object models can be associated with

A

Vector

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

Field models have properties that

A

Vary continuously over geographic space

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

Characteristics of field models

A
  1. Every point on the earths surface can be recorded as a single value (single x y coordinate, 0 dimensional)
  2. Value at any point is a function of its location
  3. The property of the points can be of any attribute type (nominal, ordinal, interval, ratio, cyclic e.g wind direction)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Examples of field models

A
  1. Elevation
  2. Noise levels
  3. Temperature
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Object models contain geographic space that is populated by

A

Discrete spatial features / objects

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

Characteristics of object models

A
  1. Each object has precisely defined spatial boundaries
  2. Each object is a generic element of the real world (e.g physical - lakes; human - roads, buildings)
  3. Each object is represented in the data base through generic feature types (points, lines, areas) and single or multiple attributes for all feature types
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Object models contain features that

A

We can see clearly and count on the landscape

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

Difficult cases in determining between field and object models

A
  1. Natural phenomena such as lakes, habitats
    - often conceived as objects, but difficult to define or count precisely (e.g vegetative pontoons)
  2. Socio-cultural distance based concepts
    - Spatial: near, far, about, close to, etc.
    - Spatial and/or behavioral: neighbourhood, community etc.
  3. Phenomena that cross the field-object classification
    - weather forecasting
    - Forecasts originate in models of fields, but are presented in terms of discrete objects (highs, lows, fronts)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Raster data models contain regular tessellation AKA

A

Division of space

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

Characteristics of raster - an implementation of field representation

A
  1. Square cells
  2. Register the grid corners in map coordinates
  3. Features are represented as collections of one or more cells
  4. Represent fields by assigning attribute values to cells
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Characteristics of vector - an implementation of the object model of spatial data

A
  1. Discrete point, line, and area objects
  2. Location of features is represented explicitly
    - Model does not store the space between objects / features
    - Vector model is more compact than its counterpart
  3. Many different formats (CAD, GIS / surveying vendors)
17
Q

Data refer to

A

Physical and/or abstract facts about real world phenomena

18
Q

Data is derived through

A

Cognitive processes: selection, generalization, synthesis

19
Q

Data is the result of

A

Representing, organizing, labeling, encoding and relating real world phenomena

20
Q

Data is dependent on

A

Observers perceptions

21
Q

Forms that data may take

A

Numeric / descriptive; digital / analogue

22
Q

What is special about spatial data

A

Include a locational dimension to its description of real-world entities, processes, events

23
Q

In spatial data, location may be specified with

A

Absolute (e.g x,y), relative (e.g topological) or nominal referencing (e.g addresses)

24
Q

Spatial data are / can be

A
  1. Multi-dimensional linking place, time and attributes
  2. Voluminous in nature (raster and imagery)
  3. Expensive and time consuming to update
  4. Often compiled from multiple sources
  5. Require special analsis methods
  6. Spatial data are scale dependent
  7. Spatial data are typically sampled data
    - need to interpolate among sample points
  8. Sample data are often interrelated across space (spatial autocorrelation) and time (temporal autocorrelation)
  9. Spatial data are subject to a host of uncertainties
  10. As a result we need special formats and databases to store and retrieve spatial data
25
What is a data format
A format relates to the way data are stored, how they are retrieved/accessed, how they are used in analysis and, importantly, how they represent real-world phenomena
26
Why are there different data formats
Formats have evolved alongside computers and analysis techniques, improving in efficiency (storage and retreival) out of both proprietary and open-source development. Functionality differs between formats (think about difference between .DOC and .PDF)
27
Which data format should I use
It will depend on the data type you have (vector vs raster), what kind of analysis you want to perform, how you want to visualize the data, where/how you want to store the data and whether/how you want to share the data
28
How do I transform data between formats
We often work with several data formats for the same source data. Data can be transformed with a GIS or using other transforming tools, e.g., GDAL with Python scripting or other software like FME.
29
Common data formats you will encounter
1. Non spatial - Delimited text file (.CSV, .TXT, .XLS...) 2. Vector 3. Raster
30
Vector: feature class, feature layer
1. Feature class is offline storage in a geodatabase 2. Feature layer is online format stored in the cloud
31
A shapefile is comprised of
6-7 individual files on the computer
32
Data interoperability means
Ensuring data can be used in a wide range of cases and users
33
A database is
A logically coherent collection of accessible data related to a real-world problem, event or purpose
34
There are specialised databases for
1. Traffic management and planning 2. Inventory control 3. Student records management and course registration 4. Timber stocks Etc
35
A spatial database is simply a database that
Contains geographic (spatial) data for a specific area and subject - e.g how we link a location with attributes - has to have special functionality to return both attribute and spatial queries
36