SlideShare ist ein Scribd-Unternehmen logo
1 von 44
Seminar on
GIS Analysis Functions
Contents
• Introduction
• Data Analysis Functions
• Selection and measurement
• Overlay Analysis
• Neighbourhood Operations
• Connectivity Analysis
• Conclusion
• References
Introduction
Among the techniques and tools capable of
assisting in resources identification, mapping, and
utilization, GIS ( Geographic Information System) has
had the most spectacular growth. Within a few years
of its formal introduction, GIS has come to influence
each and every dimension of resource science.
GIS are designed to accept, organize, statistically
analyse, and display diverse types of spatial data. These
aspects are digitally referenced to a common
coordinate system of particular projection and scale.
GIS and its subsystems
Marble and Peuquet (1983) defined four main
subsystems of GIS.
GIS subsystems-
 Input- get spatial and attribute data into the GIS. The
data is collected from various sources.
 Preprocessing- organise data for retrieval and editing.
It allows managing, viewing and editing the database.
 Analysis- perform tasks on the data. With this
subsystem, spatial analysis is conducted to create
information.
 output – create thematic maps, models and statistics.
Data Analysis Functions
Analyzing geographic data requires critical
thinking and reasoning. Patterns,
associations, connections, interactions, and
evidence of change through time and over
space are sought for. GIS functions assist in
analysis that helps to evaluate, estimate,
predict, interpret, and understand spatial
data.
Analysis Function Categories
Selection and Measurement
Overlay Analysis
Neighbourhood Operations
Connectivity Analysis
Selection and measurement
Selection is not an analysis function, but it is
an important first step for many analysis
functions. Due to its heavy use in the analytical
phase, however, it is included. Measurement is
easier to justify as an analytical process because
numbers that describe features are generated by
these functions.
There are two selection processes-
1) Attribute query
2) Spatial selection
Attribute query(Boolean Selection)
An attribute query is a way to search for and retrieve
records of features in a set of data based on its
attribute values. Attribute query is a vector process.
An attribute query is any SQL ( Standard Query
Language) query used to select map features based on
their attribute values. Attribute queries use Boolean
algebra (AND, OR, XOR, NOT), set algebra (>, <, =, >=,
<=), arithmetic operators (=, -, *, /), and user-defined
values. Such queries are fundamental and an important
first step in defining, working with, and
analyzing GIS data. The GIS compares the values in an
attribute field with a query expression that the user
defines.
What is spatial analysis?
• Spatial analysis the crux of GIS because it
includes all of the transformations,
manipulations, and methods that can be
applied to geographic data to add value to
them, to support decisions, and to reveal
patterns and anomalies that are not
immediately obvious.
• Spatial analysis is the process by which we
turn raw data into useful information.
Types of Spatial Analysis
• Queries and reasoning
• Measurements
– Aspects of geographic data, length, area, etc.
• Transformations
– New data, raster to vector, geometric rules
• Descriptive summaries
– Essence of data in 1 or 2 parameters
• Optimization - ideal locations, routes
• Hypothesis testing - sample to entire pop.
Types of Spatial Analysis
• Queries and reasoning are the most basic of
analysis operations, in which the GIS is used
to answer simple questions posed by the user.
• No changes occur in the database and no new
data are produced.
• Measurements are simple numerical values
that describe aspects of geographic data.
• They include measurement of simple
properties of objects, such as length, area, or
shape, and of the relationships between pairs
of objects, such as distance or direction.
• Transformations are simple methods of
spatial analysis that change data sets by
combining them or comparing them to obtain
new data sets and eventually new insights.
• Transformations use simple geometric,
arithmetic, or logical rules, and they include
operations that convert raster data to vector
data or vice versa.
• Descriptive summaries attempt to capture
the essence of a data set in one or two
numbers.
• They are the spatial equivalent of the
descriptive statistics commonly used in
statistical analysis, including the mean and
standard deviation.
• Optimization techniques are normative in
nature, designed to select ideal locations for
objects given certain well-defined criteria.
• They are widely used in market research, in
the package delivery industry, and in a host of
other applications.
• Hypothesis testing focuses on the process of
reasoning from the results of a limited sample to
make generalizations about an entire population.
• It allows us, for example, to determine whether a
pattern of points could have arisen by chance
based on the information from a sample.
• Hypothesis testing is the basis of inferential
statistics and forms the core of statistical analysis,
but its use with spatial data can be problematic.
Spatial analysis can be
• inductive, to examine empirical evidence in
the search for patterns that might support
new theories or general principles, in this case
with regard to disease causation.
• deductive, focusing on the testing of known
theories or principles against data
• normative, using spatial analysis to develop or
prescribe new or better designs
Spatial Selection
Spatial selection chooses features from the
map interface.
In most cases, it selects features from one layer
that fall within or touches an edge
of polygon features in a second layer (or an
interactively drawn graphic polygon). Spatial
query operations generally are not available in
raster-based GIS packages even though these
packages have Standard Query Language
attribute data queries.
Overlay Analysis
Map overlay is an important technique for integrating
data derived from various sources and perhaps is the basic
key function in GIS data analysis and modelling surfaces.
Map overlay is a process by which it is possible to take two or
more different thematic maps of the same area and
overlay them on top of the other to form a composite new
layer.
This technique is used for the overlay of vector data on a
raster background image overlays where new spatial data
sets are created involving the merger of data from two or
more input data layers to create a new output data layer.
One of the most
important benefits of
overlay analysis of GIS
data is the ability to
spatially interrelate
multiple types of
information stemming
from a range of sources.
Overlay
• Overlay – Union
• Overlay – Intersect
• Overlay – Identity
• Overlay – Symmetrical Difference
• Overlay Functions Potential Problems
Intersection-
Intersection computes the
geometric intersection of all
of the polygons in the input
layers (Figure A). Any
polygon or portion of a
polygon that falls outside of
the common area is
discarded from the output
layer. The new polygon
layer can possess the
attribute data of the
features in the input layers.
Union-
Union combines the
features of input polygon
layers ( Figure B). All
polygons from the input
layers are included in the
output polygon layer. It
can also possess the
combined attribute data
of the input polygon
layers.
• Clip-
Clip removes those
features (or portions of
features) from an input
polygon layer that overlay
with features from a clip
polygon layer (Figure
C). The clip layer removes
features (and portions of
features) that fall inside
the clip layer.
Vector overlay
Vector GIS displays the locations or all objects
stored using points and arcs. Attributes and entity
types can be displayed by varying colours, line
patterns, and point symbols.
There are three types of vector overlay operations:
1) Polygon on polygon is where one polygon layer is
superimposed over another polygon layer to create a
new output polygon layer.
The resultant polygons may contain some or all of the
attributes from the polygons in which they were
created.
• Several types of polygon on polygon overlay
exist, including intersection (A and B), union
(A or B), and clip (A not B).
• The Boolean operators work both on the
attribute table and the geography.
2)Point in polygon is where a layer of point features is
superimposed over a layer of polygon features. The
two layers produce a point layer that includes
attributes from the surrounding input layer polygons
. Other point attributes can be aggregated (summed,
averaged, etc.) and included as attributes in the
polygon’s data file. The transferring of attributes based
on their geographic position is called a spatial join.
3) Line on polygon is similar to point in polygon, but lines
are superimposed on polygons. This type of spatial
join either joins polygon attributes to line features
falling within them or counts and aggregates line
attribute data to the polygon layer’s data file.
Raster Overlay
Raster data structure is represented by grid
cells. A point is represented by a single cell, a
line, by a string of cells and an area, by a
group of cells. Raster overlay can be
performed by using map algebra or
mathematics. Using map algebra, input layers
may be added, subtracted, multiplied or
divided to produce an output value.
overlay
Neighbourhood Operations
• Neighbourhood operations, also called proximity
analyses, consider the characteristics of
neighbouring areas around a specific
location. These functions either modify existing
features or create new feature layers, which are
influenced, to some degree, by the distance from
existing features.
• All GIS programs provide some neighbourhood
analyses, which include buffering, interpolation,
Theissen polygons, and various topographic
functions.
Buffering-
Buffering creates physical zones around
features. These “buffers” are usually
based on specific straight-line distances
from selected features ( in
Figure). Buffers, common to both raster
and vector systems, are created around
point, line, or polygon features. The
resulting buffers are placed in an output
polygon feature layer. Once complete,
buffer layers are used to determine which
features (in other layers) occur either
within or outside the buffers (spatial
queries), to perform overlay, or to
measure the area of the buffer
zone. They are the most used
neighbourhood
operation.
Figure a: Buffering around a selected line
feature.
Interpolation-
Interpolation is a method of predicting
unknown values using the known values at
neighbouring locations. Since it is impractical
to take measurements at all locations across
an area due to money, time, legal, and physical
constraints, interpolation between known
pixel values (sampled locations) is done. With
interpolation, a continuous surface like
elevation, temperature, and soil characteristics
can be created. Because of its continuous
nature, interpolation is only available within
raster-based systems.
Figure b: Interpolating between point features.
The red dots are the points where values are
known.
The grey cells are the estimated data based on
the
known values.
• Theissen polygons
Theissen polygons are
boundaries created around
a set of points in such a way
that the polygon boundaries
are equidistant from the
neighbouring
points. Thiessen Polygons
are basically used to predict
the values at surrounding
points from a single point
observation.
Figure c: Creating Theissen
polygons from point
features.
• Topographic Functions-
Topography refers to the surface
characteristics ie the hills, valleys and plains of
which it is comprised, the topography is
defined by the elevation of each location
within the area.
Topographic functions are used to
calculate values that describe the topography
at a specific geographic location.
Digital Elevation Models (DEMs) are
used to represent a terrain’s surface.
The most commonly calculated terrain
parameters by using the elevation data of the
neighbouring points are
• Slope ( rate of change of elevation)
• Aspect ( The direction that a surface faces)
• Hillshading ( A lighting effect which mimics
the sun to highlight hills and valleys)
Connectivity Analysis
Connectivity analysis use functions that
accumulate values over an area travelled. Most
often, these include the analysis of surfaces and
networks. Connectivity analyses include network
analysis, spread functions, and visibility analysis.
Vector-based systems generally focus on
network analysis capabilities. Raster-based
systems provide visibility analysis and
sophisticated spread function capabilities.
• Spread Functions-
Spread Functions are raster analysis
techniques that determine paths through space
by considering how phenomena spread over an
area in all directions but with different
resistances.
• Network Analysis-
Network Analysis involve analysing the flow
of networks- a connected set of lines and point
nodes. These linear networks most often
represent features such as rivers, transportation
corridors and utilities.
Conclusion
• GIS uses spatial analysis functions to answer
questions about the real world.
• Once the data input process is complete and
the GIS layers are preprocessed, the analysis
stage can be initiated.
• Data analysis helps to evaluate, estimate,
predict, interpret, and understand spatial
data.
References
• M. Anji Reddy ,Textbook of Remote sensing and GIS,
Fourth Edition, pg 421-439
• P. A. Burrough , Principles of Geographical Information
Systems for Land Resources Assessment
• giscommns.org/analysis/
• http://www.slideshare.net/sadamkhan1401933/gis-
analysis-functions
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsUday kumar Devalla
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate systemMohsin Siddique
 
