Geographic Information System (GIS) Models:

Background

A data model in geographic information systems is a mathematical construct for representing geographic objects or surfaces as data. For example, the vector data model represents geography as collections of points, lines, and polygons and the raster data model represent geography as cell matrixes that store numeric values. [1]

Raster Model

The raster data model is an abstraction of the real world where the basic unit of data (points, lines and areas) is represented using a matrix of cells or 'pixels'. The raster model uses the grid-cell data structure where the geographic area is divided into cells identified by rows and columns. The following information must be known when using raster data

In the simplest form, each cell contains a value for the element. Any cell not containing a feature would have the value of "0". In more sophisticated systems, the cell value is a label that links to the record as an attribute

GISrastermodel.png

Vector Model

Comparison of Raster and Vector Methods

Image:GISraster_vector.png

Advantages and Disadvantages

There are several advantages and disadvantages for using either the raster or vector data structure to store spatial data. These are summarized below: