Chapter 2
Chapter 2
GIS data can be separated into two categories: spatially referenced data which is represented
by vector and raster forms (including imagery) and attribute tables which is represented in
tabular format.
frame of reference, e.g., UTM. The following features are represented as follow:
Point data
- Is represented by one point of coordinates, (x1, y1). Point data is most commonly used
to represent nonadjacent features and discrete data points. Points have zero
dimensions; therefore, and can be measured neither length or area with this dataset.
Examples would be schools, points of interest, and in the example below, bridge and
culvert locations. Point features are also used to represent abstract points. For
Line data
– is represented by a series of coordinates (x1, y1). (x2, y2). (x3, y3) … (xn, yn).
Line (or arc) data is used to represent linear features. Common examples would be
rivers, roads, trails, and streets. Line features only have one dimension and therefore
can only be used to measure length. Line features have a starting and ending point.
Polygon data
– is represented by a series of coordinates closing back to itself (x 1, y1). (x2, y2). (x3,
y3) (xn, yn). ….(x1,y1). Polygons represent areas such as the boundary of a city (on a
large-scale map), lake, or forest. Polygon features are two dimensional and therefore
- Is represented by a set of 3-Dimensional coordinates, e.g. (x 1, y1,h1). (x2, y2, h1), (x3, y3,
Raster data (also known as grid data) represents the fourth type of feature: surfaces. Raster
data is cell-based and this data category also includes aerial and satellite imagery. There are
two types of raster data: continuous and discrete. An example of discrete raster data is
measurements. There are also three types of raster datasets: thematic data, spectral data, and
pictures (imagery).
In raster data representation, the data space is subdivided into a regular array of of pixels
(Picture elements) or cells. The pixels are usually of a uniform size throughout the model.
Locational data consists of row and column numbers of such pixels, usually starting from the
upper corner.
Point is represented by an isolated pixel that is surrounded by pixels whose values are
different from the pixel in question.
Often the choice of spatial representation is guided by the available data and the analytical
tasks required. The following are some of the considerations when choosing spatial
representation.
1. Is the focua on the features or locations? For the distinct objects with attribute and
phenomena characterised by an attribute and at each location, raster data will be more
superior.
2. What is data is readily available? An early step in GIS design is a survey of all
geographic data already available. If the data is suitable, the next step is to make a
judgement on weather the data is sufficient or there was need to create a new set of
3. What is the required precision for the locating of features? Location of features with
identification and selection is easier with vector data and the precise coordinates are
4. What types of features are required? If one is modelling features with values that vary
with time, or have indistinct boundaries, the raster data representation is the best.