SlideShare a Scribd company logo
Data models in geographical information system(GIS)
Index
 Introduction
 Components of GIS
 Data types in GIS
 Data representation
 Raster data model
 Vector data model
 Differences between Raster and Vector
 Triangulated Irregular Network (TIN)
 Digital Elevation Model (DEM)
 Conclusion
 Reference
Introduction
 Geographic Information System is an
integrated system of computer
Hardware and Software, coupled
with procédures and human analyst
which together support the capture,
management, manipulation, analysis,
modelling and display of spatially referenced data.
 GIS can store many different types of data on one map.
 This enables people to more easily see, analyze and
understand patterns and relationships.
Components of GIS
GIS consists of 5 key components:
 Hardware: it consists of a computer system on which the
GIS software will run.
 Software: GIS software provides the functions and tools
needed to store, analyze, and display geographic
information.
 People: GIS users range from technical specialists who
design and maintain the system to those who use it to help
them perform their everyday work.
 Method: a successful GIS operates according to a well-
designed plan and business rules, which are the models
and operating practices unique to each organizations.
 Data: Geographic data and related tabular data that can be
collected in-house. Digital map forms the basic data input
for GIS.
Data Types in GIS
The data in a GIS can be classified into two main
categories:
1. Spatial data
Describes the absolute and relative location of
geographic features.
2. Attribute data or Non-spatial data
Describes characteristics of the spatial features.
These characteristics can be quantitative and/or
qualitative in nature.
The Data Model
 Data model is a conceptual description (mental
model) of how spatial data are organized for use by
the GIS.
 The data model represents a set of guidelines to
convert the real world (called entity) to the digitally
and logically represented spatial objects consisting
of the attributes and geometry.
 The attributes are managed by thematic or semantic
structure while the geometry is represented by
geometric-topological structure.
There are two major types of geometric data model ; vector
and raster model.
a. Vector Model
Vector model uses discrete points, lines and/or areas
corresponding to discrete objects with name or code
number of attributes.
b. Raster Model
Raster model uses regularly spaced grid cells in specfic
sequence. An element of the grid cell is called a pixel
(picture cell). The conventional sequence is row by row
from the left to the right and then line by line from the top
to bottom. Every location is given in two dimensional
image coordinates ; pixel number and line number, which
contains a single value of attributes.
0 1 2 3 4 5 6 7 8 9
0 R T
1 R T
2 H R
3 R
4 R R
5 R
6 R T T H
7 R T T
8 R
9 R
Real World
Vector Representation
Raster Representation
Concept of
Vector and Raster
line
polygon
point
Data models in geographical information system(GIS)
Data models in GIS
 RASTER DATA MODEL
 VECTOR DATA MODEL
 TRIANGULATED IRREGULAR NETWORK
MODEL(TIN)
 DIGITAL ELEVATION MODEL (DEM)
 NETWORK MODELS
Raster Data Model
The term raster implies a regularly spaced grid . Raster data
consists of rows and columns of cells (or pixels). In this format a
single value is stored against each cell. Raster data can represent a
multiplicity of things including:
• Visual images (that is colour and/or hue)
• Discrete value, such as land use
• Continuous value, such as rainfall
• Null values if no data is available.
Cell Size of Raster Data
 The level of detail represented by a raster is often
dependent on the cell (pixel) size or spatial resolution
of the raster. The cell must be small enough to capture
the required detail but large enough so computer
storage and analysis can be performed efficiently.
Smaller cell size
 Higher resolution
 Higher feature spatial
accuracy.
 Slower display
 Slower processing
 Large file size
Larger cell size
 Lower resolution
 Lower feature spatial
accuracy
 Faster display
 Faster processing
 Smaller file size
Advantages of Raster
 It is a simple data structure.
 It has the ability to represent continuous surfaces and
perform surface analysis.
 The ability to uniformly store points, lines, polygons
and surfaces.
 The ability to perform fast overlays with complex
datasets.
Disadvantages of Raster
 There can be spatial inaccuracies due to limits
imposed by raster dataset cell dimension.
 Raster datasets are potentially very large. Resolution
increases as the size of cells decreases. Accordingly
cost and disk space used also increases.
 There is also a loss of precision that accompanies
restructuring data to a regularly spaced raster cell
boundary.
Vector Data Model
 Vectors are graphical objects
