Phenomenon: a fact or situation that is observed to exist or happen, especially one whose cause or explanation is in question.
Discrete Objects
Continuous Fields
When is a phenomenon discrete or continuous?
Most things don't fall perfectly into one category or the other.
Discrete objects: (select all that apply)
Buildings are a great example.
Political Boundaries are also a great example.
Elevation is a great example.
Density of tweets is also a great example.
Frequently we'll end up working with both discrete objects and continuous fields.
We'll talk more about spatial data models later. For now, lets think about data more broadly. How do we represent data in a computer?
There are numerous ways to translate human readable data to binary, such as ASCII.
Modern computers use 64-bit "architecture". That is, the central processing unit (CPU) can handle 64 bits (8 bytes) of information at a time.
Within the context of a GIS, every piece of information describing a phenomenon is referred to as an Attribute.
There are multiple ways to classify/think about attributes. One important distinction we must make
All data (attributes), spatial and non-spatial, can be either qualitative or quantitative.
Qualitative data is Categorical. It is strictly descriptive and lacks any meaningful numeric value.
Names or categories with no ranking or direction. Categories are not more/less, better/worse, they just different. Some examples include:
With nominal data we can:
Names or categories with a ranking or direction. Categories are more/less, better/worse, etc. But the differences are relative, there is no way to say by "how much". Some examples include:
With ordinal data we can:
All the same operations as nominal data + more.
Sometimes we can calculate the median.
All the same operations as nominal data + more.
Exceptions that blur the lines.
In practice, lots of qualitative data we work with, especially for natural phenomena, are actually graded membership.
Which of the following would be examples of Nominal Data? (select all that apply)
Quantitative data is Numeric. It describe the quantities associated with a phenomenon. Key properties include:
Discrete
Continuous
Discrete
Continuous
Both Interval and Ratio data can consist of discrete or continuous numbers. These types of quantitative data are closely related, but have one important distinction.
Celsius (interval) vs. Kelvin (ratio).
Interval data has an arbitrarily zero point. Examples include:
Ratio data has a fixed, absolute zero point. Examples include:
Match the value to the type measurement scale and type of number:
Length a hiking trail | Interval (Discrete) |
Temperature in Fahrenheit | Ratio (Discrete) |
Global Orca Population | Ratio (Continuous) |
Change in Global Orca Population from 2000 to 2022 | Interval (Continuous) |
Sometimes called normalizing or standardizing, we calculate derived ratios to account for the influence of a confounding variable over a variable of interest. e.x. Housing affordability (Ha):
In Lab, you are going to work with two derived ratios:
Speed is another example of a derived ratio. If a line of thunderstorm takes 5 hours to travel from Brandon, MB to Winnipeg, MB (200 km), what is the storm's speed in km/hr?
Operation | Nominal | Ordinal | Interval | Ratio |
Equality | x | x | x | x |
Counts/Mode | x | x | x | x |
Rank/Order | x | x | x | |
Median | ~ | x | x | |
Add/Subtract | x | x | ||
Mean | x | x | ||
Multiply/Divide | x |