Lecture #3 Flashcards
Describe Topology and how it relates to GIS
Topology is spatial relationships in the data represntation of features and phenomena in the world and how those geometric representation relate logically. A GIS only understands the topology if you provide it with it
What is digitization?
The process of converting analogue data to digital using methods such as scanning or a digitizing tablet
What are some problems with scanning?
Text may show up as a feature, contour lines may be broken with text, special symbols get lost and automatic feature recognition isn’t that accurate
What is the sliver error?
An digitizing error where there is dead space between polygons
What is the line closing error?
A digitizing error where lines don’t extend far enough or too far
What are buffers?
Area around a feature with a set radius
What is the Euclidean and Manhattan distance?
The Euclidean distance is the distance between two points directly while the Manhattan distance is the distance following intersecting lines
What are layer-on-layer operations?
Layer-on-layer operations are operations that are performed by using one layer to affect another layer
What are models and what types do we see?
Models are how we imagine geographic space. We see Vector, Raster and Object
What is the difference between a vector and raster model?
Vector models show unique features that don’t exist everywhere and don’t show empty space
Raster models estimate based of the average of each grid
What do we call the process of rastering data?
Tessillation
What is structure?
How we store data in a computer
what are the spatial database models?
Hierarchal, network and relationship. These show lines, polygons and points
What is a hierarchal database structure?
It is treelike. The features can be repeated and the polygons are at the top while the points are at the bottom
What is a network data structure?
Uses pointers and everything can only appear once. It uses less storage and represents the same thing
What is a relationship data structure?
A spreadsheet containing data, row (records) and columns (fields) contain data and relations between datasets are noted and a common dataset is created / found