PGIS Unit 1 Ch 1, 2
PGIS Unit 1 Ch 1, 2
PGIS Unit 1,
Chapter 01
Introduction
By
Pushpa Mahapatro
• 1963: Computing comes of age (Establishment of the Urban and
Regional Information System Association URISA and and the first
GIS Conference in Ottowa, Canada in 1963).
History of • 1964: Canada GIS-Roger Tomlinson “Father of GIS”
GIS • 1964: Harvard Lab for Computer Graphics and Spatial Analysis
• 1970s GIS software evolves rapidly (more GIS companies appeared
• e.g. Intergraph, ESRI, Governmental departments introduced GIS
• e.g. The US Bureau of the Census)
• 1980s GIS software advances significantly (more budget and human
resources allocated for GIS, by the end of 1980s more than 4000
GIS/CAD software are introduced)
• Digital data becomes available (TIGER, World Data Bank, DIME)
• 1990s (integration of Raster and Vector based systems, Multi-media
• GIS, software become more user friendly)
• 2000: Web-based GIS
Disadvantages of the manual methods
Low
Subject to
cost/benefit
human errors
ratio
Why GIS: Advantages of GIS
An urban planner: might want to assess the extent of urban fringe growth in her/his city
A natural hazard analyst might like to identify the high- risk areas of annual monsoon-
related flooding by investigating rainfall patterns and terrain characteristics;
A geological engineer might want to identify the best localities for construction
Our world is dynamic. Many aspects of our daily lives and our
environment are constantly changing, and not always for the
better.
A GIS is a computer-based
system that provides the
following four sets of •Data capture and preparation
capabilities to handle geo-
referenced data:
This would include support for various kinds of coordinate systems and
transformations between them.
Data capture and
preparation
In the El Nino case, data capture
This is achieved by placing buoys
refers to the collection of sea
with measuring equipment at
water temperatures and wind
various places in the ocean.
speed measurements.
2/7/2019
The buoys have been anchored, so they are stationary.
Data is geo-referenced if it The average SST for each The monthly average SST
is associated with some month was computed, was taken together with
position on the Earth’s using the daily SST the geographic location, to
surface, by using a spatial measurements for that obtain a geo- referenced
reference system. month. list of averages.
3. Through spatial interpolation, the estimated SST of other
positions in the study are were computed.
what kind of
which rules of
presentation
aesthetics apply,
medium will be
Issues: used,
and
what techniques
are available for
representation
1.1.3 GISystems, GIScience and GIS applications
attribute accuracy
positional accuracy temporal accuracy
(e.g. in labelling of
(both horizontal and (that the data is up
features or of
vertical), to date),
classifications),
Even when source data, such as official topographic maps, have been
subject to stringent quality control, errors are introduced when these
data are input to GIS.
1.2.1 Models
A representation of some part of the real world
and can be considered a model because the
representation will have certain characteristics in
modelling common with the real world.
• A GIS must store its data in some way. For this purpose the previous
generation of software was equipped with relatively rudimentary facilities.
• Spatial databases (also known as geodatabases) have
emerged.
• They can store representations of real world geographic phenomena for use
in a GIS.
• They use additional techniques
• A geodatabase is not the same thing as a GIS, though both
systems share a number of characteristics. These include
the functions listed above for databases in general.
• A GIS, on the other hand, is tailored to operate on
spatial data. It ‘knows’ about spatial reference
systems, and supports all kinds of analyses that are
inherently geographic in nature, such as distance and
area computations and spatial interpolation.
Geographic information
and Spatial data types
Chapter 2
2.1 Models and representations of the
real world
A (geographic) field is a
geographic phenomenon for
Firstly, In order to be able to
which, for every point in the
represent a phenomenon in a
study area, a value can be
GIS requires us to state what it
determined. Examples are air
is, and where it is.
temperature, barometric
pressure and elevation
(Geographic) objects populate
the study area, and are usually A simple rule-of-thumb is that
well-distinguished, discrete, natural geographic phenomena
and bounded entities. The are usually fields, and man-
space between them is made phenomena are usually
potentially ‘empty’ or objects.
undetermined.
2.2.3 Geographic fields
Orientation (in
Location Shape (what Size (how big is
which direction
(where is it?), form is it?), it?), and
is it facing?).
• For example:
• Which part of the road
network is within 5 km of a
petrol station? (A coverage
question)
• What is the shortest route
between two cities via the
road network? (A
connectedness question)
• How many cars can
optimally travel from one
city to another in an hour?
(A capacity question)
• Example2?
2.2.5 Boundaries
1 2 3 4
In order to represent Try to store as many Try to find a symbolic like (3.0678 x2 + 20.08x
such a phenomenon (location, elevation) representation of the − 7.34y) or so—which
faithfully in computer observation pairs as elevation field function, can be evaluated to
memory, we could possible as a formula in x and y give us the elevation at
either: — any given (x, y)
location.
Drawbacks:
• The first suffers from the fact that we will never be able to store all
elevation values for all locations; after all, there are infinitely many
locations.
• The second approach suffers from the fact that we do not know just
what this function should look like, and that it would be extremely
difficult to derive such a function for larger areas.
Interpolating sample values:
But smarter interpolation functions
A simple and commonly used
(involving more than a single stored
interpolation function takes the
value), can be used as well, as may
elevation value of the nearest
be understood from the SST
location that is stored.
interpolations.
2.3.1 Regular tessellations
In a regular tessellation, the cells are the same shape and size. The
simplest example is a rectangular raster of unit squares, represented in a
computer in the 2D case as an array of n × m elements
To improve on this continuity issue, we can do two things:
•Make the cell size smaller, so as to make the ‘continuity gaps’ between the
cells smaller, and/or
•Assume that a cell value only represents elevation for one specific location in
the cell, and to provide a good interpolation function for all other
These are partitions of space into mutually disjoint cells, but now the
cells may vary in size and shape, allowing them to adapt to the spatial
phenomena that they represent.
Points are defined as single coordinate pairs (x,y) when we work in 2D, or coordinate
triplets (x,y,z) when we work in 3D.
Points are used to represent objects that are best described as shape- and size-less, one-
dimensional features. It depends on the purposes of the spatial application and also on
the spatial extent of the objects compared to the scale applied in the application.
Line representations
Data redundancy:
• The line that makes up the boundary between them is the
same, which means that using the above representation the
line would be stored twice, namely once for each polygon.
• The boundary model is an
improved representation
that deals with these
disadvantages. It stores
parts of a polygon’s
boundary as non-looping
arcs and indicates which
polygon is on the left and
which is on the right of
each arc.
2.3.4 Topology and spatial
relationships
• General spatial topology:
• Topology deals with spatial
properties that do not
change under certain
transformations. For
example, features drawn
on a sheet of rubber can be
made to change in shape
and size by stretching and
pulling the sheet.
• Some properties of these features do not change:
• Area E is still inside area D,
• The neighbourhood relationships between A, B, C, D and
E stay intact, and their boundaries have the same start and
end nodes, and
• The areas are still bounded by the same boundaries, only
the shapes and lengths of their perimeters have changed.
Topological properties:
Topological relationships are built from
simple elements into more complex These relationships are invariant under
elements: nodes define line segments, a continuous transformation, referred
and line segments connect to define to as a topological mapping.
lines, which in turn define polygons.
Aspects of topology:
Linear, branching and cyclic time: Time can be considered to be linear, extending from the past
to the present (‘now’), and into the future. Branching time— in which different time lines from a
certain point in time onwards are possible—and cyclic time—in which repeating cycles such as
seasons or days of a week are recognized.
Thank you…