Unit 8
Unit 8
8.1 INTRODUCTION
Geographic Information System (GIS) is a research tool for working with
geographic information. Also it can be construed as a science and
technology. It is basically a computer based system which is capable of
data capture and preparation; data management; data manipulation and
analysis; and presentation of data. These operations and capabilities of GIS
is enabled by computer system, software, data, infrastructure and GIS users.
The application of GIS increased since 1970’s and presently, it has wide
application in diverse fields. GIS is based on data models viz. vector and
raster data model. In this unit, we would discuss the components of GIS,
data models in GIS, and vector and raster data analysis.
8.2 OBJECTIVES
After studying this unit, you should be able to:
z explain the components of GIS;
z classify different types of data model; and
59
Assessment Tools John Snow in 1854 used the same concept to depict Cholera outbreak in
London.
The evolution of GIS can be described in three phases:
1. Early experimentation (late 1960s to middle of 1980s): The focus was on
conceptual and theoretical development.
2. Take off phase (middle of 1980s to early 1990s): The focus was on
application and technology transfer. There was rapid software
development in this era.
3. Maturation and professional establishment (middle of 1990s to until
now): During this time period, the focus was on technology consolidation
and advancement.
60
Introduction To GIS
Fig. 8.2: Rater data model describing extent, pixel size (resolution). 61
Assessment Tools
Fig.8.3: Data Model: Vector Data Model (left), Raster data model (right). Same
data is represented in vector and raster data model in the two graphics.
62
Table 8.2: Advantages of the data models Introduction To GIS
3. What are the differences between the vector data model and raster
data model?
............................................................................................................
............................................................................................................
............................................................................................................
............................................................................................................
63
Assessment Tools
8.7 VECTOR DATA ANALYSIS
This section discusses steps for vector data analysis.
Fig. 8.5: Flow chart of the steps for finding suitable areas satisfying conditions
viz. near deer wintering areas and water bodies but far from traffic, as given
in the problem.
67
Assessment Tools
8.9 APPLICATIONS OF GIS
The GIS has diverse applications in the field of climate change. Indeed, block
4 of the course MEV 024 deals exclusively with application of Geoinformatics
in climate change. Nevertheless, the following are few areas, where GIS is playing
an important role.
z Land use/land cover application: Land cover means the physical
characteristics of landscape. Land use means the way land is used for.
For example: An environmental scientist may be interested in finding
out how change in land use activities is affecting habitat of certain
animal species.
z Disaster management: GIS play major role in disaster management.
We can use GIS to find areas that are more prone to natural or man-
made disasters.
z Natural resource management: GIS has been used widely for natural
resource management. A forester can use it for mapping and monitoring
forest status. Agriculture scientist can use it for assessing crop yield,
crop type, and pest infestation, etc. Similarly, GIS can be used to figure
out geographical distribution of water resources.
z Irrigation mapping: Crop production in an area is mainly dependent
on water availability. Again GIS can be used for managing proper
utilization of water.
69
Assessment Tools z Vector Data Model: The vector data model uses points and
associated coordinates (X and Y) to represent vertices of spatial
features. There are three fundamental types of vector model that
exist in GIS viz. Point, line, and polygon.
z Raster data model: The raster data model consists of rows and
columns of equally sized picture elements called pixels
interconnected to form a planar surface. The building block of
the image called pixels. These pixels are used to represent any
geographical feature such as building, forest, park and so on. The
pixel size determines the smallest geographical feature that can
be seen in a raster data. The pixel size is the length of the side
of square picture element.
3. Raster data model though involve simple data structure, require large
storage space for most data sets. Analysis of raster data is easy for
continuous data and also simple for many layer combinations. It is
good for display of images but discrete features may show “stair-step
edges”.
On the other hand, vector data model are complex and require small
storage space for most data sets. The coordinate conversion is much
simpler. It is preferred for network analysis. It displays map-like, with
continuous curves more appropriately. However, it is poor for display
of images.
Check Your Progress 2
1. The vector data analysis involves data acquisition, data query, and
geoprocessing of vector data. Data acquisition refers to getting the
vector data in the system. It is made possible through digitization from
image or other maps; field coordinate measurements; and importing
through excel. As regards the data query, it is information extraction
from the attributes (tabular information) associated with geographical
features or directly from the feature itself. There are two types of
queries viz. query based on attribute, and query based on location.
Geoprocessing is the processing of geographical information through
spatial analysis by transforming the dataset.
2. Spatial query is used to understand the spatial relationship between
features. There are three fundamental types of spatial relationship
namely intersection, containment, and proximity. Intersection suggests
intersecting boundaries of two features. Containment describes if a
feature is contained in another feature. Proximity describes closeness
between the features.
3. Geoprocessing is the processing of geographical information through
spatial analysis by transforming the dataset. It involves many operations.
Union: Union combines features of two or more themes. The operation
can only be done on polygon dataset. The extent need to be same
for the union operation. The result contains new set of polygons
obtained by breaking down features.
70
Clip: Clip geoprocessing operation is carried out to extract those features Introduction To GIS
from lines, polygons or point layer which fall within spatial extent of another
polygon layer.
Dissolve: This operation combines adjacent polygons to form one
polygon based on a predetermined attribute.
Merge: Merge operation requires more than one layer that is spatially
adjacent to each other. The two layers need to have same attribute
to combine them.
Buffering: Buffering operation is carried out on a single dataset that
could be point, line or polygon feature. The operation creates zone
(zones) of specified width around input feature.
71