1/74
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Dr. Roger Tomlinson
āFatherā of GIS
Views of the real world
Object and Field
Object View
objects
boundaries and dimensions
Discrete Object View
The world is made of objects that:
have fixed locations
have fixed boundaries
Three types of objects
Points, Lines, Polygons
Points
Zero dimensional objects
Represent towns, buildings, trees
Lines
One-dimensional object
Dimension: Length
Represent streets, rivers, boundaries
Polygon
Two-dimensional objects
Lakes, states, countries, buildings
Vectors
Measure discrete objects
Consists of points, lines, polygons
Topology
A quality of data
How vector objects relate to each other geometrically
Adjacency, Connectivity, and Containment
Independent of coordinates
Continuous Field View
Represents data without concrete boundaries
precipitation, temperature, elevation
Data represented by a set of evenly distributed, square gridlines
Modeled as Raster data
Satellite data always raster
Raster Data Model
comprised of grid squares (cells)
Resolution of the cell = length of one side
Range from 10 ft to several km
Each cell:
has the same resolution
contain a single value
Values can be codes
Nonspatial Data in Vector Data
Represented in attribute tables
Attribute
Any piece of nonspatial data associated with a spatial location
Fields
Columns in an attribute table
Represent categories of attributes
Records
Rows in an attribute table
Represent an object
Each is a separate polygon
Shapefiles
Vector ONLY
File format that stores geometric location and attribute information
One file made up of at least 3 other files
Shapefile Key
Method for automatically transferring data to shapefiles
Requires an identical field in both tables
Raster Attribute Tables
Only ever have one file
Made of two main items
Value in the cell
Count showing # of cells within that value
Canāt add data to raster files
Metadata
Data about data
Information can be:
projection info
origin
meaning/units of attribute
time period
data quality
Nominal Data
Categorical/Qualitative Data
Has no meaningful order
May be numbers, but they donāt represent a numerical value
Examples
hair color, ID number, athlete number
Ordinal Data
Categorical/Qualitative Data
Order IS meaningful
Differences between values
Not known
Donāt matter
Examples
place in finishing a race
yelp reviews
Interval Data
Quantitative Data
Meaningful numeric units
Values and differences between them are significant
No meaningful zero
Examples
temperature scales
years
Ratio Data
Quantitative
Meaningful numeric value
Meaningful zero
Examples
car price
elevation
personās height
distance to ___
Spatial Analysis Involves
The statistical recognition of a spatial pattern
Visualization of a spatial pattern and its variables
The association of one or more variables with that spatial pattern
Equal Operator
=
Find an exact match to the query
Not Equal Operator
<>
excludes values matching the query
Greater Than Query
>
Greater Than or Equal to Query
>=
Less Than Query
<
Less Than or Equal to Query
<=
Compound Queries
Allows for selections using multiple criteria
Uses a Boolean Operator
Boolean Operator
Combines queries
And, Or, Not, Xor
AND
Both criteria of the query must be met
Intersection between both parts of the query
only overlap
OR
One or both criteria must be met
Union of the two parts of the query
includes overlap
NOT
excludes a record from the selection
negation
XOR
leaves out what two criteria have in common
Opposite of and
excludes the overlap