Unit 1
Unit 1
Information System
Data Query
Information
Storage
Information System
A means of storing,
retrieving, sorting,
and comparing
+
spatial data
Geographic Position
to support some
analytic process.
What is a GIS?
GEOGRAPHIC Information System
Define
Decision
problem
GIS Import or
analysis build datasets
INTRODUCTION TO GIS
GIS Today
GIS gives people the ability to create their own
digital map layers to help solve real-world problems.
GIS has also evolved into a means for data sharing
and collaboration - continuous, overlapping, and
interoperable GIS database of the world, about
virtually all subjects.
Today, hundreds of thousands of organizations are
sharing their work and creating billions of maps
every day to tell stories and reveal patterns, trends,
and relationships about everything.
HISTORY OF GIS:
The Future of GIS
With its movement to web and cloud
computing, and integration with real-time
information via the Internet of Things
GIS has become a platform relevant to almost
every human
As our world faces problems from expanding
population, loss of nature, and pollution,
GIS will play an increasingly important role in
how we understand and address these issues
and provide a means for communicating
solutions using the common language of
mapping.
COORDINATE SYSTEMS:
A basic principle in geographic information system
(GIS) is that map layers to be used together must
align spatially. Obvious mistakes can occur if they
do not.
For example, below figure shows the interstate
highway maps of Idaho and Montana
downloaded separately from the Internet.
COORDINATE SYSTEMS:
The two maps do not register spatially.
To connect the highway networks across the
shared state border, we must convert them to a
common spatial reference system.
The coordinate system provides spatial reference.
COORDINATE SYSTEMS:
GIS users typically work with map features on a
plane (flat surface).
These map features represent spatial features on
the Earth’s surface.
The locations of map features are based on a
plane coordinate system expressed in x and y
coordinates, whereas the locations of spatial
features on the Earth’s surface are based on a
geographic coordinate system expressed in
longitude and latitude values.
COORDINATE SYSTEMS:
A map projection bridges the two types of
coordinate systems.
The process of projection transforms the Earth’s
surface to a plane, and the outcome is a map
projection, ready to be used for a projected
coordinate system.
COORDINATE SYSTEMS
The map shows the interstate highways The map shows the connected
in Idaho and Montana based on interstate
different coordinate systems. networks based on the same
coordinate system.
COORDINATE SYSTEMS:
HISTORY OF GIS:
GIS Goes Commercial
In need of analyzing an increasing number of
projects more effectively, Esri developed
ARC/INFO—the first commercial GIS product.
The technology was released in 1981 and began
the evolution of Esri into a software company.
HISTORY OF GIS:
Theseearlier programs were run on mainframes
and minicomputers, and maps were made on
line printers and pen plotters. In the 1980s,
commercial and free GIS packages appeared in
the market.
HISTORY OF GIS:
AsGIS continually evolves, two trends have
emerged in recent years.
One, as the core of geospatial technology, GIS
has increasingly been integrated with other
geospatial data such as satellite images and GPS
data.
Two, GIS has been linked with Web services,
mobile technology, social media and cloud
computing.
COMPONENTS OF GIS
Hardware - GIS hardware includes computers for
o data processing,
o data storage, and
o input/output;
o printers and plotters for reports and
o hard-copy maps;
o digitizers and scanners for digitization of spatial
data; and
o GPS (Global Positioning System) and mobile
devices for fieldwork.
COMPONENTS OF GIS
Software - GIS software, either
o commercial or open source,
COMPONENTS OF GIS
Method –
A successful GIS operates according to a well-
designed plan and business rules,
which are the models and operating practices
unique to each organization.
COMPONENTS OF GIS
These document address number question about
the GIS methods:
number of GIS expert required,
GIS software and hardware,
Process to store the data,
what type of DBMS (database management
system) and more.
COORDINATE SYSTEMS
People –
COMPONENTS OF GIS:
Data –
Maybe the most important component of a GIS is
the data.
Geographic data and related tabular data can be
collected in-house or bought from a commercial
data provider.
Most GIS employ a DBMS to create and maintain a
database to help organize and manage data.
COMPONENTS OF GIS:
Data –
At one time this consisted of hard-copy data, like t
o raditional cartographic maps,
o surveyor’s logs,
o demographic statistics,
o geographic reports, and
o descriptions from the field.
COMPONENTS OF GIS:
Organization –
GIS operations exist within an organizational
environment
therefore, they must be integrated into the
culture and decision-making processes of the
organization for such matters as the role and
1.11 SCALES/LEVELS OF
MEASUREMENTS
Scalesof Measurement or level of measurement is
a system for classifying attribute data into four
categories namely nominal, ordinal, interval and
ratio.
1.11 SCALES/LEVELS OF
MEASUREMENTS
Suppose there are data about people belonging
to three different gender categories.
1.11 SCALES/LEVELS OF
MEASUREMENTS
Ordinal: This level of measurement depicts some ordered
relationship among the variable’s observations.
1.11 SCALES/LEVELS OF
MEASUREMENTS
Interval: The interval level of measurement not only classifies
and orders the measurements, but it also specifies that the
distances between each interval on the scale are
equivalent along the scale from low interval to high interval.
1.11 SCALES/LEVELS OF
MEASUREMENTS
Ratio:In this level of measurement, the
observations, in addition to having equal intervals,
can have a value of zero as well.
Any
percent value from 0 to 100 will have a
meaningful zero.
Types of data
GIS consists of the following elements i.e.
o geospatial data,
o data acquisition,
o data management,
o data display,
o data exploration, and
o data analysis.
Spatial Data
The
data or information that identifies the
geographic location of features and
boundaries.
Types of data
Geospatial Data: By definition, geospatial data cover the
location of spatial features.
Types of data
Vector Data
Types of data
A vertex describe a position in space using an x,
y and optionally z axis. In the vector data model,
features on the earth are represented as:
• points
• lines / routes
• polygons / regions
• TINs (triangulated irregular networks)
Types of data
The vector data model uses points, lines, and
polygons to represent spatial features with a clear
spatial location and boundary such as streams,
land parcels, and vegetation stands.
Each feature is assigned an ID so that it can be
associated with its attributes.
Types of data
Vector Data
This system of recording features is based on the
interaction between arcs and nodes,
represented by points, lines and polygons.
A point is a single node, a line is two nodes with
an arc between them, and a polygon is a
closed group of three or more arcs.
With these three elements , it is possible to record
most all necessary information.
Types of data
Point
A point is a 0 dimensional object and has only
the property of location (x,y)
Points can be used to
Model features such as a well, building, power
pole, sample location etc.
Other names for a point are vertex, node, 0-cell.
13
Line
A line is a one-dimensional object that has the
property of length
Lines can be used to represent road, streams,
faults, dikes, marker beds, boundary, contacts etc.
Lines are also called an edge, link, chain, arc, 1-
cell
Connected multiple lines are called polylines.
14
Polygon
Polygonfeatures are made of one or more lines
that encloses an area.
Types of data
Advantages
Types of data
Vector Data
Disadvantages:
The location of each vertex needs to be stored
explicitly.
This
is often processing intensive and usually
requires extensive data cleaning.
Types of data
Raster Data
Raster Data – cell –based data such as aerial
imagery and digital elevation models.
Basically,
a raster file is a giant table, where
each pixel is assigned a specific value from 0 to
255.
Types of data
The raster data model uses a grid and grid cells to represent
spatial features:
Types of data
The raster data model uses cells in a grid to represent point
features
Types of data
A vector data model can be georelational or
object-based, with or without topology, and
simple or composite.
Types of data
Advantages:
• Raster is the best way to store continuously
changing values such as elevation, slope.
Types of data
Disadvantages:
It is especially difficult to adequately represent linear
features depending on the cell resolution.
Advantages of TIN
TIN’s give researchers the ability to view 2.5D and
3D at an area that was interpolated from minimal
data collection.
Users can describe a surface at different levels of
resolution based on the points that were collected.
TIN interpolation gives GIS users greater
analytical capabilities.
26
Advantages of TIN
TIN models are easy to create and use.
They provide users a simplified model that
represents collected data points.
Using a TIN surface in conjunction with ArcMap
extensions such as Spatial Analysis and 3D Analyst,
TIN users can also derive slope, aspect, elevation,
contour lines, hillshades, etc.
27
Types of DEM
31
Types of data
Data Acquisition: Data acquisition is usually the
first step in conducting a GIS project.
Types of data
Data acquisition involves compilation of existing and new
data.
Types of data
Attribute Data Management: A GIS usually employs a
database management system (DBMS) to handle attribute
data, which can be large in size in the case of vector data.
Types of data
Data Display: A routine GIS operation is mapmaking
because maps are an interface to GIS.
Types of data
To make a “good” map, we must have a basic
understanding of map symbols, colors, and typology, and
their relationship to the mapped data.
Types of data
Data Exploration: Data exploration refers to the activities of
o visualizing,
o manipulating, and
o querying data using maps, tables, and graphs.
Types of data
Feature-based query can involve either attribute or spatial
data.
Types of data
Types of data
Four basic tools for raster data are local, neighbourhood,
zonal, and global operations, depending on whether the
operation is performed at the level of individual cells, or
groups of cells, or cells within an entire raster.
Types of data