Network analysis in gis
Network analysis in gisNetwork analysis in gis
Network analysis in gisstudent
 
Image interpretation keys & image resolution
Image interpretation keys & image resolutionImage interpretation keys & image resolution
Image interpretation keys & image resolutionPramoda Raj
 
Digital image processing
Digital image processingDigital image processing
Digital image processingVandana Verma
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatialSumant Diwakar
 
Vector data model
Vector data model Vector data model
Vector data model Pramoda Raj
 
Raster data model
Raster data modelRaster data model
Raster data modelPramoda Raj
 
Application of gis & rs in urban planning
Application of gis & rs in urban planning Application of gis & rs in urban planning
Application of gis & rs in urban planning sathish1446
 
Applications of gis
Applications of gisApplications of gis
Applications of gisPramoda Raj
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIP.K. Mani
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysisAbdul Raziq
 
Application of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban PlanningApplication of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban PlanningKARTHICK KRISHNA
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GISAl Nahian Avro
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA QueryKU Leuven
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysisArindam Sarkar
 
Introduction to remote sensing and gis
Introduction to remote sensing and gisIntroduction to remote sensing and gis
Introduction to remote sensing and gisMohsin Siddique
 

Was ist angesagt? (20)

Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and Sensors
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
Network analysis in gis
Network analysis in gisNetwork analysis in gis
Network analysis in gis
 
