Gis Unit1
Gis Unit1
Gis Unit1
Geographic Information
System
A geographic information system (GIS) is
a system of hardware, software, data,
people, organization and institutional
arrangement for collecting, storing, analyzing
and disseminating information about areas of
the Earth.
A geographic information system (GIS) is
a computer system for capturing, storing,
checking, and displaying data related to
positions on Earth's surface.
A geographic information system (GIS) is
a system designed to capture, store,
manipulate, analyze, manage, and present all
types of geographical data.
Geographic information system (GIS) is
defined as an information system
designed to work with data referenced by
spatial / geographical coordinates.
Every object present on the earth can be
“geo referenced”, is the fundamental key
of associating any database to GIS.
Geo- referencing refers to the location of
a layer of coverage in space defined by
the co-ordinate reference system.
What is a GIS?
Information System
A means of storing,
retrieving, sorting,
and comparing
spatial data
to support some
analytic process.
+
Geographic Position
Basic Spatial
Concepts
Basic spatial concepts
A Geographic Information system(GIS)
is a system of computer application that
can be used to display, manipulate and
analyze spatially varied information
from multiple sources all in one place
GIS dataset can be separated into two
categories:
1. Spatial or Geographical information
2. Tabular or Attribute information
1. Spatial or Geographical information
Spatial data is data that is geo-referenced
or location specific shown graphically on the
computer screen. Each piece of graphical
information is called features which can be
points, line or polygon.
2. Tabular or Attribute information
It is the text based or numerical
information that describe each of the features.
The tabular information is linked to the
graphical information which includes a Unique
ID number used to represent each point, line or
polygon. Ex. of tabular data can include such
things as addresses, coordinates, area, length,
sales information, road names, etc.
GIS Storage
1 (Universe polygon)
2 3 Spatial data
(ARC functions)
4 5
• RASTER
• VECTOR
• Real World
Representing Spatial Elements
Raster
Stores images as rows and columns of numbers with a
Digital Value/Number (DN) for each cell.
Data is classified as
“continuous” (such as in an
image), or “thematic”
(where each cell denotes a
feature type.
Numerous data formats
(TIFF, GIF, ERDAS.img etc)
Representing Spatial Elements
Vector
Allows user to specify specific spatial locations and
assumes that geographic space is continuous, not
broken up into discrete grid squares
Polygons - set of
connected lines
We use these three spatial elements to represent real world features and attach
locational information to them.
GIS FUNCTIONALITY
Data Assembly
Data Storage
Maps RSI
Keyboard
Data Input/Creation
GIS Functions
Common Manipulation
◦ Reclassification
◦ Map Projection changes
Common Analysis
◦ Buffering
◦ Overlay
◦ Network
Spatial Analysis
Maps
Interactive Displays
Motherboard
Hard Drive
Processor
RAM
Printer
External Disk
Monitor
2.Software: Next component is GIS
software which provide tools to run and
edit spatial information.
It helps to query, edit, run and display
GIS data.
It uses RDBMS (Relational Database
Management System) to store the
data.
Few GIS software list: ArcGis, ArcView
3.2, QGIS, SAGA GIS.
Software Components:
4 GeoMedia ILWIS
7 MapInfo QGIS
9 Smallworld uDig
10 TerrSet
Types of data –
Spatial, Attribute
data
TYPES OF DATA
A geodatabase is a database that is in
some way referenced to locations on the
earth.
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. Within the spatial referenced data
group, the GIS data can be further
classified into two different types: vector
and raster.
Every house, every tree, every city
has its own unique latitude and
longitude coordinates.
The two primary types of spatial data
are vector (Discrete) and raster
(Continuous) data.
Discrete versus continuous data
A second subdivision of the values
assigned to each cell are the values
representing discrete or continuous data.
Discrete data
Discrete data, sometimes called
categorical data, most often represents
objects. These objects usually belong to a
class (for example, soil type), a category (for
example, land-use type), or a group (for
example, political party).
Discrete data is best represented by
ordinal or nominal numbers.
Continuous data
A continuous raster dataset or surface can
be represented by a raster with floating-
point values (referred to as a floating-point
raster dataset) or occasionally by integer
values.
The value for each cell in the dataset is
based on a fixed point (such as sea level),
a compass direction, or the distance of
each location from a phenomenon in a
specified measurement system (such as
the noise in decibels monitored at various
sites near an airport).
Vector data
Positional Precision Can be very precise and accurate Precision increased with increase
data storage
Attribute Precision Good for polygon, line and point Good for continuous data
data. Not good for continuous data
Analysis capability Good for spatial query. Analysis Not good for spatial query but good
limited to intersections. for spatial analysis and filtering
Storage requirement Relatively small but complex Relatively large and simple but may
be complex
Ability to work with image data Poor – Data can be vectorized first Good
Types of Attributes
TYPES OF ATTRIBUTES
Each geographic feature has one or more
attributes that identify what the feature is,
describe it, or represent some magnitude
associated with the feature.
In point data, it will have spatial
information of x,y coordinates. It can have
n number of attributes. For an example,
about ground water well, who owns the
well, what is the depth of well, what are
the different levels during monsoon,
premonsoon, postmonsoon and water
quality.
There are two components to GIS data:
spatial information (coordinate and
projection information for spatial
features) and attribute data. Attribute
data is information appended in tabular
format to spatial features.
The spatial data is the where and
attribute data can contain information
about the what, where, and
why. Attribute data provides
characteristics about spatial data.
Types of Attribute Data
character,
integer,
floating,
date, and
BLOB.
Character Data
The character property (or string) is for
text based values such as the name of a
street or descriptive values such as the
condition of a street.
For example, a character field may contain
the categories for a street: avenue,
boulevard, lane, or highway.
A character field could also contain the
rank, which is a relative ordering of
features.
For example, a ranking of the traffic load of
the street with “1” being the street with the
highest traffic.
Character data can be sorted in ascending
(A to Z) and descending (Z to A) order.
Since numbers are considered text in this
field, those numbers will be sorted
alphabetically which means that a number
sequence of 1, 2, 9, 11, 13, 22 would be
sorted in ascending order as 1, 11, 13, 2,
22, 9.
Numeric Data
Integer and floating are numerical values
Within the integer type, there is a further
division between short and long integer
values.
Floating point attribute values
store numeric values with fractional
values. Therefore, floating point values
are for numeric values with decimal
points
Numeric values will be sorted in
sequentially either in ascending (1 to 10)
or descending (10 to 1) order.
Numerical value fields can have
operations performed such as
calculating the sum or average
value. Numerical field values can be a
count (e.g. the total number of students
at a school) or be a ratio (e.g. the
percentage of students that are girls at a
school).
Date/Time Data
Date fields contains date and time values.
BLOB Data
BLOB stands for binary large object and
this attribute type is used for storing
information such images, multimedia, or
bits of code in a field.
Scales / Levels of
measurements
Scales of Measurements