Lecture 5: Spatial database and geodatabase Flashcards

1
Q

Database

A

A structured set of data that has some connection or relationship to each other

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

Integrated database

A

An integrated database is fully embedded in an organizational
structure and has well defined responsibilities for data collection,
maintenance and sharing. It can be either analogue or digital

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

What are the challenges with non-integrated database?

A
Data duplication 
High maintenance costs 
Poor portability and sharing 
Non-systematic editing 
Difficult to implement standards and security features
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Digital database

A

Electronic files that are managed by computer software

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

Advantages of digital databases

A

Multiple access methods
Data sharing is more efficient
Redundancy is minimized, and as a result costs as well
Central control and maintenance
Efficient analysis and production of information for decision making

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

What are the different sources of GIS data?

A

Maps, tables, user input, Reports, Digital products, images and tables

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

Database model

A

The data in the database is are organized using a data model, which is a set of explicit rules for representing the data object and their relationship

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

What is the hierarchal database model and when it can/cannot be used?

A

Hierarchal database model is used when there is a one to many method for storing data in a database that looks like a family tree with one root and a number of branches or subdivision
Problem: Linkages in tables must be known beforehand
- It does not work when we have entities that belong to several classes or do not have mutual exclusivity

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

What is networked database model and what is the problems?

A

A database design for storing information by linking all records that are related with a list of “pointers”
Problems: It is not adaptable to change
- Linkage tables must be known beforehand

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

Relational (tabular) database model

A
  • Most commonly used in ArcGIS
  • Data is stored in and relationships are created between one or more flat
    files or tables where each pair of tables has a field in common, or “key”
  • Data usually extracted by structured query language (SQL)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What problems can maps present?

A

Generalization
Deformation
Artificial errors

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

What are the issues of relevance?

A

Availability
accessibility
copyright
confidentiality

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

What is data stream?

A

Data stream is the process of data encoding and editing

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

What is metadata and why is it needed?

A
Metadata is descriptions about the data set 
Metadata is needed to: 
- identify geospatial sources 
- exchange geospatial sources 
- manipulate geospatial sources 
- catalogue geospatial resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are some problems that can occur when you document data quality?

A
Location accuracy and precision 
Attribute accuracy and precision 
Logical consistency 
Completedness 
Data currency 
Data accessibility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can you correct location and attribute errors?

A

Check database (crosscheck

  • Impossible values
  • extreme values or outliers
  • internal consistency
  • scatter plots (correlated data) and trend surfaces
17
Q

What are some potential problems with spatial data?

A
  • Missing entities
  • Duplicate entities
  • Mislocated entities
  • Duplicate ID
  • Digitalizing errors
18
Q

What are the 3 ways to query database?

A

Attributes
Location
Graphics