Image interpretation keys & image resolution
Image interpretation keys & image resolutionImage interpretation keys & image resolution
Image interpretation keys & image resolution
 
georeference
georeferencegeoreference
georeference
 
Raster data and Vector data
Raster data and Vector dataRaster data and Vector data
Raster data and Vector data
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
 
Vector data model
Vector data model Vector data model
Vector data model
 
Raster data model
Raster data modelRaster data model
Raster data model
 
Application of gis & rs in urban planning
Application of gis & rs in urban planning Application of gis & rs in urban planning
Application of gis & rs in urban planning
 
Applications of gis
Applications of gisApplications of gis
Applications of gis
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANI
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
Application of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban PlanningApplication of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban Planning
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
 
Introduction to remote sensing and gis
Introduction to remote sensing and gisIntroduction to remote sensing and gis
Introduction to remote sensing and gis
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 

Andere mochten auch

Iirs overview -Remote sensing and GIS application in Water Resources Management
Iirs overview -Remote sensing and GIS application in Water Resources ManagementIirs overview -Remote sensing and GIS application in Water Resources Management
Iirs overview -Remote sensing and GIS application in Water Resources ManagementTushar Dholakia
 
Topic 2 area & volume
Topic 2   area & volumeTopic 2   area & volume
Topic 2 area & volumekmasz kamal
 
Area & volume 3
Area & volume  3Area & volume  3
Area & volume 3Mital Damani
 
Computation of area
Computation of areaComputation of area
Computation of areaKavin Raval
 
Basics Of Surveying
Basics Of SurveyingBasics Of Surveying
Basics Of Surveyingstooty s
 
Area and Volume Survey Engineering (RZ)
Area and Volume Survey Engineering (RZ)Area and Volume Survey Engineering (RZ)
Area and Volume Survey Engineering (RZ)Riezat Zainal
 
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENTAPPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENTSriram Chakravarthy
 
Fundamental operations
Fundamental operationsFundamental operations
Fundamental operationssrinivas2036
 

Andere mochten auch (11)

Iirs overview -Remote sensing and GIS application in Water Resources Management
Iirs overview -Remote sensing and GIS application in Water Resources ManagementIirs overview -Remote sensing and GIS application in Water Resources Management
Iirs overview -Remote sensing and GIS application in Water Resources Management
 
Topic 2 area & volume
Topic 2   area & volumeTopic 2   area & volume
Topic 2 area & volume
 
Area & volume 3
Area & volume  3Area & volume  3
Area & volume 3
 
Area & Volume
Area & VolumeArea & Volume
Area & Volume
 
Computation of area
Computation of areaComputation of area
Computation of area
 
Digital elevation model in GIS
Digital elevation model in GISDigital elevation model in GIS
Digital elevation model in GIS
 
Basics Of Surveying
Basics Of SurveyingBasics Of Surveying
Basics Of Surveying
 
SA:V prac
SA:V pracSA:V prac
SA:V prac
 
Area and Volume Survey Engineering (RZ)
Area and Volume Survey Engineering (RZ)Area and Volume Survey Engineering (RZ)
Area and Volume Survey Engineering (RZ)
 
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENTAPPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
 
Fundamental operations
Fundamental operationsFundamental operations
Fundamental operations
 

Ähnlich wie Seminar on gis analysis functions

Unit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptxUnit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptxe20ag004
 
GettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xGettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xmukti subedi
 
Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Pramoda Raj
 
TYBSC IT PGIS Unit IV Spacial Data Analysis
TYBSC IT PGIS Unit IV  Spacial Data AnalysisTYBSC IT PGIS Unit IV  Spacial Data Analysis
TYBSC IT PGIS Unit IV Spacial Data AnalysisArti Parab Academics
 
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 sensingmulugeta48
 
Applied GIS - 3022.pptx
Applied GIS - 3022.pptxApplied GIS - 3022.pptx
Applied GIS - 3022.pptxtemesgenabebe1
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)John Lanser
 
gislec1.ppt
gislec1.pptgislec1.ppt
gislec1.pptfelip19
 
Review presentation for Orientation 2014
Review presentation for Orientation 2014Review presentation for Orientation 2014
Review presentation for Orientation 2014DUSPviz
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureKiranmai nalla
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxWageYado
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxWageYado
 
Introduction to image processing and pattern recognition
Introduction to image processing and pattern recognitionIntroduction to image processing and pattern recognition
Introduction to image processing and pattern recognitionSaibee Alam
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxUniversity of Colombo
 
Geographic information system
Geographic information systemGeographic information system
Geographic information systemKamrul Islam Karim
 
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...IOSR Journals
 
Vector data model
Vector data modelVector data model
Vector data modelPramoda Raj
 

Ähnlich wie Seminar on gis analysis functions (20)

TerraWorld
TerraWorldTerraWorld
TerraWorld
 
Unit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptxUnit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptx
 
GettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xGettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10x
 
Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Data models in geographical information system(GIS)
Data models in geographical information system(GIS)
 
TYBSC IT PGIS Unit IV Spacial Data Analysis
TYBSC IT PGIS Unit IV  Spacial Data AnalysisTYBSC IT PGIS Unit IV  Spacial Data Analysis
TYBSC IT PGIS Unit IV Spacial Data Analysis
 
Gis Concepts 5/5
Gis Concepts 5/5Gis Concepts 5/5
Gis Concepts 5/5
 
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
 
Applied GIS - 3022.pptx
Applied GIS - 3022.pptxApplied GIS - 3022.pptx
Applied GIS - 3022.pptx
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)
 
gislec1.ppt
gislec1.pptgislec1.ppt
gislec1.ppt
 
Review presentation for Orientation 2014
Review presentation for Orientation 2014Review presentation for Orientation 2014
Review presentation for Orientation 2014
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agriculture
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
 
Introduction to image processing and pattern recognition
Introduction to image processing and pattern recognitionIntroduction to image processing and pattern recognition
Introduction to image processing and pattern recognition
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptx
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
 
Vector data model
Vector data modelVector data model
Vector data model
 

Mehr von Pramoda Raj

Aerial photography.pptx
Aerial photography.pptxAerial photography.pptx
Aerial photography.pptxPramoda Raj
 
Siwalik- Stratigraphy
Siwalik- StratigraphySiwalik- Stratigraphy
Siwalik- StratigraphyPramoda Raj
 
Hydrogeology
HydrogeologyHydrogeology
HydrogeologyPramoda Raj
 
Waves and their significance
Waves and their significanceWaves and their significance
Waves and their significancePramoda Raj
 
coastal erosion
coastal erosioncoastal erosion
coastal erosionPramoda Raj
 
Karst topography
Karst topographyKarst topography
Karst topographyPramoda Raj
 
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 Raj
 
Upsc geologist syllabus exam pattern
Upsc geologist syllabus exam patternUpsc geologist syllabus exam pattern
Upsc geologist syllabus exam patternPramoda Raj
 
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 managementPramoda Raj
 
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 Raj
 
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 managementPramoda Raj
 
Disaster management system in India
Disaster management system in IndiaDisaster management system in India
Disaster management system in IndiaPramoda Raj
 
International organizations in disaster management
International organizations in disaster managementInternational organizations in disaster management
International organizations in disaster managementPramoda Raj
 
Geological factor for canal alignment
Geological factor for canal alignmentGeological factor for canal alignment
Geological factor for canal alignmentPramoda Raj
 
Major extinction events
Major extinction eventsMajor extinction events
Major extinction eventsPramoda Raj
 
Coastal erosion and engineering aspect
Coastal erosion and engineering aspectCoastal erosion and engineering aspect
Coastal erosion and engineering aspectPramoda Raj
 
Geotextiles
GeotextilesGeotextiles
GeotextilesPramoda Raj
 
Hazard mapping
Hazard mappingHazard mapping
Hazard mappingPramoda Raj
 
Sampling techniques
Sampling techniquesSampling techniques
Sampling techniquesPramoda Raj
 

Mehr von Pramoda Raj (20)

Aerial photography.pptx
Aerial photography.pptxAerial photography.pptx
Aerial photography.pptx
 
Siwalik- Stratigraphy
Siwalik- StratigraphySiwalik- Stratigraphy
Siwalik- Stratigraphy
 
