Chapter 2 Gis Concepts
Chapter 2 Gis Concepts
Chapter 2 Gis Concepts
• It is an information system;
a) Scale
b) Resolution
c) Accuracy
d) Precision
Coordinate Systems
The Earth is (almost, but not quite) a sphere that rotates around its
axis. If we draw a line passing through the center of the Earth along
its rotational axis, the line would pass through the North and the
South Pole.
Scale,
distance,
area, and
shape are all
distorted with
the distortion
increasing
toward the
poles.
Geographic Latitude/Longitude in
GIS system
90º West East
North
equator
0º
Prime Meridian
180 º
-180 º
0º
South
a
Earth Surface: Ellipsoid, Geoid,
Topo
• The reference
ellipsoid surface (a
map of average sea
level).
• The reference geoid
surface (a mean sea
level-MSL surface).
• The real surface of
the Earth (the ground)
also called the
topographic surface.
THE GEOID and ELLIPSOID
rth's e
Ea rfac
h=H+N Su
H = h+N P
h
Ellipsoid Q
"Geoid"
Po
OCEAN
GPS gets height is ellipsoid height (h), usually based on WGS84. H is really we want
Basics of Map Projections
A map projection is a mathematical model for conversion
of locations from a three-dimensional earth surface to a
two-dimensional map representation. This conversion
necessarily distorts some aspect of the earth's surface,
such as area, shape, distance, or direction.
Every projection has its own set of advantages and
disadvantages. There is no "best" projection. Some
distortions of conformality (shape), scale, distance,
direction, and area always result from this processes.
Some projections minimize distortions in some of these
properties at the expense of maximizing errors in others.
Some projection are attempts to only moderately distort
all of these properties
The mapmaker must select the one best suited to the
needs, reducing distortion of the most important features.
Mapmakers and mathematicians have devised almost
limitless ways to project the image of the globe onto a flat
surface (paper).
Classes of Map projections
UTM coordinates are in meters, making it easy to make accurate calculations of short
distances between points (error is less than 0.04%)
Although the distortions of the UTM system are small, they are too great for some
accurate surveying. zone boundaries are also a problem in many applications,
because they follow arbitrary lines of longitude rather than boundaries between
jurisdictions.
30
31
UTM Zone Numbers
Geographic Data (CONT’D.)
Data and Information are not same.
• Data can be described as different observations which are collected and stored.
• Information is data which is useful in answering queries or solving problems.
Digitizing a large number of maps provides a large amount of data, but the data can
only render useful information if used in analysis.
Data Linkage
Hierarchical Fuzzy
Matching Matching
Concept of Data Linkage
A GIS typically links different sets.
• Suppose you want to find the mortality rate due to cancer among
children under 10 year of age in each country.
• If you have one file that contains number of children under 10 years of
age and another that contains the mortality rate from cancer, you must
first combine or link the two data files.
• Once this is done, you can divide on figure by the other to obtain the
desired answer.
Concept of Data Linkage (CONT’D.)
Exact Matching
• This type of matching occurs when you have information in one computer file about many geographic
features (e.g., towns) and additional information in another file about the same town features.
• The can be easily linked together by using a key common to both files – in this case, the town name.
Concept of Data Linkage (CONT’D.)
Hierarchical Matching
• Some types of information are collected in more detail and less frequently than other types of
information.
• For example, the financial data covering a large area is collected quite frequently. Whereas the
population data are collected in small areas but at less frequent intervals.
• If smaller areas fit exactly within the larger ones, then the way to make the data match the same area
is to use hierarchical matching – add the data for the small areas together until the grouped areas
match the bigger ones and then match them exactly.
Concept of Data Linkage (CONT’D.)
Fuzzy Matching
• Sometimes the boundaries of small areas do not match those of the larger ones. This occurs when
dealing with environmental data.
• For example, crop boundaries, usually defined by field edges, rarely match with the boundary between
soil types. To determine the most product soil for a particular crop, you need to overlay the two sets
and compute crop productivity for each and every soil type. In principle, it is like laying one map over
another and noting the combinations of soil and crop productivity.
Basic Types of Spatial data
Most GIS deals with four types of geographic data;
1. A vector model
2. A raster model
Representing Data with Vector Model
• Vector Model
The fundamental concept of vector GIS is
that all geographic features in the real
work can be represented either as:
• points or dots (nodes): trees, poles, fire
plugs, airports, cities
• lines (arcs): streams, streets, sewers,
• areas (polygons): land parcels, cities,
counties, forest, rock type
Because representation depends on shape, ArcView
refers to files containing vector data as
shapefiles
Representing Data with Raster Model
Raster Model
• area is covered by grid with (usually)
equal-sized, square cells.
• The position of a cell is defined by a row
and column number. A pixel is assigned
one numerical value.
• attributes are recorded by assigning each
cell a single value based on the majority
feature (attribute) in the cell, such as
land use type.
• Image data is a special case of raster data
in which the “attribute” is a reflectance
value from the geomagnetic spectrum
– cells in image data often called pixels
(picture elements)
Concept of
Vector and Raster
Raster Representation
point
line
Vector Representation
polygon
Advantages and Disadvantages of
Raster and Vector Data Models
Scale, Accuracy and Resolution
• Scale: the ratio of distance on a map to the equivalent distance on the ground
– in theory GIS is scale independent but in practice there is an implicit range of scales for data output in
any project
• Accuracy: how well does the database info match the real world
– Positional: how close are features to their real world location?
– Consistency: do feature characteristics in database match those in real world
• is a road in the database a road in the real world?
– Completeness: are all real world instances of features present in the database?
• Are all roads included.
• Resolution: the size of the smallest feature able to be recognized
– for raster data, it is the pixel size