SlideShare una empresa de Scribd logo
1 de 41
GEOGRAPHIC
INFORMATION AND
SPACIAL DATABASE
UNIT I
TYBSC IT SEM VI
PROF. ARTI GAVAS
ANNA LEELA COLLEGE OF COMMERCE AND ECONOMICS,
SHOBHA JAYARAM SHETTY COLLGE FOR BMS, KURLA
MODELS AND REPRESENTATIONS OF THE REAL
WORLD
 Digital Representations of the Real World:
How to Capture, Model, and Render Visual
Reality
 explains how to portray visual worlds with a high
degree of realism using the latest video
acquisition technology, computer graphics
methods, and computer vision algorithms.
 It explores the integration of new capture
modalities, reconstruction approaches, and
visual perception into the computer graphics
pipeline.
 Understand the Entire Pipeline from Acquisition,
Reconstruction, and Modeling to Realistic
Rendering and Applications
MODELS AND REPRESENTATIONS OF THE REAL
WORLD
GEOGRAPHIC PHENOMENA
 Defining geographic phenomena
 A GIS operates under the assumption that the
relevant spatial phenomena occur in a two- or
three-dimensional Euclidean space, unless
otherwise specified.
 Euclidean space can be informally defined as a
model of space in which locations Euclidean
space are represented by coordinates—(x,y)
in2D;
 (x,y,z) in3D—and distance and direction can
defined with geometric formulas. In the 2D case,
this is known as the Euclidean plane, which is the
most common Euclidean space in GIS use.
GEOGRAPHIC PHENOMENA
 Defining geographic phenomena
 We might define a geographic phenomenon as
a manifestation of an entity or process of
interest that:
 Can be named or described,
 Can be geo-referenced, and
 Can be assigned a time (interval) at which it
is/was present.
GEOGRAPHIC PHENOMENA
 Defining geographic phenomena
 The relevant phenomena for a given application depends
entirely on one’s objectives.
 For instance,
 in water management, the objects of study might be river basins,
agro-ecologic units,
 measurements of actual evapotranspiration, meteorological data,
ground water levels, irrigation levels, water budgets and
measurements of total water use.
 Note that all of these can be named or described, Objectives of
the application georeferenced and provided with a time interval
at which each exists.
 In multipurpose cadastral administration, the objects of study are
different: houses, land parcels, streets of various types, land use
forms, sewage canals and other forms of urban infrastructure
may all play a role.
 Again, these can be named or described, georeferenced and
assigned a time interval of existence.
GEOGRAPHIC PHENOMENA
 Types of geographic phenomena
 Firstly, In order to be able to represent a phenomenon in a GIS
requires us to state what it is, and where it is.
 We must provide a description—or at least a name—on the one
hand, and a georeference on the other hand.
 Secondly, some phenomena manifest themselves essentially
everywhere in the study area, while others only do so in certain
localities.
 If we define our study area as the equatorial Pacific Ocean, we can
say that Sea Surface Temperature Fields can be measured
anywhere in the study area.
 Three Types:
 Geographic Fields
 Geographic Objects
Geographic Fields
 A (geographic) field is a geographic phenomenon
for which, for every point in the study area, a
value can be determined.
 Some common examples of geographic fields are
 air temperature,
 barometric pressure and
 elevation.
 These fields are in fact continuous in nature.
 Examples of discrete fields are land use and soil
classifications.
Geographic Fields
 Fields can be discrete or continuous.
 In a continuous field, the underlying function is assumed to be
‘mathematically smooth’, meaning that the field values along
any path through the study area do not change abruptly, but
only gradually.
 Good examples of continuous fields are air temperature, barometric
pressure, soil salinity and elevation.
 Continuity means that all changes in field values are gradual.
 A continuous field can even be differentiable, meaning we can
determine a measure of change in the field value per unit of
distance anywhere and in any Continuous fields direction.
 For example, if the field is elevation, this measure would be slope,
i.e. the change of elevation per metre distance; if the field is soil
salinity, it would be salinity gradient, i.e. the change of salinity per
metre distance.
 Discrete fields divide the study space in mutually exclusive,
bounded parts, with all locations in one part having the same
field value.
 Typical examples are land classifications, for instance, using either
Geographic Fields : Data types and
values
 Data types used in a GIS and in computer programming
include character strings, integers, floating points or real
numbers, dates and time intervals. Each field in an
attribute table is defined with a data type, which applies
to the domain of the field.
 Nominal data values
 Ordinal data values
 Interval data values
 Ratio data values
Geographic Fields : Data types and
values
 Another method is to define attribute data by measurement scale.
The measurement scale concept groups attribute data into nominal,
ordinal, interval and ratio data.
(I) Nominal Data: - Nominal data describe different kinds of
different categories of data such as land use types or soil types.

(II) Ordinal Data: - Ordinal data differentiate data by ranking
relationship. For example-cities may be grouped into large, medium
and small cities by population size.
 (III) Interval Data: - Interval data have known intervals between
values such as temperature reading. For example- a temperature
reading of 700 F is warmer than 600 F by 100 F.
 (IV) Ratio Data: - Ratio data are the same as interval data except
that ratio data are based on a meaningful or absolute zero value.
Population densities are an example of ratio data, because a
density of 0 is an absolute zero.
Geographic objects
 Geographic objects populate the study area, and are usually