Hydrogeology
HydrogeologyHydrogeology
Hydrogeology
 
Waves and their significance
Waves and their significanceWaves and their significance
Waves and their significance
 
coastal erosion
coastal erosioncoastal erosion
coastal erosion
 
Karst topography
Karst topographyKarst topography
Karst topography
 
Glacial processes and their land forms.
Glacial processes and their land forms.Glacial processes and their land forms.
Glacial processes and their land forms.
 
Dams
Dams Dams
Dams
 
Upsc geologist syllabus exam pattern
Upsc geologist syllabus exam patternUpsc geologist syllabus exam pattern
Upsc geologist syllabus exam pattern
 
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
 
Disaster Management System in India - Notes
Disaster Management System in India - Notes Disaster Management System in India - Notes
Disaster Management System in India - Notes
 
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
 
Disaster management system in India
Disaster management system in IndiaDisaster management system in India
Disaster management system in India
 
International organizations in disaster management
International organizations in disaster managementInternational organizations in disaster management
International organizations in disaster management
 
Geological factor for canal alignment
Geological factor for canal alignmentGeological factor for canal alignment
Geological factor for canal alignment
 
Major extinction events
Major extinction eventsMajor extinction events
Major extinction events
 
Coastal erosion and engineering aspect
Coastal erosion and engineering aspectCoastal erosion and engineering aspect
Coastal erosion and engineering aspect
 
Geotextiles
GeotextilesGeotextiles
Geotextiles
 
Hazard mapping
Hazard mappingHazard mapping
Hazard mapping
 
Sampling techniques
Sampling techniquesSampling techniques
Sampling techniques
 

KĂźrzlich hochgeladen

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A BeĂąa
 

KĂźrzlich hochgeladen (20)

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 

