7.0 Data Model in GIS
7.0 Data Model in GIS
7.0 Data Model in GIS
Introduction
Components of GIS
Data types in GIS
Data representation
Raster data model
Vector data model
Differences between Raster and Vector
Triangulated Irregular Network (TIN)
Digital Elevation Model (DEM)
Conclusion
Reference
Introduction
Geographic Information System is an
integrated system of computer
Hardware and Software, coupled
with procédures and human analyst
which together support the capture,
management, manipulation, analysis,
modelling and display of spatially referenced data.
GIS can store many different types of data on one map.
This enables people to more easily see, analyze and
understand patterns and relationships.
Components of GIS
GIS consists of 5 key components:
Hardware: it consists of a computer system on which the
GIS software will run.
Software: GIS software provides the functions and tools
needed to store, analyze, and display geographic
information.
People: GIS users range from technical specialists who
design and maintain the system to those who use it to help
them perform their everyday work.
Method: a successful GIS operates according to a well-
designed plan and business rules, which are the models
and operating practices unique to each organizations.
Data: Geographic data and related tabular data that can be
collected in-house. Digital map forms the basic data input
for GIS.
Data Types in GIS
The data in a GIS can be classified into two main
categories:
1. Spatial data
Describes the absolute and relative location of
geographic features.
2. Attribute data or Non-spatial data
Describes characteristics of the spatial features.
These characteristics can be quantitative and/or
qualitative in nature.
The Data Model
Data model is a conceptual description (mental
model) of how spatial data are organized for use by
the GIS.
The data model represents a set of guidelines to
convert the real world (called entity) to the digitally
and logically represented spatial objects consisting
of the attributes and geometry.
The attributes are managed by thematic or semantic
structure while the geometry is represented by
geometric-topological structure.
There are two major types of geometric data model ; vector
and raster model.
a. Vector Model
Vector model uses discrete points, lines and/or areas
corresponding to discrete objects with name or code
number of attributes.
b. Raster Model
Raster model uses regularly spaced grid cells in specfic
sequence. An element of the grid cell is called a pixel
(picture cell). The conventional sequence is row by row
from the left to the right and then line by line from the top
to bottom. Every location is given in two dimensional
image coordinates ; pixel number and line number, which
contains a single value of attributes.
Concept of Real World
Vector and Raster
Raster Representation
Vector Representation
0 1 2 3 4 5 6 7 8 9
0 R T
1 R T
2 H R
point
3 R line
4 R R
5 R
6 R T T H
7 R T T polygon
8 R
9 R
Data models in GIS
RASTER DATA MODEL
VECTOR DATA MODEL
TRIANGULATED IRREGULAR NETWORK
MODEL(TIN)
DIGITAL ELEVATION MODEL (DEM)
NETWORK MODELS
Raster Data Model
The term raster implies a regularly spaced grid . Raster data
consists of rows and columns of cells (or pixels). In this format a
single value is stored against each cell. Raster data can represent a
multiplicity of things including:
• Easy to edit
The two basic data models of GIS are Raster and Vector. Other
important data models are TIN (Triangulated Irregular
Network) and DEM (Digital Elevation Model).