Lecture 2 - Spatial Data Models Flashcards
What is a data model?
- model refers to simplified abstract view of complex reality (a system of entities, phenomena, and processes)
- data model is a computer-based representation of the real world
How do we represent reality in GIS?
- geographical variation in real world is infinitely complex, so set of rules is required to convert real variation into discrete info
What is the fundamental problem with GIS?
Representations are rarely perfect, complete, or universally accepted
What is the thematic approach?
It allows us to organize real world complexity into simple representations to facilitate understanding of natural relationships
What are the 3 things that go into representing reality through GIS?
- Selection: select real world objects to be included in virtual model
- Representation in a standard way: real world objects must be represented by virtual objects
- Quantification: comps store numeric values that are assigned to real world features in the GIS
What are fields?
- conceptualizes geographical space as being populated by continuous phenomena
- properties that vary continuously over space (a single value can be recorded at every point on the earth’s surface
- ex. temp, elevation
What are objects?
- geographic space populated by sets of discrete spatial entities (ex. features)
- objects have identifiable boundaries and are represented by graphical elements (ex. points and lines)
- ex. trees, countries
What are the 2 GIS data types?
- Spatial Data
2. Attribute Data
What is spatial data?
- describes absolute/relative location of geographic features
- contains location and shape of geographic features
- represented through points, lines, and polygons
- ex. geographic coordinates of a forest
What is attribute data?
- describes characteristics of spatial features
- characteristics can be qualitative or quantitative
- aka tabular data
- ex. forest crown closure, dominant species, height
Give examples of characteristics that define objects
- type
- attributes
- relations
- geometry
- quality
What are the different types of quantitative data? Explain.
- ordinal: categories that have meaningful order but unknown how big value difference is between them
- ratio: interval categories that have a definite zero (ex. distance)
- interval: interval categories (ex. age groups)
What are examples of raster data sources?
- satellite imagery
- aerial photos
- scanned maps
- digital orthophotography (scanned photos mathematically rectified to eliminate displacement effects so its view always appears perpendicular to the ground)
- scanned documents
- raster images
What are examples of vector data sources?
Object representation described by points and coordinates
- digitized maps
- GIS data
What is the raster data model?
- implementation of the field conceptual model
- incorporates use of grid-cell data structure
- commonly used in natural resource planning
- process:
1) divide world (study area) into square cells
2) register corners to the earth (coordinates)
3) discrete objects represented as collections of cells
4) represent fields by assigning attribute values to cells
5) used to represent continuous fields