well distinguished, discrete, and bounded entities. The space
between them is potentially ‘empty’ or undetermined.
 A simple rule-of thumb is that natural geographic phenomena
are usually fields, and man-made phenomena are usually
objects.
 Such objects are usually easily distinguished and named, and
their position in space is determined by a combination of one
or more of the following parameters:
 Location (where is it?),
 Shape (what form is it?),
 Size (how big is it?), and
 Orientation (in which direction is it facing?)
Geographic objects
 How we want to use the information about a geographic
object determines which of the four above parameters is
required to represent it.
 For instance, in an in-car navigation system, all that
matters about geographic objects like petrol stations is
where they are. Thus, location alone is enough to
describe the min this particular context, and shape, size
and orientation are not necessarily relevant.
 In the same system, however, roads are important
objects, and for these some notion of location (where
does it begin and end), shape(how many lanes does it
have), size (how far can one travel on it) and
orientation (in which direction can one travel on it)
seem to be relevant information components.
Geographic objects
 It is sometimes useful to view geographic phenomena at
this more aggregated level and look at characteristics
like coverage, connectedness, and capacity. 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)
Boundaries
 A line separating adjacent political entities,
such as countries or districts, adjacent tracts of
privately-owned land, such as parcels, or
adjacent geographic zones, such as
ecosystems.
 A boundary is a line that may or may not follow
physical features, such as rivers, mountains,
or walls.
 Two types:
 Crisp
 Fuzzy
COMPUTER REPRESENTATION OF GEOMETRIC
INFORMATION
 A GIS data model enables a computer to
represent real geographical elements as
graphical elements.
 Two representational models are dominant;
 Raster (grid-based) and vector (line-based):
 Raster. A raster representation also relies on
tessellation: geometric shapes that can
completely cover an area.
 Vector. The concept assumes that space is
continuous, rather than discrete, which gives an
infinite (in theory) set of coordinates.
COMPUTER REPRESENTATION OF GEOMETRIC
INFORMATION
RASTER BASED
REPRESENTATION
 Raster. Based on a cellular organization that divides space
into a series of units. Each unit is generally similar in size to
another.
 Grid cells are the most common raster representation.
 Features are divided into cellular arrays and a coordinate
(X,Y) is assigned to each cell, as well as a value.
 A raster representation also relies on tessellation:
geometric shapes that can completely cover an area.
 Although many shapes are possible (e.g. triangles and
hexagons), the square is the most commonly used.
 Resolution is an important concern in raster
representations.
 For a small grid, the resolution is coarse but the required
storage space is limited.
 For a large grid the resolution is fine, but at the expense of a
much larger storage space.
RASTER BASED
REPRESENTATION: Regular
Tessellations
In a regular tessellation, the cells are the same shape
and size.
field attribute value assigned to a cell is associated
with the entire area occupied by the cell.
The three most common regular tessellation types:
square cells, hexagonal cells, and triangular cells.
These tessellations are known under various names in
different GIS packages, but most frequently as rasters.
RASTER BASED
REPRESENTATION: Irregular
Tessellations
more adaptive to geographic phenomena
region Quadtree
It is based on a regular tessellation of square cells, but
takes advantage of cases where neighbouring cells have
the same field value, so that they can together be
represented as one bigger cell.
It shows a Quadtrees small 8X8 raster with three
possible field values: white, green and blue.
The quadtree that represents this raster is constructed
by repeatedly splitting up the area into four quadrants,
which are called NW, NE, SE, SW
The procedure produces an upside-down, tree-like
structure, known as a quadtree.
RASTER BASED
REPRESENTATION: Irregular
Tessellations
Quadtree
Representation
RASTER BASED
REPRESENTATION: Irregular
Tessellations
Quadtree
Representation
VECTOR BASED
REPRESENTATION
 Vector. The concept assumes that space is continuous,
rather than discrete, which gives an infinite (in theory) set of
coordinates.
 A vector representation is composed of three main elements:
points, lines and polygons.
 Points are spatial objects with no area but can have attached
attributes since they are a single set of coordinates (X and Y) in a
coordinate space.
 Lines are spatial objects made up of connected points (nodes)
that have no width.
 Polygons are closed areas that can be made up of a circuit of
line segments. The real world is represented by a series of lines
(roads and highway) and one polygon (the river).
 A real-world entity could be represented by different types of
vector features depending on the map scale used in an
application (e.g. a road can be represented as a line at a
smaller scale or as a polygon at a larger scale.)
VECTOR BASED
REPRESENTATION
VECTOR BASED
REPRESENTATION: TIN
Triangulated Irregular Networks
(TIN)
 Approximates the terrain with a set of non-
overlapping triangles, is made of nodes(points)
VECTOR BASED
REPRESENTATION
TOPOLOGY AND SPACIAL
RELATIONSHIPS
TOPOLOGY AND SPACIAL
RELATIONSHIPS
 Topology deals with spatial and structural properties of
geometric objects, independent of their extension, type, or
geometric form.
 Among the types of topological properties of objects there are: the
number of dimensions an object has or the relationships that exist
between objects.
 All topological properties are invariant to any continuous
deformation of space.
 The topology simplifies analysis functions, for examples: joining
adjacent areas with similar properties.
 It is important to distinguish between vector data formats and raster
data formats.
 For example, imagine an area represented by a vector data model:
it is composed of a border, which separates the interior from the
exterior of the surface. The same area represented by a raster data
model consists of several grid cells.
 There is no border existing as a separating line. Thus, the
algorithms implemented for vector data models are not valid
for raster data models. In the following example, we only show
TOPOLOGY AND SPACIAL
RELATIONSHIPS
 The basic idea is based on the concept that each element is
composed of a boundary (b), an interior (i), and an exterior
(e). The concept of interior, boundary and complement
(exterior) are defined in the general topology.
 Boundary
 The boundary consists of points or lines that separate the
interior from the exterior. The edge of a line consists of the
endpoints. The boundary of a polygon is the line that defines the
perimeter.
 Interior
 The interior of an object consists of points, lines or areas that are
in the object but do not belong boundary.
 Complement
 The complement, also called exterior, consists of the points, lines
and areas which are not in the object.
TOPOLOGY AND SPACIAL
RELATIONSHIPS
 Disjoint
 There is no intersection area between object A and object B. Test
for disjoint.
 Meet
 Object A and object B meet at the boundary. The boundaries
meet, but not the interior. Two geometry objects meet if the
boundaries touch. Test for touch.
 Overlap
 Object A and object B overlap. Test for intersect (inversion of
disjoint).
 Contains
 Object A contains object B. Test whether the initial geometry
object encloses a different geometry object. The interior and the
boundary of an object are completely inside of the other object.
TOPOLOGY AND SPACIAL
RELATIONSHIPS
 Inside
 Object B lies inside object A. It is the opposite of "contain".
If A is inside B, then B contains A.
 Covers
 Object A covers object B. The interior of an object is
completely inside the other object and the boundaries
intersect.
 Covered by
 Object B is covered by object A. It is the opposite of
"covers". If A is covered by B, then B covers A.
 Equal
 Object B and object A match. Test for equality of the initial
geometry object and a different geometry object.
TOPOLOGY AND SPACIAL
RELATIONSHIPS
TOPOLOGY AND SPACIAL
RELATIONSHIPS
REPRESENTATION OF GEOGRAPHIC
FIELDS AND OBJECTS
REPRESENTATION OF GEOGRAPHIC
FIELDS AND OBJECTS
ORGANISING AND MANAGING SPACIAL DATA
THE TEMPORAL DIMENTION
THE TEMPORAL DIMENTION
although the vast majority of GISs currently work only in two dimensions, across
the plane, certain applications require the addition of other dimensions, namely
time or elevation/depth
most geological applications require a consideration of attributes in the
vertical dimension as well as the horizontal ones
temporal variations are important in many economic and social studies
oceanographic and meteorological models need to consider variations both
in the vertical and the temporal dimensions
time dependence adds a third dimension to spatial data, just as the
vertical dimension does
computer science deals with time dependence of records in databases
records may be valid only for limited times the geographical cases are
more complex
objects may have limited existence, but may also move, change shape, and
change attributes
THE TEMPORAL DIMENTION
THE TEMPORAL DIMENTION
 Kind of questions involves time include:
 Where and when did something happen?
 How fast did this change occur?
 In which order did the change happen?
 Types:
 Discrete and continuous time
 Valid time and transaction time
 Linear, branching and cyclic time
 Time granularity
 Absolute and relative time.
THANK YOU!
TYBSC IT SEM VI
PROF. ARTI GAVAS
ANNA LEELA COLLEGE OF COMMERCE AND ECONOMICS,
SHOBHA JAYARAM SHETTY COLLGE FOR BMS, KURLA

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Gis functions
Gis functionsGis functions
Gis functions
 
Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
 
Spatial Databases
Spatial DatabasesSpatial Databases
Spatial Databases
 
WEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptxWEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptx
 
Web Based GIS
Web Based GISWeb Based GIS
Web Based GIS
 
Spatial Database Systems
Spatial Database SystemsSpatial Database Systems
Spatial Database Systems
 
What is GIS
What is GISWhat is GIS
What is GIS
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Web GIS
Web GISWeb GIS
Web GIS
 
Developing Efficient Web-based GIS Applications
Developing Efficient Web-based GIS ApplicationsDeveloping Efficient Web-based GIS Applications
Developing Efficient Web-based GIS Applications
 
Data base management system
Data base management systemData base management system
Data base management system
 
What Is GIS?
What Is GIS?What Is GIS?
What Is GIS?
 
Structure of geographic data
Structure of geographic dataStructure of geographic data
Structure of geographic data
 
Geographic Phenomena
Geographic PhenomenaGeographic Phenomena
Geographic Phenomena
 
My ppt on gis
My ppt on gisMy ppt on gis
My ppt on gis
 
Gis
GisGis
Gis
 
Geographic Information System unit 4
Geographic Information System   unit 4Geographic Information System   unit 4
Geographic Information System unit 4
 
introduction to GIS
introduction to GIS introduction to GIS
introduction to GIS
 
Web GIS using Google Map and QGIS
Web GIS using Google Map and QGISWeb GIS using Google Map and QGIS
Web GIS using Google Map and QGIS
 

Similar a TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database

Introduction to Geographic Information system and Remote Sensing (RS)
Introduction to Geographic Information system  and Remote Sensing (RS)Introduction to Geographic Information system  and Remote Sensing (RS)
Introduction to Geographic Information system and Remote Sensing (RS)chala hailu
 
Geographic query and analysis
Geographic query and analysisGeographic query and analysis
Geographic query and analysisMohsin Siddique
 
Sampling and Probability in Geography
Sampling and Probability in Geography Sampling and Probability in Geography
Sampling and Probability in Geography Prof Ashis Sarkar
 
Application of gis and gps in civil engineering
Application of gis and gps in civil engineeringApplication of gis and gps in civil engineering
Application of gis and gps in civil engineeringAvinash Anand
 
Spatial association discovery process using frequent subgraph mining
Spatial association discovery process using frequent subgraph miningSpatial association discovery process using frequent subgraph mining
Spatial association discovery process using frequent subgraph miningTELKOMNIKA JOURNAL
 
Geographical information system
Geographical information systemGeographical information system
Geographical information systemNaresh Kumar
 
INTRODUCTION_TO_GIS.ppt
INTRODUCTION_TO_GIS.pptINTRODUCTION_TO_GIS.ppt
INTRODUCTION_TO_GIS.pptSafriyana1
 
Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...Beniamino Murgante
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingNAXA-Developers
 
Geographic Phenomena and their Representations
Geographic Phenomena and their RepresentationsGeographic Phenomena and their Representations
Geographic Phenomena and their RepresentationsNAXA-Developers
 
A quick overview of geospatial analysis
A quick overview of geospatial analysisA quick overview of geospatial analysis
A quick overview of geospatial analysisMd.Farhad Hossen
 
Geographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptxGeographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptxzewde alemayehu
 
Geographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahunGeographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahunzewde alemayehu
 
Spatial data analysis
Spatial data analysisSpatial data analysis
Spatial data analysisJohan Blomme
 
Remote Exploration Technique. Dr. V. Galkine
Remote Exploration Technique. Dr. V. GalkineRemote Exploration Technique. Dr. V. Galkine
Remote Exploration Technique. Dr. V. GalkineVadim Galkine
 
Spatial data analysis 1
Spatial data analysis 1Spatial data analysis 1
Spatial data analysis 1Johan Blomme
 

Similar a TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database (20)

Introduction to Geographic Information system and Remote Sensing (RS)
Introduction to Geographic Information system  and Remote Sensing (RS)Introduction to Geographic Information system  and Remote Sensing (RS)
Introduction to Geographic Information system and Remote Sensing (RS)
 
Spatial databases
Spatial databasesSpatial databases
Spatial databases
 
Geographic query and analysis
Geographic query and analysisGeographic query and analysis
Geographic query and analysis
 
Sampling and Probability in Geography
Sampling and Probability in Geography Sampling and Probability in Geography
Sampling and Probability in Geography
 
Application of gis and gps in civil engineering
Application of gis and gps in civil engineeringApplication of gis and gps in civil engineering
Application of gis and gps in civil engineering
 
Spatial association discovery process using frequent subgraph mining
Spatial association discovery process using frequent subgraph miningSpatial association discovery process using frequent subgraph mining
Spatial association discovery process using frequent subgraph mining
 
GIS
GISGIS
GIS
 
Geographical information system
Geographical information systemGeographical information system
Geographical information system
 
Spatial databases
Spatial databasesSpatial databases
Spatial databases
 
INTRODUCTION_TO_GIS.ppt
INTRODUCTION_TO_GIS.pptINTRODUCTION_TO_GIS.ppt
INTRODUCTION_TO_GIS.ppt
 
Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...
 
Cartographic data structures
Cartographic data structuresCartographic data structures
Cartographic data structures
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical Mapping
 
Geographic Phenomena and their Representations
Geographic Phenomena and their RepresentationsGeographic Phenomena and their Representations
Geographic Phenomena and their Representations
 
A quick overview of geospatial analysis
A quick overview of geospatial analysisA quick overview of geospatial analysis
A quick overview of geospatial analysis
 
Geographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptxGeographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptx
 
Geographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahunGeographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahun
 
Spatial data analysis
Spatial data analysisSpatial data analysis
Spatial data analysis
 
Remote Exploration Technique. Dr. V. Galkine
Remote Exploration Technique. Dr. V. GalkineRemote Exploration Technique. Dr. V. Galkine
Remote Exploration Technique. Dr. V. Galkine
 
Spatial data analysis 1
Spatial data analysis 1Spatial data analysis 1
Spatial data analysis 1
 

Más de Arti Parab Academics

COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptx
COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptxCOMPUTER APPLICATIONS Module 1 HPSY - Copy.pptx
COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptxArti Parab Academics
 
COMPUTER APPLICATIONS Module 1 CAH.pptx
COMPUTER APPLICATIONS Module 1 CAH.pptxCOMPUTER APPLICATIONS Module 1 CAH.pptx
COMPUTER APPLICATIONS Module 1 CAH.pptxArti Parab Academics
 
Health Informatics- Module 5-Chapter 2.pptx
Health Informatics- Module 5-Chapter 2.pptxHealth Informatics- Module 5-Chapter 2.pptx
Health Informatics- Module 5-Chapter 2.pptxArti Parab Academics
 
Health Informatics- Module 5-Chapter 3.pptx
Health Informatics- Module 5-Chapter 3.pptxHealth Informatics- Module 5-Chapter 3.pptx
Health Informatics- Module 5-Chapter 3.pptxArti Parab Academics
 
Health Informatics- Module 4-Chapter 3.pptx
Health Informatics- Module 4-Chapter 3.pptxHealth Informatics- Module 4-Chapter 3.pptx
Health Informatics- Module 4-Chapter 3.pptxArti Parab Academics
 
Health Informatics- Module 3-Chapter 2.pptx
Health Informatics- Module 3-Chapter 2.pptxHealth Informatics- Module 3-Chapter 2.pptx
Health Informatics- Module 3-Chapter 2.pptxArti Parab Academics
 
Health Informatics- Module 4-Chapter 1.pptx
Health Informatics- Module 4-Chapter 1.pptxHealth Informatics- Module 4-Chapter 1.pptx
Health Informatics- Module 4-Chapter 1.pptxArti Parab Academics
 
Health Informatics- Module 4-Chapter 2.pptx
Health Informatics- Module 4-Chapter 2.pptxHealth Informatics- Module 4-Chapter 2.pptx
Health Informatics- Module 4-Chapter 2.pptxArti Parab Academics
 
Health Informatics- Module 3-Chapter 3.pptx
Health Informatics- Module 3-Chapter 3.pptxHealth Informatics- Module 3-Chapter 3.pptx
Health Informatics- Module 3-Chapter 3.pptxArti Parab Academics
 
Health Informatics- Module 5-Chapter 1.pptx
Health Informatics- Module 5-Chapter 1.pptxHealth Informatics- Module 5-Chapter 1.pptx
Health Informatics- Module 5-Chapter 1.pptxArti Parab Academics
 
Health Informatics- Module 3-Chapter 1.pptx
Health Informatics- Module 3-Chapter 1.pptxHealth Informatics- Module 3-Chapter 1.pptx
Health Informatics- Module 3-Chapter 1.pptxArti Parab Academics
 
Health Informatics- Module 2-Chapter 2.pptx
Health Informatics- Module 2-Chapter 2.pptxHealth Informatics- Module 2-Chapter 2.pptx
Health Informatics- Module 2-Chapter 2.pptxArti Parab Academics
 
Health Informatics- Module 1-Chapter 1.pptx
Health Informatics- Module 1-Chapter 1.pptxHealth Informatics- Module 1-Chapter 1.pptx
Health Informatics- Module 1-Chapter 1.pptxArti Parab Academics
 
Health Informatics- Module 2-Chapter 3.pptx
Health Informatics- Module 2-Chapter 3.pptxHealth Informatics- Module 2-Chapter 3.pptx
Health Informatics- Module 2-Chapter 3.pptxArti Parab Academics
 
Health Informatics- Module 2-Chapter 1.pptx
Health Informatics- Module 2-Chapter 1.pptxHealth Informatics- Module 2-Chapter 1.pptx
Health Informatics- Module 2-Chapter 1.pptxArti Parab Academics
 
Health Informatics- Module 1-Chapter 2.pptx
Health Informatics- Module 1-Chapter 2.pptxHealth Informatics- Module 1-Chapter 2.pptx
Health Informatics- Module 1-Chapter 2.pptxArti Parab Academics
 

Más de Arti Parab Academics (20)

COMPUTER APPLICATIONS Module 4.pptx
COMPUTER APPLICATIONS Module 4.pptxCOMPUTER APPLICATIONS Module 4.pptx
COMPUTER APPLICATIONS Module 4.pptx
 
COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptx
COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptxCOMPUTER APPLICATIONS Module 1 HPSY - Copy.pptx
COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptx
 
COMPUTER APPLICATIONS Module 5.pptx
COMPUTER APPLICATIONS Module 5.pptxCOMPUTER APPLICATIONS Module 5.pptx
COMPUTER APPLICATIONS Module 5.pptx
 
COMPUTER APPLICATIONS Module 1 CAH.pptx
COMPUTER APPLICATIONS Module 1 CAH.pptxCOMPUTER APPLICATIONS Module 1 CAH.pptx
COMPUTER APPLICATIONS Module 1 CAH.pptx
 
COMPUTER APPLICATIONS Module 3.pptx
COMPUTER APPLICATIONS Module 3.pptxCOMPUTER APPLICATIONS Module 3.pptx
COMPUTER APPLICATIONS Module 3.pptx
 
COMPUTER APPLICATIONS Module 2.pptx
COMPUTER APPLICATIONS Module 2.pptxCOMPUTER APPLICATIONS Module 2.pptx
COMPUTER APPLICATIONS Module 2.pptx
 
Health Informatics- Module 5-Chapter 2.pptx
Health Informatics- Module 5-Chapter 2.pptxHealth Informatics- Module 5-Chapter 2.pptx
Health Informatics- Module 5-Chapter 2.pptx
 
Health Informatics- Module 5-Chapter 3.pptx
Health Informatics- Module 5-Chapter 3.pptxHealth Informatics- Module 5-Chapter 3.pptx
Health Informatics- Module 5-Chapter 3.pptx
 
Health Informatics- Module 4-Chapter 3.pptx
Health Informatics- Module 4-Chapter 3.pptxHealth Informatics- Module 4-Chapter 3.pptx
Health Informatics- Module 4-Chapter 3.pptx
 
Health Informatics- Module 3-Chapter 2.pptx
Health Informatics- Module 3-Chapter 2.pptxHealth Informatics- Module 3-Chapter 2.pptx
Health Informatics- Module 3-Chapter 2.pptx
 
Health Informatics- Module 4-Chapter 1.pptx
Health Informatics- Module 4-Chapter 1.pptxHealth Informatics- Module 4-Chapter 1.pptx
Health Informatics- Module 4-Chapter 1.pptx
 
Health Informatics- Module 4-Chapter 2.pptx
Health Informatics- Module 4-Chapter 2.pptxHealth Informatics- Module 4-Chapter 2.pptx
Health Informatics- Module 4-Chapter 2.pptx
 
Health Informatics- Module 3-Chapter 3.pptx
Health Informatics- Module 3-Chapter 3.pptxHealth Informatics- Module 3-Chapter 3.pptx
Health Informatics- Module 3-Chapter 3.pptx
 
Health Informatics- Module 5-Chapter 1.pptx
Health Informatics- Module 5-Chapter 1.pptxHealth Informatics- Module 5-Chapter 1.pptx
Health Informatics- Module 5-Chapter 1.pptx
 
Health Informatics- Module 3-Chapter 1.pptx
Health Informatics- Module 3-Chapter 1.pptxHealth Informatics- Module 3-Chapter 1.pptx
Health Informatics- Module 3-Chapter 1.pptx
 
Health Informatics- Module 2-Chapter 2.pptx
Health Informatics- Module 2-Chapter 2.pptxHealth Informatics- Module 2-Chapter 2.pptx
Health Informatics- Module 2-Chapter 2.pptx
 
Health Informatics- Module 1-Chapter 1.pptx
Health Informatics- Module 1-Chapter 1.pptxHealth Informatics- Module 1-Chapter 1.pptx
Health Informatics- Module 1-Chapter 1.pptx
 
Health Informatics- Module 2-Chapter 3.pptx
Health Informatics- Module 2-Chapter 3.pptxHealth Informatics- Module 2-Chapter 3.pptx
Health Informatics- Module 2-Chapter 3.pptx
 
Health Informatics- Module 2-Chapter 1.pptx
Health Informatics- Module 2-Chapter 1.pptxHealth Informatics- Module 2-Chapter 1.pptx
Health Informatics- Module 2-Chapter 1.pptx
 
Health Informatics- Module 1-Chapter 2.pptx
Health Informatics- Module 1-Chapter 2.pptxHealth Informatics- Module 1-Chapter 2.pptx
Health Informatics- Module 1-Chapter 2.pptx
 

Último

URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 

Último (20)

URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 

TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database

  • 1. GEOGRAPHIC INFORMATION AND SPACIAL DATABASE UNIT I TYBSC IT SEM VI PROF. ARTI GAVAS ANNA LEELA COLLEGE OF COMMERCE AND ECONOMICS, SHOBHA JAYARAM SHETTY COLLGE FOR BMS, KURLA
  • 2. MODELS AND REPRESENTATIONS OF THE REAL WORLD  Digital Representations of the Real World: How to Capture, Model, and Render Visual Reality  explains how to portray visual worlds with a high degree of realism using the latest video acquisition technology, computer graphics methods, and computer vision algorithms.  It explores the integration of new capture modalities, reconstruction approaches, and visual perception into the computer graphics pipeline.  Understand the Entire Pipeline from Acquisition, Reconstruction, and Modeling to Realistic Rendering and Applications
  • 3. MODELS AND REPRESENTATIONS OF THE REAL WORLD
  • 4. GEOGRAPHIC PHENOMENA  Defining geographic phenomena  A GIS operates under the assumption that the relevant spatial phenomena occur in a two- or three-dimensional Euclidean space, unless otherwise specified.  Euclidean space can be informally defined as a model of space in which locations Euclidean space are represented by coordinates—(x,y) in2D;  (x,y,z) in3D—and distance and direction can defined with geometric formulas. In the 2D case, this is known as the Euclidean plane, which is the most common Euclidean space in GIS use.
  • 5. GEOGRAPHIC PHENOMENA  Defining geographic phenomena  We might define a geographic phenomenon as a manifestation of an entity or process of interest that:  Can be named or described,  Can be geo-referenced, and  Can be assigned a time (interval) at which it is/was present.
  • 6. GEOGRAPHIC PHENOMENA  Defining geographic phenomena  The relevant phenomena for a given application depends entirely on one’s objectives.  For instance,  in water management, the objects of study might be river basins, agro-ecologic units,  measurements of actual evapotranspiration, meteorological data, ground water levels, irrigation levels, water budgets and measurements of total water use.  Note that all of these can be named or described, Objectives of the application georeferenced and provided with a time interval at which each exists.  In multipurpose cadastral administration, the objects of study are different: houses, land parcels, streets of various types, land use forms, sewage canals and other forms of urban infrastructure may all play a role.  Again, these can be named or described, georeferenced and assigned a time interval of existence.
  • 7. GEOGRAPHIC PHENOMENA  Types of geographic phenomena  Firstly, In order to be able to represent a phenomenon in a GIS requires us to state what it is, and where it is.  We must provide a description—or at least a name—on the one hand, and a georeference on the other hand.  Secondly, some phenomena manifest themselves essentially everywhere in the study area, while others only do so in certain localities.  If we define our study area as the equatorial Pacific Ocean, we can say that Sea Surface Temperature Fields can be measured anywhere in the study area.  Three Types:  Geographic Fields  Geographic Objects
  • 8. Geographic Fields  A (geographic) field is a geographic phenomenon for which, for every point in the study area, a value can be determined.  Some common examples of geographic fields are  air temperature,  barometric pressure and  elevation.  These fields are in fact continuous in nature.  Examples of discrete fields are land use and soil classifications.
  • 9. Geographic Fields  Fields can be discrete or continuous.  In a continuous field, the underlying function is assumed to be ‘mathematically smooth’, meaning that the field values along any path through the study area do not change abruptly, but only gradually.  Good examples of continuous fields are air temperature, barometric pressure, soil salinity and elevation.  Continuity means that all changes in field values are gradual.  A continuous field can even be differentiable, meaning we can determine a measure of change in the field value per unit of distance anywhere and in any Continuous fields direction.  For example, if the field is elevation, this measure would be slope, i.e. the change of elevation per metre distance; if the field is soil salinity, it would be salinity gradient, i.e. the change of salinity per metre distance.  Discrete fields divide the study space in mutually exclusive, bounded parts, with all locations in one part having the same field value.  Typical examples are land classifications, for instance, using either
  • 10. Geographic Fields : Data types and values  Data types used in a GIS and in computer programming include character strings, integers, floating points or real numbers, dates and time intervals. Each field in an attribute table is defined with a data type, which applies to the domain of the field.  Nominal data values  Ordinal data values  Interval data values  Ratio data values
  • 11. Geographic Fields : Data types and values  Another method is to define attribute data by measurement scale. The measurement scale concept groups attribute data into nominal, ordinal, interval and ratio data. (I) Nominal Data: - Nominal data describe different kinds of different categories of data such as land use types or soil types.  (II) Ordinal Data: - Ordinal data differentiate data by ranking relationship. For example-cities may be grouped into large, medium and small cities by population size.  (III) Interval Data: - Interval data have known intervals between values such as temperature reading. For example- a temperature reading of 700 F is warmer than 600 F by 100 F.  (IV) Ratio Data: - Ratio data are the same as interval data except that ratio data are based on a meaningful or absolute zero value. Population densities are an example of ratio data, because a density of 0 is an absolute zero.
  • 12. Geographic objects  Geographic objects populate the study area, and are usually well distinguished, discrete, and bounded entities. The space between them is potentially ‘empty’ or undetermined.  A simple rule-of thumb is that natural geographic phenomena are usually fields, and man-made phenomena are usually objects.  Such objects are usually easily distinguished and named, and their position in space is determined by a combination of one or more of the following parameters:  Location (where is it?),  Shape (what form is it?),  Size (how big is it?), and  Orientation (in which direction is it facing?)
  • 13. Geographic objects  How we want to use the information about a geographic object determines which of the four above parameters is required to represent it.  For instance, in an in-car navigation system, all that matters about geographic objects like petrol stations is where they are. Thus, location alone is enough to describe the min this particular context, and shape, size and orientation are not necessarily relevant.  In the same system, however, roads are important objects, and for these some notion of location (where does it begin and end), shape(how many lanes does it have), size (how far can one travel on it) and orientation (in which direction can one travel on it) seem to be relevant information components.
  • 14. Geographic objects  It is sometimes useful to view geographic phenomena at this more aggregated level and look at characteristics like coverage, connectedness, and capacity. 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)
  • 15. Boundaries  A line separating adjacent political entities, such as countries or districts, adjacent tracts of privately-owned land, such as parcels, or adjacent geographic zones, such as ecosystems.  A boundary is a line that may or may not follow physical features, such as rivers, mountains, or walls.  Two types:  Crisp  Fuzzy
  • 16. COMPUTER REPRESENTATION OF GEOMETRIC INFORMATION  A GIS data model enables a computer to represent real geographical elements as graphical elements.  Two representational models are dominant;  Raster (grid-based) and vector (line-based):  Raster. A raster representation also relies on tessellation: geometric shapes that can completely cover an area.  Vector. The concept assumes that space is continuous, rather than discrete, which gives an infinite (in theory) set of coordinates.
  • 17. COMPUTER REPRESENTATION OF GEOMETRIC INFORMATION
  • 18. RASTER BASED REPRESENTATION  Raster. Based on a cellular organization that divides space into a series of units. Each unit is generally similar in size to another.  Grid cells are the most common raster representation.  Features are divided into cellular arrays and a coordinate (X,Y) is assigned to each cell, as well as a value.  A raster representation also relies on tessellation: geometric shapes that can completely cover an area.  Although many shapes are possible (e.g. triangles and hexagons), the square is the most commonly used.  Resolution is an important concern in raster representations.  For a small grid, the resolution is coarse but the required storage space is limited.  For a large grid the resolution is fine, but at the expense of a much larger storage space.
  • 19. RASTER BASED REPRESENTATION: Regular Tessellations In a regular tessellation, the cells are the same shape and size. field attribute value assigned to a cell is associated with the entire area occupied by the cell. The three most common regular tessellation types: square cells, hexagonal cells, and triangular cells. These tessellations are known under various names in different GIS packages, but most frequently as rasters.
  • 20. RASTER BASED REPRESENTATION: Irregular Tessellations more adaptive to geographic phenomena region Quadtree It is based on a regular tessellation of square cells, but takes advantage of cases where neighbouring cells have the same field value, so that they can together be represented as one bigger cell. It shows a Quadtrees small 8X8 raster with three possible field values: white, green and blue. The quadtree that represents this raster is constructed by repeatedly splitting up the area into four quadrants, which are called NW, NE, SE, SW The procedure produces an upside-down, tree-like structure, known as a quadtree.
  • 23. VECTOR BASED REPRESENTATION  Vector. The concept assumes that space is continuous, rather than discrete, which gives an infinite (in theory) set of coordinates.  A vector representation is composed of three main elements: points, lines and polygons.  Points are spatial objects with no area but can have attached attributes since they are a single set of coordinates (X and Y) in a coordinate space.  Lines are spatial objects made up of connected points (nodes) that have no width.  Polygons are closed areas that can be made up of a circuit of line segments. The real world is represented by a series of lines (roads and highway) and one polygon (the river).  A real-world entity could be represented by different types of vector features depending on the map scale used in an application (e.g. a road can be represented as a line at a smaller scale or as a polygon at a larger scale.)
  • 25. VECTOR BASED REPRESENTATION: TIN Triangulated Irregular Networks (TIN)  Approximates the terrain with a set of non- overlapping triangles, is made of nodes(points)
  • 28. TOPOLOGY AND SPACIAL RELATIONSHIPS  Topology deals with spatial and structural properties of geometric objects, independent of their extension, type, or geometric form.  Among the types of topological properties of objects there are: the number of dimensions an object has or the relationships that exist between objects.  All topological properties are invariant to any continuous deformation of space.  The topology simplifies analysis functions, for examples: joining adjacent areas with similar properties.  It is important to distinguish between vector data formats and raster data formats.  For example, imagine an area represented by a vector data model: it is composed of a border, which separates the interior from the exterior of the surface. The same area represented by a raster data model consists of several grid cells.  There is no border existing as a separating line. Thus, the algorithms implemented for vector data models are not valid for raster data models. In the following example, we only show
  • 29. TOPOLOGY AND SPACIAL RELATIONSHIPS  The basic idea is based on the concept that each element is composed of a boundary (b), an interior (i), and an exterior (e). The concept of interior, boundary and complement (exterior) are defined in the general topology.  Boundary  The boundary consists of points or lines that separate the interior from the exterior. The edge of a line consists of the endpoints. The boundary of a polygon is the line that defines the perimeter.  Interior  The interior of an object consists of points, lines or areas that are in the object but do not belong boundary.  Complement  The complement, also called exterior, consists of the points, lines and areas which are not in the object.
  • 30. TOPOLOGY AND SPACIAL RELATIONSHIPS  Disjoint  There is no intersection area between object A and object B. Test for disjoint.  Meet  Object A and object B meet at the boundary. The boundaries meet, but not the interior. Two geometry objects meet if the boundaries touch. Test for touch.  Overlap  Object A and object B overlap. Test for intersect (inversion of disjoint).  Contains  Object A contains object B. Test whether the initial geometry object encloses a different geometry object. The interior and the boundary of an object are completely inside of the other object.
  • 31. TOPOLOGY AND SPACIAL RELATIONSHIPS  Inside  Object B lies inside object A. It is the opposite of "contain". If A is inside B, then B contains A.  Covers  Object A covers object B. The interior of an object is completely inside the other object and the boundaries intersect.  Covered by  Object B is covered by object A. It is the opposite of "covers". If A is covered by B, then B covers A.  Equal  Object B and object A match. Test for equality of the initial geometry object and a different geometry object.
  • 36. ORGANISING AND MANAGING SPACIAL DATA
  • 38. THE TEMPORAL DIMENTION although the vast majority of GISs currently work only in two dimensions, across the plane, certain applications require the addition of other dimensions, namely time or elevation/depth most geological applications require a consideration of attributes in the vertical dimension as well as the horizontal ones temporal variations are important in many economic and social studies oceanographic and meteorological models need to consider variations both in the vertical and the temporal dimensions time dependence adds a third dimension to spatial data, just as the vertical dimension does computer science deals with time dependence of records in databases records may be valid only for limited times the geographical cases are more complex objects may have limited existence, but may also move, change shape, and change attributes
  • 40. THE TEMPORAL DIMENTION  Kind of questions involves time include:  Where and when did something happen?  How fast did this change occur?  In which order did the change happen?  Types:  Discrete and continuous time  Valid time and transaction time  Linear, branching and cyclic time  Time granularity  Absolute and relative time.
  • 41. THANK YOU! TYBSC IT SEM VI PROF. ARTI GAVAS ANNA LEELA COLLEGE OF COMMERCE AND ECONOMICS, SHOBHA JAYARAM SHETTY COLLGE FOR BMS, KURLA