that have geometrical
primitives such as points,
lines and polygons to
represent geographical
entities in the computer
graphics.
 A vector refers to a
geometrical space which has
a precise direction, length
and shape
 Points, Lines and Polygons
can be defined by the
coordinate geometry.
 A vector spatial data model uses two-dimensional
Cartesian (x, y) coordinate system to store the shape of
a spatial entity.
 In vector world the point is the
basic building block from which
all spatial entities are
constructed.
 The simplest spatial entity, the
point, is represented by a single
(x, y) coordinate pair.
 Line and area entities are
constructed by connecting a
series of points into chains and
polygons.
Point
 A point is a 0 dimensional
object and has only the
property of location (x,y)
 Points can be used to
Model features such as a
well, building, power pole,
sample location etc.
 Other names for a point are
vertex, node, 0-cell.
Line
 A line is a one-dimensional
object that has the property of
length
 Lines can be used to represent
road, streams, faults, dikes,
marker beds, boundary, contacts
etc.
 Lines are also called an edge,
link, chain, arc, 1-cell
 Connected multiple lines are
called polylines.
Polygon
 Polygon features are made of
one or more lines that
encloses an area.
 A polygon is a two-
dimensional object with
properties of area and
perimeter represented by a
closed sequence of lines.
 A polygon can represent a
city, geologic formation,
dike, lake, river, etc.
Advantages of Vector
• Requires less disk storage space.
• Efficient for topological relationship
• Graphical output more closely resembles hand-drawn
maps.
• Easy to edit
• Accurate map output
• Efficient projection transformation
Disadvantages of Vector
• Complex data structure.
• Less compatibility with remotely sensed data.
• Expensive software and hardware.
• Not appropriate to represent continuous data
• Overlaying multiple vector are often time consuming.
Difference between Raster and Vector
Raster Vector
 It is a simple data structure.
 Overlay operations are easily
and efficiently implemented.
 High spatial variability is
efficiently represented in a
raster format.
 The raster format is more or
less required for efficient
manipulation and
enhancement of digital images.
 More complex data structure.
 Overlay operations are more
difficult to implement.
 The representation of high
spatial variability is inefficient.
 Manipulation and
enhancement of digital images
cannot be effectively done in
the vector domain.
 The raster data structure is
less compact.
 Topological relationships are
more difficult to represent.
 The output of graphics is less
aesthetically pleasing because
boundaries tend to have a
blocky appearance rather
than the smooth lines of
hand drawn maps. This can
be overcome by using very
large number of cells, but it
may result in unacceptably
large files.
 Vector provides a more
compact data structure.
 Provides efficient encoding of
topology.
 The vector data model is
better suited to supporting
graphics that closely
approximate hand-drawn
maps.
Triangulated Irregular Network
What is a TIN?
 TIN stands for Triangular Irregular Network,
which is a vector approach to handling a digital
elevation model. TIN’s are used to interpolate
surfaces using multiple triangles.
 TIN’s are able to interpolate surfaces by selecting
representative points that are usually data points.
TIN’s connect these points to form a set of
continuous and connected triangles. The data
points consist of X, Y and Z values. The final result
gives users a TIN surface.
Data models in geographical information system(GIS)
Advantages of TIN
 TIN’s give researchers the ability to view 2.5D and 3D
at an area that was interpolated from minimal data
collection.
 Users can describe a surface at different levels of
resolution based on the points that were collected.
 TIN interpolation gives GIS users greater analytical
capabilities. TIN models are easy to create and use.
 They provide users a simplified model that represents
collected data points.
 Using a TIN surface in conjunction with ArcMap
extensions such as Spatial Analysis and 3D Analyst,
TIN users can also derive slope, aspect, elevation,
contour lines, hillshades, etc.
Different Types of TIN Methods
and Processes
There are many different types of TIN
interpolation methods.
Some of the most popular TIN methods include
 Natural Neighbour,
 Krigging,
 Spline,
 Nearest Neighbour and
 Inversed Distance Weighting.
 These TIN interpolation methods use
mathematical algorithms in order to generate
interpolated surfaces. Each of these methods will
produce different types of surfaces.
Digital Elevation Model (DEM)
DEM
 Digital Elevation Model is a data model which
represents the surface of a terrain in 3 dimension.
 DEM can be represented as a raster or as TIN.
 The TIN DEM dataset is also referred to as a primary
DEM or measured DEM.
 Raster DEM is referred to as secondary DEM or
