Midterm Flashcards
What is geographic information science?
- A fundamental field of study which examines the representation, storage, analysis and visualization of
geographic information - At is a basic research field that seeks to redefine geographic information/concepts and its use in the
context of GIS
What is a geographic information system?
A computer-based system to aid in the collection, maintenance, storage, analysis, output, and distribution of spatial data and information
What ‘level’ is spatial representation on?
The conceptual level - real-world things are entities (geographic themes); conceptualizations of spatial entities governed by how we perceive or interpret that entity and its intended application in GIS
Discuss the conceptual representations of geographic phenomenon.
Object and field are the conceptual representations. Object is made up of discrete entities with boundaries and location explicitly defined (modeling the human/urban landscape dominates this view). Field is a collection of spatial distributions that vary continuously across space (modeling the natural environment dominates this view)
What is the false dichotomy between the object and field views?
Both views can be used to represent the same entity, they are not mutually exclusive in representing geographic phenomenon - depends on users perception of the phenomenon (a lake can be defined by boundaries i.e. discrete or its distribution on a lakeness scale i.e. continuous)
What ‘level’ does spatial data models fall on?
The logical level, it is a representative form of the conceptual view. Real world observations are modeled by spatial geometry (coordinates/georeferenced) and attributes (data and text describing the characteristics of the features)
What are the spatial data models?
Vector and Raster.
How does each spatial data model represent space?
Vector: points, lines polygons; locations are explicitly defined by pairs of coordinates. (point is basic unit)
Raster: cells; location implicit by the size/area of the cell and the cell layout (cell is basic building block)
Which view does each spatial data model represent best?
Vector: object view - best for discrete data with well-defined boundaries
Raster: field view - best for continuous data
Are spatial data georeferenced to a geographic of a projected coordinate system?
Yes
Are spatial data defined by a particular map scale (original scale of capture)?
Yes
Are spatial data smaller or larger than the reality they represent and how does this affect the amount of detail?
They are smaller than the reality they represent and this limits the amount of detail.
Do spatial data include every piece of information?
There is some level of generalization or simplification - error of omission.
How is spatial data flawed?
Because of our conceptualization of an entity, our definition of an entity, its intended purpose in GIS, and/or by the limits in technology for capturing that entity as data (i.e. satellite resolution)
What ‘level’ is the spatial data structure on?
A physical level
Explain the vector dimensionality and properties and how it is influenced by map scale.
Zero dimensional: no length or area - just a point or a node
One dimensional: length, no area - line segment or an arc
Two dimensional: length and area - polygon
The dimensionality is influenced by scale - 1:5,000,000 river is a point, 1:500,000 river is a line & 1:5,000 river is a polygon)
What is a spaghetti vector model? (simplest of vector structures)
An unstructured method of representing simple points, lines and polygons no spatial relationships (topology) are explicitly defined or encoded with data
What is the common data structure of spaghetti vector models?
Shapefiles or CAD files
What is topology and its relationships?
The spatial relationships between features that do not change - a set of rules and behaviors that model how points, lines, and polygons share geometry.
Relationships: Connectivity, contiguity and containment.
What are the three topological relationships? (Three C’s)
Connectivity, Contiguity and Containment
What is a topological vector model?
A model that uses related tables to explicitly define and encode spatial relationships
How does a topological vector model store information?
Directionality! From left and right polygons and from (start) and to (end) nodes.
For a complex vector structure what is the most common approach? For a common?
Arc-node model. Common: Arcinfo coverage.
What is an object-based vector model?
Based upon an abstraction of features into database objects stored in a relational database management system
How do objects integrate features in an object-based vector model?
Through spatial (topological), relationship classes and attribute domains - all stored in tables
What is a common data structure for an object-based vector model?
Geodatabase feature class and feature dataset
What are vector attributes?
Attributes that share a one-to-one relationship between spatial features and their corresponding record in the value attribute table.
Why is it significant that attributes share a one-to-one relationship?
There is always one record in the attribute table that corresponds to a feature on the map allowing for multiple records in the table to have the same ‘unique’ value. If a record is deleted so is its corresponding counterpart
What is TIN and what does it model?
Triangulated irregular network and it models surfaces - continuous data such as elevation.
What is TIN based on?
Irregularly spaced points with associated coordinates in three dimensions (x, y, and z) connected by edges (lines) that form a network of non-overlapping triangles.