Midterm review- spatial data models Flashcards
How does GIS store data?
In layers of discrete information.
List the 3 steps of GIS representation
- Selection of real world objects
- representation in a standard way
- quantification- computers store numeric values
Explain the differences between fields and objects
Fields are continuous, no cut off point, i.e. elevation, temperature. no absolute zero
objects are discrete spatial entities and have identifiable boundaries. i.e. neighbourhoods, beaches.
What are the 2 basic types of data?
spatial data and attribute data
List the characteristics that define objects.
type (unique ID) attributes (qualitative or quantitative data) relations geometry quality
List all the subsets of geometric and attribute data.
Geometric data: point, line, area
attribute data: qualitative data, quantitative data (ordinal, interval, ratio)
What is digital orthophotography?
An aerial photo rectified to eliminate the effects of displacement so that its view always appears as though it is perpendicular to the ground.
What is raster data model good for? Continuous fields or discrete objects?
Continuous fields.
What information do you need for a raster model?
cell size, coordinate of the 4 corners.
What are the three elements of a vector data mode used to represent the real world?
points,lines, and polygons.
What are the 3 main data sources for raster data?
Satellite imagery
air photos
scanned maps
What are nodes and vertices?
Line starts and ends with a special point called a node, and the rest of the points that make up a line are vertices.
List 3 advantages and 3 disadvantages for Vector data model
-clean and easy to understand visuals
-accurate coordinate of data is maintained
-efficient operations regarding topology
but
-complex algorithms
-can’t represent continuous data
-spatial analysis within polygons is impossible
list 3 advantages and 2 disadvantages of raster data model
-no geographic coordinates required except bottom left corner
-good for mathematical modelling and quantitative analysis
-integrates discrete and continuous data
BUT
-difficult to represent linear features
-most input data is in vector form. vector-raster conversion not good