computed DEM.
3D rendering of DEM of Tithonium Chasma on Mars
Types of DEM
Conclusion
 Geographic Information System is a computer system for
capturing, storing, checking, and displaying data related to
positions on Earth’s surface.
 A data model in GIS is a mathematical construct for
representing geographic objects or surfaces as data.
 The two basic data models of GIS are Raster and Vector. Other
important data models are TIN (Triangulated Irregular
Network) and DEM (Digital Elevation Model).
 Raster consists of matrix of cells organized into rows and
coloumns where as vector represents data using points, lines
and polygons. In TIN data is represented by irregular triangles.
DEM can be represented as a raster or as TIN.
Reference
 M. Anji Reddy, Textbook of Remote Sensing And
Geographical Information System, IV edition, BS
Publications, pp. 323-355.
 S. Kumar, Basics of Remote Sensing and GIS,
University Science Press, pp. 69-100.
 http://bgis.sanbi.org/GIS-primer
 www.education.nationalgeographic.org
 www.wikipedia.org > Geographical Information
System
Data models in geographical information system(GIS)
Ad

More Related Content

What's hot (20)

Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
Al Nahian Avro
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
Rahul Kumar
 
Indian remote sensing satellites
Indian  remote  sensing  satellitesIndian  remote  sensing  satellites
Indian remote sensing satellites
PRAMODA G
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
Malla Reddy University
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
Shawana Khan
 
Data base management system
Data base management systemData base management system
Data base management system
PRAMODA G
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
PRAMODA G
 
Topology in GIS
Topology in GISTopology in GIS
Topology in GIS
Rohit Kumar
 
Applications of gis
Applications of gisApplications of gis
Applications of gis
PRAMODA G
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
Sumant Diwakar
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
Arindam Sarkar
 
Chapter 5: Remote sensing
Chapter 5: Remote sensingChapter 5: Remote sensing
Chapter 5: Remote sensing
Shankar Gangaju
 
Land cover and Land Use
Land cover and Land UseLand cover and Land Use
Land cover and Land Use
DHANENDRA BAHEKAR
 
Data sources and input in GIS
Data  sources and input in GISData  sources and input in GIS
Data sources and input in GIS
Prof. A.Balasubramanian
 
Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS
Fayaz Ahamed A P
 
Fundamentals of GIS
Fundamentals of GISFundamentals of GIS
Fundamentals of GIS
RajalakshmiS34
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
Uday kumar Devalla
 
Land use cover pptx.
Land use cover pptx.Land use cover pptx.
Land use cover pptx.
PratikRamteke4
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
Satish Taji
 
Digital elevation model in GIS
Digital elevation model in GISDigital elevation model in GIS
Digital elevation model in GIS
Prof. A.Balasubramanian
 

Similar to Data models in geographical information system(GIS) (20)

Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
jatinbagale2610
 
Geological information system updated.pptx
Geological information system updated.pptxGeological information system updated.pptx
Geological information system updated.pptx
karmveerthakur100
 
Geospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data ModelGeospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data Model
FarihaMunia
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
Prof. A.Balasubramanian
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
Kamrul Islam Karim
 
Raster data model
Raster data modelRaster data model
Raster data model
PRAMODA G
 
RASTER DATA MODEL, Digitial Elevation Models
RASTER DATA MODEL,  Digitial Elevation ModelsRASTER DATA MODEL,  Digitial Elevation Models
RASTER DATA MODEL, Digitial Elevation Models
SaleemUllahBaig
 
Vector data model
Vector data modelVector data model
Vector data model
PRAMODA G
 
componentsofgis-170606133333.pdf by Naol
componentsofgis-170606133333.pdf by Naolcomponentsofgis-170606133333.pdf by Naol
componentsofgis-170606133333.pdf by Naol
naolbacha0
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
RitaThakkar1
 
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing SystemsTYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
Arti Parab Academics
 
3 D Analyst
3 D Analyst3 D Analyst
3 D Analyst
Hartanto Sanjaya
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
fredsk2006
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensing
mulugeta48
 
Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbook
Waleed Liaqat
 
rasterdatamodel.........................
rasterdatamodel.........................rasterdatamodel.........................
rasterdatamodel.........................
ShikharMalhotra4
 
Data input and transformation
Data input and transformationData input and transformation
Data input and transformation
Mohsin Siddique
 
