GIS601 Lec 4
GIS601 Lec 4
◼ Geospatial data
tells you where it is
and attribute data
tells you what it is.
Metadata describes
both geospatial
and attribute data.
Y Points Points
( x,y )
Area Area
Line Line
X
© 2005 John Wiley & Sons, Ltd
Raster and Vector Models
• Raster – implementation of field conceptual model
– Array of cells used to represent objects
– Useful as background maps and for spatial analysis
• Vector – implementation of discrete object
conceptual model
– Point, line and polygon representations
– Widely used in cartography, and network analysis
Two representations of San Diego, California: (A) panchromatic SPOT raster
satellite image collected in 1990 at 10 m resolution; (B) vector objects digitized
from the image.
• Raster uses a grid cell structure
• Vector is more like a drawn map 35
36
Raster – Advantages and Disadvantages
• Advantages
– Simple data structure
– Easy overlay
– Various kinds of spatial analysis
– Uniform size and shape
– Cheaper technology
• Disadvantages
– Large amount of data
– Less “pretty”
– Projection transformation is difficult
– Different scales between layers can be a nightmare
– May lose information due to generalization
Vector – Advantages and Disadvantages
• Advantages
– Good representation of reality
– more efficient data storage
– Topology can be described in a network
– Accurate graphics
• Disadvantages
– Complex data structures
– Simulation may be difficult
– Some spatial analysis operations are difficult or
impossible to perform
Raster Vs. Vector
• Must Consider
– Discreteness of the entity being depicted
– Intended application (efficiencies)
– Source data
– Storage considerations
• Resolution
• Color
Comparisons, raster vs. vector
Characteristics Vector Raster
Positional Precision Can be Precise Defined by cell size
Attribute Precision Poor for continuous data Good for continuous data
Analytical Capabilities Good for spatial query, Spatial query more difficult,
adjacency, area, shape good for local
analyses. Poor for neighborhoods, continuous
continuous data. Most variable modeling. Rapid
analyses limited to overlays.
intersections. Slower
overlays.
Data Structures Often complex Often quite simple
Storage Requirements Relatively small Often quite large
Coordinate conversion Usually well-supported Often difficult, slow
Network Analyses Easily handled Often difficult
Output Quality Very good, map like Fair to poor - aliasing