You are on page 1of 10

Spatial Data

- Vectors -

31May2015
Last class:
• Map design
Today:
• Spatial analysis using vector data
Map
• Representation of spatial information using:
• Points
• Arcs
• Polygons

• These geometric features represent real world features

• And have associated information


Vectors
• Spatial data

• Location

• Topology

• Attribute data
Data storage
• Points  X, Y coordinates

• Arcs  series of X, Y coordinates for each vertex

• Polygon  series of arcs that enclose an area

• TOPOLOGY  relation between objetcs


• Direction
• Adjacency
• Area
• Perimeter
Attributes
• Attribute table usually contains:

• Points
AREA PERIMETER COVER# COVER-ID

• Arcs
FNODE# TNODE# LPOLY# RPOLY# LENGTH
COVER# COVER-ID

• Polygons
AREA PERIMETER COVER# COVER-ID
Exercise
• Explore spatial data and its relationship in QGis

You might also like