3D Analyst
3D Analyst3D Analyst
3D Analyst
Hartanto Sanjaya
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
Vandana Verma
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptx
e20ag004
 
Geological information system updated.pptx
Geological information system updated.pptxGeological information system updated.pptx
Geological information system updated.pptx
karmveerthakur100
 
Geospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data ModelGeospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data Model
FarihaMunia
 
Raster data model
Raster data modelRaster data model
Raster data model
PRAMODA G
 
RASTER DATA MODEL, Digitial Elevation Models
RASTER DATA MODEL,  Digitial Elevation ModelsRASTER DATA MODEL,  Digitial Elevation Models
RASTER DATA MODEL, Digitial Elevation Models
SaleemUllahBaig
 
Vector data model
Vector data modelVector data model
Vector data model
PRAMODA G
 
componentsofgis-170606133333.pdf by Naol
componentsofgis-170606133333.pdf by Naolcomponentsofgis-170606133333.pdf by Naol
componentsofgis-170606133333.pdf by Naol
naolbacha0
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
RitaThakkar1
 
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing SystemsTYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
Arti Parab Academics
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
fredsk2006
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensing
mulugeta48
 
Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbook
Waleed Liaqat
 
rasterdatamodel.........................
rasterdatamodel.........................rasterdatamodel.........................
rasterdatamodel.........................
ShikharMalhotra4
 
Data input and transformation
Data input and transformationData input and transformation
Data input and transformation
Mohsin Siddique
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
Vandana Verma
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptx
e20ag004
 
Ad

More from PRAMODA G (20)

Volcanoes-Explosive-Wonders-of-the-Earth.pptx
Volcanoes-Explosive-Wonders-of-the-Earth.pptxVolcanoes-Explosive-Wonders-of-the-Earth.pptx
Volcanoes-Explosive-Wonders-of-the-Earth.pptx
PRAMODA G
 
Dimensional - Stone - Technology .pptx
Dimensional  -  Stone - Technology .pptxDimensional  -  Stone - Technology .pptx
Dimensional - Stone - Technology .pptx
PRAMODA G
 
Natural-Disasters, Earthquake andTsunami,
Natural-Disasters, Earthquake andTsunami,Natural-Disasters, Earthquake andTsunami,
Natural-Disasters, Earthquake andTsunami,
PRAMODA G
 
The-Epic-Journey-of-Oceans-Continents-and-Mountains.pptx
The-Epic-Journey-of-Oceans-Continents-and-Mountains.pptxThe-Epic-Journey-of-Oceans-Continents-and-Mountains.pptx
The-Epic-Journey-of-Oceans-Continents-and-Mountains.pptx
PRAMODA G
 
Earthquakes, Geology, Disaster management
Earthquakes, Geology, Disaster managementEarthquakes, Geology, Disaster management
Earthquakes, Geology, Disaster management
PRAMODA G
 
The Cephalopods (Mollusca)- Palaeontology
The Cephalopods (Mollusca)- PalaeontologyThe Cephalopods (Mollusca)- Palaeontology
The Cephalopods (Mollusca)- Palaeontology
PRAMODA G
 
Continental-Drift-The-Shifting-Continents.ppt
Continental-Drift-The-Shifting-Continents.pptContinental-Drift-The-Shifting-Continents.ppt
Continental-Drift-The-Shifting-Continents.ppt
PRAMODA G
 
Aerial photography.pptx
Aerial photography.pptxAerial photography.pptx
Aerial photography.pptx
PRAMODA G
 
Siwalik- Stratigraphy
Siwalik- StratigraphySiwalik- Stratigraphy
Siwalik- Stratigraphy
PRAMODA G
 
Hydrogeology
HydrogeologyHydrogeology
Hydrogeology
PRAMODA G
 
Waves and their significance
Waves and their significanceWaves and their significance
Waves and their significance
PRAMODA G
 
coastal erosion
coastal erosioncoastal erosion
coastal erosion
PRAMODA G
 
Karst topography
Karst topographyKarst topography
Karst topography
PRAMODA G
 
Glacial processes and their land forms.
Glacial processes and their land forms.Glacial processes and their land forms.
Glacial processes and their land forms.
PRAMODA G
 
Dams
Dams Dams
Dams
PRAMODA G
 
