1 GIS An Introduction
1 GIS An Introduction
IDRISI
ILWIS
ARC/
INFO
PEOPLE
GIS SOFTWARE
POLICY AND
PROCEDURES
FOR
RESOURCE
MANAGEMENT
HARDWARE DATA
GIS Historical Development
Geography
CAD/CAM Remote Sensing
Spatial
Military Studies GIS Mathematics
Surveying and
Civil Engineering
Photogrammetry
Wh y G I S?
Visualisation impact
Sharing of information
GIS ABSTRACTION
OR
SIMPLIFICATION
USERS
SOFTWARE
TOOLS + DATABASE
RESULTS
FOUR Ms Modeling
Measurements Mapping Monitoring
Time-1
Time-2
Time-3
Updating
Landuse
selection Line
Soil
Statistical tables
FieldSatellite
GPS Surveyimages
Aerial photographs
Attribute tables
Maps
Real world
Decision makers
MAPS AND SPATIAL DATA
Topographic
Parcels
Contour lines
REAL-WORLD
GIS Principles
• 1. The computer is an unavoidable technology in our time. We are
living in the digital age, which has become an important element in
nearly all professions.
• 2. Computer training in most scientific disciplines is essential. Without
this technology all professionals will be handicapped.
• 3. The GIS is an inevitable technology that will be used in all scientific
fields. The GIS has become the accepted and standard means of using
spatial data.
• 4. GIS is more Accurate Flexible, Object Efficient, and Rapid Fun
comparing with the traditional method of spatial data inventory.
• 5. GIS is replacing traditional cartography. Much of traditional “pen
and ink” cartography done by skilled draftsperson and artist is being
replaced by GIS.
• 6. GIS is opening new horizons. New mode of analysis and
applications are constantly discovered.
Spatial Data Representation
• Spatial data is a fundamental component in any GIS environment. The
data is based on the perception of the world as being occupied by
features. Each feature is an entity which can be described by its
attribute or property, and its location on earth can be mapped using a
spatial reference.
• The most common representation of spatial data that measures the
landscape is Spatial Data Representation using discrete data (vector
model) and continuous data (raster model).
• The data models are a set of rules used to describe and represent real
world features in a GIS software.
Vector Data Model
• The vector data model is a representation of the world of distinct
features that have definite boundaries, identities, and has a specific
shape using point, lines, and polygons. Vector data is structured with
two specific elements (node, vertex) and coordinates.
• This model is useful for storing data that has discrete boundaries,
such as groundwater wells, streams, and lakes. Each entity has a
dimension, boundary and location. For example, a well has a specific
measurement and its location can be described using a coordinate
system such as latitude-longitude.
• The following represents the three fundamental vector types that
exist in GIS
Point:
• A point entity is simply a location that can be described using the
coordinate system (longitude, latitude or X, Y). The point has no
actual spatial dimension and has no actual length and width but has a
specific location in space (single coordinate pair). Point can be
represented by different symbols. Points generally specify features
that are too small to show properly at a given scale. For example,
buildings, schools, or a small farm at a scale of 1:25,000 can be
represented as a point.
• The coordinate system allows users to integrate the wells into GIS and
make them subject to mapping. The well feature is associated with an
attribute table. The attribute of each well has information related to
the depth and the yield of each well
Vector Data Model
Points: represent discrete point features
each point location
has a record in the
table
vertex
node vertex
ESRI GeoDatabases
ESRI shapefiles
ArcInfo coverages and libraries
CAD files (AutoCAD DWG, DXF; microstation DGN)
StreetMap files
Spatial Database Engine (SDE) data
ASCII point coordinate data
Linear measure (route) data
Vector Data Model
ESRI Geodatabases
Geodatabase can store many files from many source
formats
1st preferred vector format in ArcGIS
Rapid display
Fully editable (coordinate and tabular) in ArcGIS
Convenient storage format
Data sets are either point or line or polygon
Vector Data Model
ESRI shapefiles
node
Adjacent polygons do not share common bounding
arcs
Data sets are either point or line or polygon
Vector Data Model
Shapefile polygon spatial data model
ArcInfo coverages
Commonly found format (due to ArcInfo market
dominance)
Data model more complex
Display more slowly in ArcGIS
Coordinate data not editable in ArcGIS
Polymorphic
(point/line/polygon/route/annotation/…)
Problematic OS file structure
Vector Data Model
ArcInfo coverage spatial data model
Characteristics
+ Features are positioned accurately
+ Shape of features can be represented correctly
+ Features are represented discretely (no fuzzy boundaries)
– Not good for representing spatially continuous phenomena
– Potentially complex data structure (especially for
polygons);
- can lead to long processing time for analytical
operations
Raster Data Model
• A representation of an area or region as a surface divided into a grid
of cells. It is useful for storing data that varies continuously, as in an
aerial photograph, a satellite image, a surface of humidity, or digital
elevation model (DEM)
• The cell is the minimum mapping unit and the smallest size at which
any landscape feature can be represented. These cells in the raster
dataset are used as building blocks for creating points, lines, and
polygons. In the raster data model, points, lines, polygons are
represented by grid cells.
• The location of each cell in the grid is determined by two things:
• (1) the origin of the grid (the upper left-corner, which is (0, 0) and the
resolution (size of the cell). The resolution is determined by measuring
one side of the square cell. For example, a raster model with cell
representing 5 m by 5 m (25 m2 ) in the real world would be said to have
a spatial resolution of 5 m.
• Each cell in the raster carries a single value, which represents the
characteristic of the spatial phenomenon at a location denoted by its row
and column. The precision of raster data is ruled by the resolution of the
grid data set. The data type for that cell value can be either integer or
floating-point.
Raster Data Model
A few different types of raster data
• digital orthophoto
• digital elevation
model (DEM)
Raster Data Model
Characteristics: