1. Introduction to GIS
1. Introduction to GIS
Subject: GEOINFORMATICS
Akash Bhutada
COEP
What is GIS
It is described as: “An organized collection of computer hardware, software, geographic data
and personnel designed to efficiently capture, store, update, manipulate, analyze, and display
all forms of geographically referenced information”.
1
1/18/2025
i. Geographic: The system is concerned with data relating to geography and geographic
scales of measurement. This is referenced by some coordinate system to locations on the
surface of the earth.
ii. Information: The system allows for the storage and extraction of specific and meaningful
attributes information. These data are connected to some geography and are organized
around a model of the real world. Spatial and non-spatial queries are made possible.
iii. System: An automated system should include an integrated set of procedures for the
input, storage, manipulations and output of geographic information.
Introduction to GIS
Geographic
The term geographic, which implies a spatial component to the
system, are also characterized with two additional crucial
properties
– The reference to geographic space, which means the data are
registered to a geographical coordinate system
– The representation at geographic scale, which means the data are
normally recorded at small scales and may be generalized and
symbolized.
Information System
An information system is established to achieve the objectives of
collecting, storing, analyzing, and presenting information
in a systematic manner
2
1/18/2025
3
1/18/2025
Why GIS
In the highly dynamic and complex world 'information' has become a critical resource for
effective and efficient management of organization.
Information Technology in its various forms is enabling organizations to churn raw data into
meaningful information for effective decision making.
One such form of Information Technology (IT) is Geographic Information System (GIS).
4
1/18/2025
5
1/18/2025
i. the relational database management system to store spatial and non-spatial data
Components of GIS
6
1/18/2025
Components of GIS
The components must be integrated to support the management and analysis of spatial or
mapped data.
Data tends to be at the center of any GIS system, while the computer components of the
system support the data management and analysis.
Few GIS software list: ArcGIS, ArcView 3.2, QGIS, SAGA GIS.
7
1/18/2025
Components of GIS
GIS components are dynamic; there has been rapid change in the computing industry as well
as turnover of personnel involved in GIS projects.
For this reason, GIS developers are often encouraged to adopt a data-centered approach.
Simply stated, a data-centered approach views data as the central resource in the GIS.
Though data may be shared among multiple users and multiple hardware/software
environments, the data is collected and compiled by a person or organization to support the
goal of that user.
The other components provide the support needed to process that data.
8
1/18/2025
Spatial data tells us where something occurs. Attribute data tells what occurs; it tells us the
nature or characteristics of the spatial data.
Every GIS provides the ability to store and manipulate both the spatial data and the
associated attribute data.
The final component required for a true GIS is users. The term "user" may refer to any
individual who will use GIS to support project or program goals, or to an entire organization
that will employ GIS in support of its overall mission. GIS users are often envisioned as hands-
on computer processing people. While this is in part true, we choose to define a broader
spectrum of GIS users. One classification scheme classifies users into two groups: system
users and end users.
9
1/18/2025
System users are those persons who have actual hands-on use of the GIS hardware and
software. These persons have advanced technical skills in the application of GIS to problem
solving. System users tend to be responsible not only for the day-to-day use of the system,
but also for system maintenance and upkeep. End users are those persons who do not have
actual hands-on use of the system but who do make use of the information products
generated via the GIS. End users do not necessarily have to possess hands-on technical skills.
However, they must be able to communicate effectively and interact with system users in
order to make requests for information products, and must also understand the limitations
and requirements of GIS-based processing.
Functions of GIS
Conceptually, a GIS can be envisioned as a stacked set of map layers, where each layer is
aligned or registered to all other layers.
Typically, each layer will contain a unique geographic theme or data type.
The GIS database stores both the spatial data (where something occurs) and the attribute
data (characteristics of the spatial data) for all of the features shown on each layer.
These themes may include, for example, topography, soils, land-use, cadastral (land
ownership) information, or infrastructure such as roads, Traffic Analysis Zones (TAZ),
pipelines, power lines, or sewer networks.
By sharing mutual geography, all layers in the GIS can be combined or overlaid in any user-
specified combination.
10
1/18/2025
Conceptualization of GIS
As stated earlier in the chapter: a GIS is a computerized, integrated system used to compile,
store, manipulate, and output mapped data. This section will examine each of these
functions.
1. Data Compilation
Data compilation involves assembling all the spatial and attributes data that are to be stored
in a computerized format within the GIS.
Map data with common projections, scales, and coordinate systems must be pulled together
in order to establish the centralized GIS database.
Data must also be examined for compatibility in terms of content and time of data collection.
Ultimately, the data will be stored in a GIS according to the specific format requirements set
by both the user and the chosen GIS software/hardware environment.
11
1/18/2025
When all of the common data requirements are set by the GIS user, a "base map" has been
established.
It provides accurate standards for geographic control, and also defines a model or template
that is used to shape all data into a compatible form.
This conversion process referred to as "conversion" or "digitizing" converts paper maps into
numerical digits that can be stored in the computer.
Digitizing can be performed using various techniques. Scanning is one technique. Another
technique of digitization uses a tablet and a tracing stylus.
Digitizing simplifies map data into sets of points, lines, or cells that can be stored in the GIS
computer.
Each GIS software package will impose a specific form and design on the way that these sets
of points, lines, and cells are stored as digital map files.
12
1/18/2025
13
1/18/2025
The raster approach for storing map data in a GIS is perhaps the most intuitive. Figure 1.8
shows the essential step involved in converting a map to a raster format. First, a gridded
matrix is registered to and overlaid on the original map manuscript. The row and column
coordinates of each cell define location in the grid. To encode the map data for each cell in
the raster format, three pieces of data are recorded: the row coordinate, the column
coordinate, and the attribute. Thus a triplet of data is recorded for each cell in the array,
which is termed a raster. After map data are stored in a raster format, each cell in the raster
corresponds to a location on the map and each cell's location in the raster is identified by
row and column coordinates. By assigning a value to each cell, the corresponding attribute
data for that location are also stored. The end result of this conversion process is a set of
cells, each with a specified location and an attribute value. These data can then be entered
into a computer-compatible file and stored in the GIS database.
14
1/18/2025
A vector data structure is very different from a raster data model. Whereas the raster data
model uses sets of grid cells to record all data, a vector model stores all spatial data as a
point, line, or polygon. These three types of spatial data are referred to as features, and a
vector GIS can be termed a “feature-based technology”. Figure 1.9 shows an example of a
vector data model. When a vector model represents an entity as a point (e.g., a traffic
intersection or a bus stop location), a single coordinate pair is used to specify its location. A
feature represented as a line (e.g., a road or rail link) uses a linked set of coordinates, and a
feature represented as a polygon, which is an alternative form of a line (e.g., a TAZ), must
have the same beginning and ending point coordinates. In a raster model, a point is a single
cell, a line is a linked set of cells, and a polygon is a group or neighborhood of similarly
encoded cells. For all three types of features stored in a vector GIS, an attribute code is
entered into the GIS files to identify the object. For example, a TAZ would be vectorized
(added to the database as a vector map) as a polygon by storing the linked set of coordinates
15
1/18/2025
16
1/18/2025
17
1/18/2025
18
1/18/2025
19
1/18/2025
20