Upsc geologist syllabus exam pattern
Upsc geologist syllabus exam patternUpsc geologist syllabus exam pattern
Upsc geologist syllabus exam pattern
PRAMODA G
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
PRAMODA G
 
Disaster Management System in India - Notes
Disaster Management System in India - Notes Disaster Management System in India - Notes
Disaster Management System in India - Notes
PRAMODA G
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
PRAMODA G
 
Disaster management system in India
Disaster management system in IndiaDisaster management system in India
Disaster management system in India
PRAMODA G
 
Volcanoes-Explosive-Wonders-of-the-Earth.pptx
Volcanoes-Explosive-Wonders-of-the-Earth.pptxVolcanoes-Explosive-Wonders-of-the-Earth.pptx
Volcanoes-Explosive-Wonders-of-the-Earth.pptx
PRAMODA G
 
Dimensional - Stone - Technology .pptx
Dimensional  -  Stone - Technology .pptxDimensional  -  Stone - Technology .pptx
Dimensional - Stone - Technology .pptx
PRAMODA G
 
Natural-Disasters, Earthquake andTsunami,
Natural-Disasters, Earthquake andTsunami,Natural-Disasters, Earthquake andTsunami,
Natural-Disasters, Earthquake andTsunami,
PRAMODA G
 
The-Epic-Journey-of-Oceans-Continents-and-Mountains.pptx
The-Epic-Journey-of-Oceans-Continents-and-Mountains.pptxThe-Epic-Journey-of-Oceans-Continents-and-Mountains.pptx
The-Epic-Journey-of-Oceans-Continents-and-Mountains.pptx
PRAMODA G
 
Earthquakes, Geology, Disaster management
Earthquakes, Geology, Disaster managementEarthquakes, Geology, Disaster management
Earthquakes, Geology, Disaster management
PRAMODA G
 
The Cephalopods (Mollusca)- Palaeontology
The Cephalopods (Mollusca)- PalaeontologyThe Cephalopods (Mollusca)- Palaeontology
The Cephalopods (Mollusca)- Palaeontology
PRAMODA G
 
Continental-Drift-The-Shifting-Continents.ppt
Continental-Drift-The-Shifting-Continents.pptContinental-Drift-The-Shifting-Continents.ppt
Continental-Drift-The-Shifting-Continents.ppt
PRAMODA G
 
Aerial photography.pptx
Aerial photography.pptxAerial photography.pptx
Aerial photography.pptx
PRAMODA G
 
Siwalik- Stratigraphy
Siwalik- StratigraphySiwalik- Stratigraphy
Siwalik- Stratigraphy
PRAMODA G
 
Hydrogeology
HydrogeologyHydrogeology
Hydrogeology
PRAMODA G
 
Waves and their significance
Waves and their significanceWaves and their significance
Waves and their significance
PRAMODA G
 
coastal erosion
coastal erosioncoastal erosion
coastal erosion
PRAMODA G
 
Karst topography
Karst topographyKarst topography
Karst topography
PRAMODA G
 
Glacial processes and their land forms.
Glacial processes and their land forms.Glacial processes and their land forms.
Glacial processes and their land forms.
PRAMODA G
 
Upsc geologist syllabus exam pattern
Upsc geologist syllabus exam patternUpsc geologist syllabus exam pattern
Upsc geologist syllabus exam pattern
PRAMODA G
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
PRAMODA G
 
Disaster Management System in India - Notes
Disaster Management System in India - Notes Disaster Management System in India - Notes
Disaster Management System in India - Notes
PRAMODA G
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
PRAMODA G
 
Disaster management system in India
Disaster management system in IndiaDisaster management system in India
Disaster management system in India
PRAMODA G
 
Ad

Recently uploaded (20)

Metamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative JourneyMetamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative Journey
Arshad Shaikh
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Political History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptxPolitical History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptx
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Library Association of Ireland
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Metamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative JourneyMetamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative Journey
Arshad Shaikh
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Library Association of Ireland
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 