Seminar on gis analysis functions

  • 2. Contents • Introduction • Data Analysis Functions • Selection and measurement • Overlay Analysis • Neighbourhood Operations • Connectivity Analysis • Conclusion • References
  • 3. Introduction Among the techniques and tools capable of assisting in resources identification, mapping, and utilization, GIS ( Geographic Information System) has had the most spectacular growth. Within a few years of its formal introduction, GIS has come to influence each and every dimension of resource science. GIS are designed to accept, organize, statistically analyse, and display diverse types of spatial data. These aspects are digitally referenced to a common coordinate system of particular projection and scale.
  • 4. GIS and its subsystems Marble and Peuquet (1983) defined four main subsystems of GIS. GIS subsystems-  Input- get spatial and attribute data into the GIS. The data is collected from various sources.  Preprocessing- organise data for retrieval and editing. It allows managing, viewing and editing the database.  Analysis- perform tasks on the data. With this subsystem, spatial analysis is conducted to create information.  output – create thematic maps, models and statistics.
  • 5. Data Analysis Functions Analyzing geographic data requires critical thinking and reasoning. Patterns, associations, connections, interactions, and evidence of change through time and over space are sought for. GIS functions assist in analysis that helps to evaluate, estimate, predict, interpret, and understand spatial data.
  • 6. Analysis Function Categories Selection and Measurement Overlay Analysis Neighbourhood Operations Connectivity Analysis
  • 7. Selection and measurement Selection is not an analysis function, but it is an important first step for many analysis functions. Due to its heavy use in the analytical phase, however, it is included. Measurement is easier to justify as an analytical process because numbers that describe features are generated by these functions. There are two selection processes- 1) Attribute query 2) Spatial selection
  • 8. Attribute query(Boolean Selection) An attribute query is a way to search for and retrieve records of features in a set of data based on its attribute values. Attribute query is a vector process. An attribute query is any SQL ( Standard Query Language) query used to select map features based on their attribute values. Attribute queries use Boolean algebra (AND, OR, XOR, NOT), set algebra (>, <, =, >=, <=), arithmetic operators (=, -, *, /), and user-defined values. Such queries are fundamental and an important first step in defining, working with, and analyzing GIS data. The GIS compares the values in an attribute field with a query expression that the user defines.
  • 9. What is spatial analysis? • Spatial analysis the crux of GIS because it includes all of the transformations, manipulations, and methods that can be applied to geographic data to add value to them, to support decisions, and to reveal patterns and anomalies that are not immediately obvious. • Spatial analysis is the process by which we turn raw data into useful information.
  • 10. Types of Spatial Analysis • Queries and reasoning • Measurements – Aspects of geographic data, length, area, etc. • Transformations – New data, raster to vector, geometric rules • Descriptive summaries – Essence of data in 1 or 2 parameters • Optimization - ideal locations, routes • Hypothesis testing - sample to entire pop.
  • 11. Types of Spatial Analysis • Queries and reasoning are the most basic of analysis operations, in which the GIS is used to answer simple questions posed by the user. • No changes occur in the database and no new data are produced.
  • 12. • Measurements are simple numerical values that describe aspects of geographic data. • They include measurement of simple properties of objects, such as length, area, or shape, and of the relationships between pairs of objects, such as distance or direction.
  • 13. • Transformations are simple methods of spatial analysis that change data sets by combining them or comparing them to obtain new data sets and eventually new insights. • Transformations use simple geometric, arithmetic, or logical rules, and they include operations that convert raster data to vector data or vice versa.
  • 14. • Descriptive summaries attempt to capture the essence of a data set in one or two numbers. • They are the spatial equivalent of the descriptive statistics commonly used in statistical analysis, including the mean and standard deviation.
  • 15. • Optimization techniques are normative in nature, designed to select ideal locations for objects given certain well-defined criteria. • They are widely used in market research, in the package delivery industry, and in a host of other applications.
  • 16. • Hypothesis testing focuses on the process of reasoning from the results of a limited sample to make generalizations about an entire population. • It allows us, for example, to determine whether a pattern of points could have arisen by chance based on the information from a sample. • Hypothesis testing is the basis of inferential statistics and forms the core of statistical analysis, but its use with spatial data can be problematic.
  • 17. Spatial analysis can be • inductive, to examine empirical evidence in the search for patterns that might support new theories or general principles, in this case with regard to disease causation. • deductive, focusing on the testing of known theories or principles against data • normative, using spatial analysis to develop or prescribe new or better designs
  • 18. Spatial Selection Spatial selection chooses features from the map interface. In most cases, it selects features from one layer that fall within or touches an edge of polygon features in a second layer (or an interactively drawn graphic polygon). Spatial query operations generally are not available in raster-based GIS packages even though these packages have Standard Query Language attribute data queries.
  • 19. Overlay Analysis Map overlay is an important technique for integrating data derived from various sources and perhaps is the basic key function in GIS data analysis and modelling surfaces. Map overlay is a process by which it is possible to take two or more different thematic maps of the same area and overlay them on top of the other to form a composite new layer. This technique is used for the overlay of vector data on a raster background image overlays where new spatial data sets are created involving the merger of data from two or more input data layers to create a new output data layer.
  • 20. One of the most important benefits of overlay analysis of GIS data is the ability to spatially interrelate multiple types of information stemming from a range of sources.
  • 21. Overlay • Overlay – Union • Overlay – Intersect • Overlay – Identity • Overlay – Symmetrical Difference • Overlay Functions Potential Problems
  • 22. Intersection- Intersection computes the geometric intersection of all of the polygons in the input layers (Figure A). Any polygon or portion of a polygon that falls outside of the common area is discarded from the output layer. The new polygon layer can possess the attribute data of the features in the input layers.
  • 23. Union- Union combines the features of input polygon layers ( Figure B). All polygons from the input layers are included in the output polygon layer. It can also possess the combined attribute data of the input polygon layers.
  • 24. • Clip- Clip removes those features (or portions of features) from an input polygon layer that overlay with features from a clip polygon layer (Figure C). The clip layer removes features (and portions of features) that fall inside the clip layer.
  • 25. Vector overlay Vector GIS displays the locations or all objects stored using points and arcs. Attributes and entity types can be displayed by varying colours, line patterns, and point symbols. There are three types of vector overlay operations: 1) Polygon on polygon is where one polygon layer is superimposed over another polygon layer to create a new output polygon layer. The resultant polygons may contain some or all of the attributes from the polygons in which they were created.
  • 26. • Several types of polygon on polygon overlay exist, including intersection (A and B), union (A or B), and clip (A not B). • The Boolean operators work both on the attribute table and the geography.
  • 27. 2)Point in polygon is where a layer of point features is superimposed over a layer of polygon features. The two layers produce a point layer that includes attributes from the surrounding input layer polygons . Other point attributes can be aggregated (summed, averaged, etc.) and included as attributes in the polygon’s data file. The transferring of attributes based on their geographic position is called a spatial join. 3) Line on polygon is similar to point in polygon, but lines are superimposed on polygons. This type of spatial join either joins polygon attributes to line features falling within them or counts and aggregates line attribute data to the polygon layer’s data file.
  • 28. Raster Overlay Raster data structure is represented by grid cells. A point is represented by a single cell, a line, by a string of cells and an area, by a group of cells. Raster overlay can be performed by using map algebra or mathematics. Using map algebra, input layers may be added, subtracted, multiplied or divided to produce an output value.
  • 30.
  • 31.
  • 32.
  • 33. Neighbourhood Operations • Neighbourhood operations, also called proximity analyses, consider the characteristics of neighbouring areas around a specific location. These functions either modify existing features or create new feature layers, which are influenced, to some degree, by the distance from existing features. • All GIS programs provide some neighbourhood analyses, which include buffering, interpolation, Theissen polygons, and various topographic functions.
  • 34. Buffering- Buffering creates physical zones around features. These “buffers” are usually based on specific straight-line distances from selected features ( in Figure). Buffers, common to both raster and vector systems, are created around point, line, or polygon features. The resulting buffers are placed in an output polygon feature layer. Once complete, buffer layers are used to determine which features (in other layers) occur either within or outside the buffers (spatial queries), to perform overlay, or to measure the area of the buffer zone. They are the most used neighbourhood operation. Figure a: Buffering around a selected line feature.
  • 35. Interpolation- Interpolation is a method of predicting unknown values using the known values at neighbouring locations. Since it is impractical to take measurements at all locations across an area due to money, time, legal, and physical constraints, interpolation between known pixel values (sampled locations) is done. With interpolation, a continuous surface like elevation, temperature, and soil characteristics can be created. Because of its continuous nature, interpolation is only available within raster-based systems. Figure b: Interpolating between point features. The red dots are the points where values are known. The grey cells are the estimated data based on the known values.
  • 36. • Theissen polygons Theissen polygons are boundaries created around a set of points in such a way that the polygon boundaries are equidistant from the neighbouring points. Thiessen Polygons are basically used to predict the values at surrounding points from a single point observation. Figure c: Creating Theissen polygons from point features.
  • 37. • Topographic Functions- Topography refers to the surface characteristics ie the hills, valleys and plains of which it is comprised, the topography is defined by the elevation of each location within the area. Topographic functions are used to calculate values that describe the topography at a specific geographic location. Digital Elevation Models (DEMs) are used to represent a terrain’s surface.
  • 38. The most commonly calculated terrain parameters by using the elevation data of the neighbouring points are • Slope ( rate of change of elevation) • Aspect ( The direction that a surface faces) • Hillshading ( A lighting effect which mimics the sun to highlight hills and valleys)
  • 39.
  • 40. Connectivity Analysis Connectivity analysis use functions that accumulate values over an area travelled. Most often, these include the analysis of surfaces and networks. Connectivity analyses include network analysis, spread functions, and visibility analysis. Vector-based systems generally focus on network analysis capabilities. Raster-based systems provide visibility analysis and sophisticated spread function capabilities.
  • 41. • Spread Functions- Spread Functions are raster analysis techniques that determine paths through space by considering how phenomena spread over an area in all directions but with different resistances. • Network Analysis- Network Analysis involve analysing the flow of networks- a connected set of lines and point nodes. These linear networks most often represent features such as rivers, transportation corridors and utilities.
  • 42. Conclusion • GIS uses spatial analysis functions to answer questions about the real world. • Once the data input process is complete and the GIS layers are preprocessed, the analysis stage can be initiated. • Data analysis helps to evaluate, estimate, predict, interpret, and understand spatial data.
  • 43. References • M. Anji Reddy ,Textbook of Remote sensing and GIS, Fourth Edition, pg 421-439 • P. A. Burrough , Principles of Geographical Information Systems for Land Resources Assessment • giscommns.org/analysis/ • http://www.slideshare.net/sadamkhan1401933/gis- analysis-functions