Geographical Information System: Unit 1 Fundementals of GIS
Geographical Information System: Unit 1 Fundementals of GIS
Unit 1
Fundementals of GIS
Date: 25/06/2019
2
Geographic Information
System (GIS)
Capture
Data
Register
Map Base
Interpret
Store Data Data
in Computer Convert Data
to Digital
Process Format
Data
Display
Results
GIS – Data Layers Stacking
Geographic
Information Courtesy of PPI
System
Origin of GIS
5
Computer Aided
Cartography
(CAC)
Remote Sensing
Database
(RS) Integrated Technologies
Management
Systems
GIS
(DBMS)
Internal
data Data
base management
Internal
External management
GIS
management
output
data
base
External
user
External
data
base
FUNFUNCT
CTIONS
ION
SOFGIS
Application of GIS
Geography
understanding the world and man’s place in it
Cartography-art of map making
display of spatial information
Remote Sensing
images from space and air
Photogrammetry
accurate measurement from photographs
Surveying
high quality positional data
Geodesy- shape of the earth
accurate positional data (control points)
Statistics
GIS models are often statistical in nature
Computer Science
e.g. CAD, database management
Math
especially geometry and graph theory
Why a GIS
11
Poorly Updated
Inaccurate
No Sharing
• Transportation: where to build the new highway that serves most critical
bottleneck of the road network?
DIGITIZING EDITING
TOPOLOGY BUILDING
PROJECTION ATTRIBUTION
ADVANTAGES OF GIS IN SIMPLE TERMS
Roads
Rivers
Urban areas
Place names
Railway
Places of interest
Town names
Geographic Coordinate Systems
Open source SW(OSS) is the computer SW that is available in source code form under certain licenses.
Users of OSS are permitted to use, copy, study, change, improve and even redistribute those OSS freely.
‘Free’ does not mean ‘Free of Charge’ but ‘Freedom’ or‘Liberty’
30
SW Models – Cathedral vs.
Open Source Software Development Model
Bazaar <Closed Development> <Open Development>
Cathedral Bazaar
In-House Collaborative
Development Development
Designed and developed by inside R&D lab Designed and developed with other outside partners
Inside knowledge, intellectual property, experiences Inside knowledge + outside knowledge
31
Benefits of Open Source SW
Rapid development of high- Very low adoption cost Extend company’s Reduce energy
class SW products portfolio
Reduce SW development Self-Satisfaction
Increased stability by skilled cost Open up new market by
community review providing diversified Help society
Easy to customize services & products
Reduce technological gap
to leading proprietary SW Reuse successful story Improve brand image of
company company
Internalize outside SW
developer resources
32
Reasons Why Select Open Source
1 Quality
Ease of Deployment 3
2 Security
33
What is Open Source GIS?
34
Why Open Source GIS?
Necessity
35
Advance of • Open Source GIS is now comparable with commercial proprietary GIS
Open Source
GIS • Open Source GIS is now actively adopted & used all around the world
• Almost all the Open Source GIS is compliant with OGC standards
Interoperability
• Open Source GIS can be used with existing proprietary GIS
Opened • Anybody can modify & upgrade the system from the source code level
Source Code • Can easily replicate or migrate success cases to their system
36
Proprietary software is computer software
licensed under exclusive legal right of thecopyright
holder
Vector (Object-Based)
SPATIAL DATA
Raster (Field-Based)
Discrete Data
Data
GIS
Data
Data
Photogrammetry Interviews
Data
Driving Forces:
Population,
Decision Making:
Health, Wealth,
Planning and Management
Technology,
Politics, Economic
Environmental Change:
Land use Change,
Monitoring By
Change of Life Style,
Remote Sensing
Land Degradation,
Pollution, Climate Change
GIS Software
18
http://grass.osgeo.org/ http://www.clarklabs.org/products/idrisi-taiga.cfm
Lets starts
20
Basics of
GIS
Basic Geographical Concepts
21 Spatial Objects
Line/
node
Nodes: Special kinds of points showing start, end and junction of line
segments.
Scale
□ Ratio of distance on map (or image) to their true length on the earth’s
surface
□ Large Scale: A scale is relatively large, if the area or length represented
on map (or image) is large
□ Small Scale: A scale is relatively small, if the area or length represented
on map (or image) is small
□ e.g.
Attributes
□ Pertinent (important) information of geospatial data.
e.g. if a line is representing a road through geographic data (Lat., Long. or
Easting , Northing), then its helping information such as width, condition,
name, metaled or un-metaled etc. are its attributes.
□ Only those attributes should be selected/acquired which might be
required in the analysis.
GIS data model (Database management systems-DBMS )
27
Attribute data
□ describes characteristics of the spatial features. These characteristics can
be quantitative and/or qualitative in nature. Attribute data is often
referred to as tabular data.
SPATIAL DATA MODELS
28
Three basic types of spatial data models have evolved for storing geographic
data digitally. These are referred to as:
Raster;
Vector;
Image.
Image data utilizes techniques very similar to raster data, however typically lacks the
internal formats required for analysis and modeling of the data
Raster data models
29
Raster data models incorporate the use of a grid-cell data structure where the
geographic area is divided into cells identified by row and column.
For digital representations of aerial photographs, satellite images, scanned
paper maps, and other applications with very detailed images.
A raster data structure is in fact a matrix where any coordinate can be quickly
calculated if the origin point is known, and the size of the grid cells is known
Vector Data models
30
Topology is a mathematical concept that has its basis in the principles of feature adjacency and connectivity
Image Data models
32
Image data is typically used in GIS systems as background display data (if
the image has been rectified and georeferenced); or as a graphic attribute
Image data must be converted into a raster format (and perhaps vector) to
be used analytically with the GIS
Attribute data models
33
A separate data model is used to store and maintain attribute data for GIS
software.
These data models may exist internally within the GIS software, or may be
reflected in external commercial Database Management Software (DBMS)
Attribute database models
35
Examples of object-
oriented data model
Hierarchial and network database models have not gained any noticeable acceptance
for use within GIS
Attribute data models
36
The relational database model is the most widely accepted for managing
the attributes of geographic data.
Relational Attribute model
37
Basic linkages between a vector spatial data (topologic model) and attributes maintained
in a relational database file (From Berry)
Relational Attribute model
38
The geographic location of each cell is implied by its position in the cell
matrix. Accordingly, other than an origin point, e.g. bottom left corner, no
geographic coordinates are stored.
Due to the nature of the data storage technique data analysis is usually easy
to program and quick to perform.
The inherent nature of raster maps, e.g. one attribute maps, is ideally suited
for mathematical modeling and quantitative analysis.
Discrete data, e.g. forestry stands, is accommodated equally well as
continuous data, e.g. elevation data, and facilitates the integrating of the two
data types.
Grid-cell systems are very compatible with raster-based output devices, e.g.
electrostatic plotters, graphic terminals.
Disadvantages of Raster data
43
The cell size determines the resolution at which the data is represented.;
It is especially difficult to adequately represent linear features depending on
the cell resolution. Accordingly, network linkages are difficult to establish.
Processing of associated attribute data may be cumbersome if large amounts
of data exists. Raster maps inherently reflect only one attribute or
characteristic for an area.
Since most input data is in vector form, data must undergo vector-to-raster
conversion. Besides increased processing requirements this may introduce data
integrity concerns due to generalization and choice of inappropriate cell size.
Most output maps from grid-cell systems do not conform to high-quality
cartographic needs.
Advantages of Vector data
44
Comments….
Questions….
Suggestions….