Data models in geographical information system(GIS)

  • 2. Index  Introduction  Components of GIS  Data types in GIS  Data representation  Raster data model  Vector data model  Differences between Raster and Vector  Triangulated Irregular Network (TIN)  Digital Elevation Model (DEM)  Conclusion  Reference
  • 3. Introduction  Geographic Information System is an integrated system of computer Hardware and Software, coupled with procédures and human analyst which together support the capture, management, manipulation, analysis, modelling and display of spatially referenced data.  GIS can store many different types of data on one map.  This enables people to more easily see, analyze and understand patterns and relationships.
  • 4. Components of GIS GIS consists of 5 key components:
  • 5.  Hardware: it consists of a computer system on which the GIS software will run.  Software: GIS software provides the functions and tools needed to store, analyze, and display geographic information.  People: GIS users range from technical specialists who design and maintain the system to those who use it to help them perform their everyday work.  Method: a successful GIS operates according to a well- designed plan and business rules, which are the models and operating practices unique to each organizations.  Data: Geographic data and related tabular data that can be collected in-house. Digital map forms the basic data input for GIS.
  • 6. Data Types in GIS The data in a GIS can be classified into two main categories: 1. Spatial data Describes the absolute and relative location of geographic features. 2. Attribute data or Non-spatial data Describes characteristics of the spatial features. These characteristics can be quantitative and/or qualitative in nature.
  • 7. The Data Model  Data model is a conceptual description (mental model) of how spatial data are organized for use by the GIS.  The data model represents a set of guidelines to convert the real world (called entity) to the digitally and logically represented spatial objects consisting of the attributes and geometry.  The attributes are managed by thematic or semantic structure while the geometry is represented by geometric-topological structure.
  • 8. There are two major types of geometric data model ; vector and raster model. a. Vector Model Vector model uses discrete points, lines and/or areas corresponding to discrete objects with name or code number of attributes. b. Raster Model Raster model uses regularly spaced grid cells in specfic sequence. An element of the grid cell is called a pixel (picture cell). The conventional sequence is row by row from the left to the right and then line by line from the top to bottom. Every location is given in two dimensional image coordinates ; pixel number and line number, which contains a single value of attributes.
  • 9. 0 1 2 3 4 5 6 7 8 9 0 R T 1 R T 2 H R 3 R 4 R R 5 R 6 R T T H 7 R T T 8 R 9 R Real World Vector Representation Raster Representation Concept of Vector and Raster line polygon point
  • 11. Data models in GIS  RASTER DATA MODEL  VECTOR DATA MODEL  TRIANGULATED IRREGULAR NETWORK MODEL(TIN)  DIGITAL ELEVATION MODEL (DEM)  NETWORK MODELS
  • 13. The term raster implies a regularly spaced grid . Raster data consists of rows and columns of cells (or pixels). In this format a single value is stored against each cell. Raster data can represent a multiplicity of things including: • Visual images (that is colour and/or hue) • Discrete value, such as land use • Continuous value, such as rainfall • Null values if no data is available.
  • 14. Cell Size of Raster Data  The level of detail represented by a raster is often dependent on the cell (pixel) size or spatial resolution of the raster. The cell must be small enough to capture the required detail but large enough so computer storage and analysis can be performed efficiently.
  • 15. Smaller cell size  Higher resolution  Higher feature spatial accuracy.  Slower display  Slower processing  Large file size Larger cell size  Lower resolution  Lower feature spatial accuracy  Faster display  Faster processing  Smaller file size
  • 16. Advantages of Raster  It is a simple data structure.  It has the ability to represent continuous surfaces and perform surface analysis.  The ability to uniformly store points, lines, polygons and surfaces.  The ability to perform fast overlays with complex datasets.
  • 17. Disadvantages of Raster  There can be spatial inaccuracies due to limits imposed by raster dataset cell dimension.  Raster datasets are potentially very large. Resolution increases as the size of cells decreases. Accordingly cost and disk space used also increases.  There is also a loss of precision that accompanies restructuring data to a regularly spaced raster cell boundary.
  • 19.  Vectors are graphical objects that have geometrical primitives such as points, lines and polygons to represent geographical entities in the computer graphics.  A vector refers to a geometrical space which has a precise direction, length and shape  Points, Lines and Polygons can be defined by the coordinate geometry.
  • 20.  A vector spatial data model uses two-dimensional Cartesian (x, y) coordinate system to store the shape of a spatial entity.
  • 21.  In vector world the point is the basic building block from which all spatial entities are constructed.  The simplest spatial entity, the point, is represented by a single (x, y) coordinate pair.  Line and area entities are constructed by connecting a series of points into chains and polygons.
  • 22. Point  A point is a 0 dimensional object and has only the property of location (x,y)  Points can be used to Model features such as a well, building, power pole, sample location etc.  Other names for a point are vertex, node, 0-cell.
  • 23. Line  A line is a one-dimensional object that has the property of length  Lines can be used to represent road, streams, faults, dikes, marker beds, boundary, contacts etc.  Lines are also called an edge, link, chain, arc, 1-cell  Connected multiple lines are called polylines.
  • 24. Polygon  Polygon features are made of one or more lines that encloses an area.  A polygon is a two- dimensional object with properties of area and perimeter represented by a closed sequence of lines.  A polygon can represent a city, geologic formation, dike, lake, river, etc.
  • 25. Advantages of Vector • Requires less disk storage space. • Efficient for topological relationship • Graphical output more closely resembles hand-drawn maps. • Easy to edit • Accurate map output • Efficient projection transformation
  • 26. Disadvantages of Vector • Complex data structure. • Less compatibility with remotely sensed data. • Expensive software and hardware. • Not appropriate to represent continuous data • Overlaying multiple vector are often time consuming.
  • 27. Difference between Raster and Vector Raster Vector  It is a simple data structure.  Overlay operations are easily and efficiently implemented.  High spatial variability is efficiently represented in a raster format.  The raster format is more or less required for efficient manipulation and enhancement of digital images.  More complex data structure.  Overlay operations are more difficult to implement.  The representation of high spatial variability is inefficient.  Manipulation and enhancement of digital images cannot be effectively done in the vector domain.
  • 28.  The raster data structure is less compact.  Topological relationships are more difficult to represent.  The output of graphics is less aesthetically pleasing because boundaries tend to have a blocky appearance rather than the smooth lines of hand drawn maps. This can be overcome by using very large number of cells, but it may result in unacceptably large files.  Vector provides a more compact data structure.  Provides efficient encoding of topology.  The vector data model is better suited to supporting graphics that closely approximate hand-drawn maps.
  • 30. What is a TIN?  TIN stands for Triangular Irregular Network, which is a vector approach to handling a digital elevation model. TIN’s are used to interpolate surfaces using multiple triangles.  TIN’s are able to interpolate surfaces by selecting representative points that are usually data points. TIN’s connect these points to form a set of continuous and connected triangles. The data points consist of X, Y and Z values. The final result gives users a TIN surface.
  • 32. Advantages of TIN  TIN’s give researchers the ability to view 2.5D and 3D at an area that was interpolated from minimal data collection.  Users can describe a surface at different levels of resolution based on the points that were collected.  TIN interpolation gives GIS users greater analytical capabilities. TIN models are easy to create and use.  They provide users a simplified model that represents collected data points.  Using a TIN surface in conjunction with ArcMap extensions such as Spatial Analysis and 3D Analyst, TIN users can also derive slope, aspect, elevation, contour lines, hillshades, etc.
  • 33. Different Types of TIN Methods and Processes There are many different types of TIN interpolation methods. Some of the most popular TIN methods include  Natural Neighbour,  Krigging,  Spline,  Nearest Neighbour and  Inversed Distance Weighting.  These TIN interpolation methods use mathematical algorithms in order to generate interpolated surfaces. Each of these methods will produce different types of surfaces.
  • 35. DEM  Digital Elevation Model is a data model which represents the surface of a terrain in 3 dimension.  DEM can be represented as a raster or as TIN.  The TIN DEM dataset is also referred to as a primary DEM or measured DEM.  Raster DEM is referred to as secondary DEM or computed DEM.
  • 36. 3D rendering of DEM of Tithonium Chasma on Mars
  • 38. Conclusion  Geographic Information System is a computer system for capturing, storing, checking, and displaying data related to positions on Earth’s surface.  A data model in GIS is a mathematical construct for representing geographic objects or surfaces as data.  The two basic data models of GIS are Raster and Vector. Other important data models are TIN (Triangulated Irregular Network) and DEM (Digital Elevation Model).  Raster consists of matrix of cells organized into rows and coloumns where as vector represents data using points, lines and polygons. In TIN data is represented by irregular triangles. DEM can be represented as a raster or as TIN.
  • 39. Reference  M. Anji Reddy, Textbook of Remote Sensing And Geographical Information System, IV edition, BS Publications, pp. 323-355.  S. Kumar, Basics of Remote Sensing and GIS, University Science Press, pp. 69-100.  http://bgis.sanbi.org/GIS-primer  www.education.nationalgeographic.org  www.wikipedia.org > Geographical Information System