What is Attribute data in a GIS?
What are Attribute data types?
Refers to how to GIS stores the attribute data.
*Number
*text
*character
*dates
*blob - binary large objects.
What is measurement scale?
Categorical:
1. Nomial
2. Ordinal
Numeric:
3. Interval
4. Ratio
What is nominal?
No ranking used for naming
What is ordinal?
Ranking with no number [large>medium> small]
What is interval?
Have known numerical intervals but no absolute zero ie. there are negative numbers. (temp in farenheit or celcius)
What is ratio?
Same as interval but has an absolute zero. (temp in Kelvin or rainfall)
What is the measurement scale of attribute data types?
nominal > ordinal > interval > ratio
Increasing level of sophistication.
2 types of attribute data
spatial attribute table
non spatial attribute table
Feature attribute table
non-spaital attribute table
What is DBMS [database management system]?
Software package that allows us to manage and manipulate a database.
What is a database?
A database is a collection of interrelated tables in digital format.
What is the primary objective of a database?
collect and maintain information as well as to relate facts and situations that were previously unconnected.
What are the 5 types of databases?
What is the flat file database?
NB
What is heirarchical database?
What are the advantages of a heirarchical database?
What are the disadvantages of a heirarchical database?
What is the network database?
What are the advantages of network database?
What are the disadvantages of the network database?
What is the Relational database?
What are the advantages of the relational database?