SlideShare a Scribd company logo
1 of 52
In context of Arc
GIS
INTERPOLATION
TECHNIQUES
Our aim is to apply interpolation
techniques, mostly in the context of GIS.
We have discussed few of the methods
such as: Nearest
neighbor, IDW, Spline, Radial Basis
Function, and Kriging.
But we have done analysis on:
IDW, Spline (tension and registration)
and Kriging (ordinary and universal).
Introduction
The study area includes different
states of USA :
 Nevada
 Idaho – Rocky Mountains (side of Montana)
 Oregon
 Wyoming
 Utah
 Washington DC
Study Area
Google Earth
View
The data we use to achieve our goal is
of the different weather stations in
different states of the USA.
The information it includes is:
 Station Names (in text format)
 Lat/long (in degress)
 Elevation Values (in meters)
 Rain Percentage (in %)
Given Data
Map Layout
Map Layout
 The method which we adopt here is the
technique of Interpolation data from
sample points.
 As defined earlier, the software that
aid us is the Arc GIS and Arc Scene
(version 9.3) .
 Different types of interpolation
techniques gives us separate results.
 As we display the sample points on Arc
GIS, and also label them.
 We interpolate data using the
Methodology
Literature
Review
Interpolating A Surface from
Sample Point Data
Interpolation
Estimating the attribute values of
locations that are within the range
of available data using known data
values.
Extrapolation
Estimating the attribute values of
locations outside the range of
available data using known data
Interpolation
Extrapolation
Linear Interpolation
Elevation
profile
Sample
elevatio
n data
A
B
If
A = 8 feet
and
B = 4 feet
then
C = (8 + 4) / 2 =
6 feet
C
Non-linear Interpolation
Elevation
profile
Sample
elevatio
n data A
B
C
• Often
results in a
more
realistic
interpolatio
n but
estimating
missing data
values is
more complex
Sampling
Strategy
Random
Regular
Sampling
Strategies
Guarantees a good spread of
points.
Regular
Strategy
 It produces a pattern with
clustering some areas.
Random
Strategy
Spatial Interpolation
Methods
SpatialInterpolation
Methods
Global
Deterministic
Exact
Inexact
Geo-Statistical
Exact
Inexact
Local
Deterministic
Exact
Inexact
Geo-Statistical
Exact
Inexact
Global
Interpolation
Sample
data
 Uses all Known Points to estimate
a value at unsampled locations.
 More generalize estimation.
 Useful for the terrains that do
not show abrupt change.
Local Interpolation
Sample
data
• Uses a local
neighborhood to
estimate value, i.e.
closest n number of
 Uses a neighborhood of sample
points to estimate the a value at
unsampled location.
 Produce local estimation.
 Useful for abrupt changes.
Grouping of
Interpolation
Grouping
Deterministic
Geo-
Statistical
 Deterministic interpolation
techniques create surfaces from
measured points.
 A deterministic interpolation can
either force the resulting
surface to pass through the data
values or not.
Deterministic
Technique
 Geo-statistical techniques
quantify the spatial
autocorrelation among measured
points and account for the
spatial configuration of the
sample points around the
prediction location.
 Because geo-statistics is based on
statistics, these techniques
Geo-statistical
Technique
Exact Interpolation: predicts a
value that is identical to the
measured value at a sampled
location.
Inexact interpolator: predicts a
value that is different from the
measured value
Examples
Nearest
Neighbor(NN)
Predicts the value on the basis of the
perpendicular bisector between
sampled points forming Thiession
Polygons.
Produces 1 polygon per sample point,
With sample point at the center.
It weights as per the area or the
volume.
They are further divided into two more
categories.
 It is Local, Deterministic, and Exact.
Inverse Distance
Weighted (IDW)
It is advanced of Nearest Neighbor.
Here the driving force is Distance.
It includes ore observation other
than the nearest points.
It is Local, Deterministic, and Exact.
With the high power, the surface get
soother and smoother
Result
IDW with
8
IDW with power 2
IDW with power 4
IDW with power 8
Spline
Those points that are extended to the
height of their magnitude
Act as bending of a rubber sheet while
minimizing the curvature.
Can be used for the smoothing of the
surface.
Surface passes from all points.
They can be 1st , 2nd , and 3rd order:
 Regular (1st, 2nd , & 3rd )
 Tension (1st , & 2nd )
They can 2D (smoothing a contour) or 3D
(modeling a surface).
 Regularized Spline: the higher the
weight, the smoother the surface.
 Typical values are: 0.1, 0.01, 0.001, 0.5
etc
 Suitable values are: 0-5.
 Tension Spline: the higher the weight,
the coarser the surface.
 Must be greater than equal to zero
 Typical values are: 0, 1, 5, 10.
Result
Regular
Spline
Tension Spline
 The number of point are set by default
in most of the software.
 The number of points one define, all
the number are used in the calculation
 Maximum the number, smoother the
surface.
 Lesser the stiffness.
Radial Basis
Function (RBS)
Is a function that changes its
location with distance.
It can predicts a value above the
maximum and below the minimum
Basically, it is the series of exact
interpolation techniques:
 Thin-plate Spline
 Spline with Tension
 Regularized Spline
 Multi-Quadratic Function
 Inverse Multi-quadratic Spline
Trend Surface
 Produces surface that represents
gradual trend over area of interest.
 It is Local, Estimated, and Geo-
statistical.
 Examining or removing the long range
trends.
 1st Order
 2nd Order
Kirging
 It says that the distance and
direction between sample points
shows the spatial correlation that
can be used to predict the surface
 Merits: it is fast and flexible method.
 Demerit: requires a lot of decision
making
 In Kriging, the weight not only depends
upon the distance of the measured and
prediction points, but also on the
spatial arrangement of them.
 It uses data twice:
 To estimate the spatial correlation, and
 To make the predictions
 Ordinary Kriging: Suitable for the
data having trend. (e.g. mountains
along with valleys)
 Computed with constant mean “µ”
 Universal Kriging: The results are
similar to the one get from regression.
 Sample points arrange themselves
above and below the mean.
 More like a 2nd order polynomial.
Result
Ordinary
Kriging
Universal Kriging
 It quantifies the assumption that
nearby things tend to be more similar
than that are further apart.
 It measures the statistical
correlation.
 It shows that greater the distance
between two points, lesser the
similarity between them.
Semi-variogram
It can be:
 Spherical
 Circular
 Exponential
 Gaussian
Kriging Spherical
Result
Kriging
Kriging
Kriging
Summary
Serial No. Techniques Observatio
ns
01. IDW
02. Regularize
d Spline
03. Tension
Spline
04. Krging
Universe
with
05. Krging
Serial No. Techniques Observatio
ns
06. Krging
Gussain
07. Kriging
Exponentia
l
08. Kriging
Circular
09. Kriging
Spherical
 The final outcome of our
experimentation is :
Conclusion

More Related Content

What's hot

Spatial data analysis 2
Spatial data analysis 2Spatial data analysis 2
Spatial data analysis 2Johan Blomme
 
GIS Spatially Weighted Averages
GIS Spatially Weighted AveragesGIS Spatially Weighted Averages
GIS Spatially Weighted AveragesJoseph Luchette
 
Validation of digital soil maps
Validation of digital soil mapsValidation of digital soil maps
Validation of digital soil mapsExternalEvents
 
spatial interoplation in GIS
spatial interoplation in GISspatial interoplation in GIS
spatial interoplation in GISGopalKharka
 
Calibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression TechniqueCalibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression Techniqueijtsrd
 
Optimization and Statistical Learning in Geophysical Applications
Optimization and Statistical Learning in Geophysical Applications Optimization and Statistical Learning in Geophysical Applications
Optimization and Statistical Learning in Geophysical Applications AndreyVlasenko15
 
Remote Sensing: Overlay Analysis
Remote Sensing: Overlay AnalysisRemote Sensing: Overlay Analysis
Remote Sensing: Overlay AnalysisKamlesh Kumar
 
Statistics and optimization (1)
Statistics and optimization (1)Statistics and optimization (1)
Statistics and optimization (1)Tl-mohammed Altaey
 
Design Process Using Hierarchical Spatial Reasoning Theory And Gis
Design Process Using Hierarchical Spatial Reasoning Theory And GisDesign Process Using Hierarchical Spatial Reasoning Theory And Gis
Design Process Using Hierarchical Spatial Reasoning Theory And Gisahmad bassiouny
 
Geostatistics for radiological characterization and sampling optimization
Geostatistics for radiological characterization and sampling optimizationGeostatistics for radiological characterization and sampling optimization
Geostatistics for radiological characterization and sampling optimizationGeovariances
 
Mapping Gradex values on the Tensift basin (Morocco)
Mapping Gradex values on the Tensift basin (Morocco)Mapping Gradex values on the Tensift basin (Morocco)
Mapping Gradex values on the Tensift basin (Morocco)IJERA Editor
 
Spatial Data Mining : Seminar
Spatial Data Mining : SeminarSpatial Data Mining : Seminar
Spatial Data Mining : SeminarIpsit Dash
 
3-IGARSS-JiongCHEN.ppt
3-IGARSS-JiongCHEN.ppt3-IGARSS-JiongCHEN.ppt
3-IGARSS-JiongCHEN.pptgrssieee
 

What's hot (20)

Spatial data analysis 2
Spatial data analysis 2Spatial data analysis 2
Spatial data analysis 2
 
GIS Spatially Weighted Averages
GIS Spatially Weighted AveragesGIS Spatially Weighted Averages
GIS Spatially Weighted Averages
 
Validation of digital soil maps
Validation of digital soil mapsValidation of digital soil maps
Validation of digital soil maps
 
3D Analyst
3D Analyst3D Analyst
3D Analyst
 
spatial interoplation in GIS
spatial interoplation in GISspatial interoplation in GIS
spatial interoplation in GIS
 
Calibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression TechniqueCalibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression Technique
 
Best guess for calc paper higher
Best guess for calc paper higherBest guess for calc paper higher
Best guess for calc paper higher
 
Optimization and Statistical Learning in Geophysical Applications
Optimization and Statistical Learning in Geophysical Applications Optimization and Statistical Learning in Geophysical Applications
Optimization and Statistical Learning in Geophysical Applications
 
Mutual information
Mutual informationMutual information
Mutual information
 
Remote Sensing: Overlay Analysis
Remote Sensing: Overlay AnalysisRemote Sensing: Overlay Analysis
Remote Sensing: Overlay Analysis
 
Statistics and optimization (1)
Statistics and optimization (1)Statistics and optimization (1)
Statistics and optimization (1)
 
Question 1
Question 1Question 1
Question 1
 
Design Process Using Hierarchical Spatial Reasoning Theory And Gis
Design Process Using Hierarchical Spatial Reasoning Theory And GisDesign Process Using Hierarchical Spatial Reasoning Theory And Gis
Design Process Using Hierarchical Spatial Reasoning Theory And Gis
 
Geostatistics for radiological characterization and sampling optimization
Geostatistics for radiological characterization and sampling optimizationGeostatistics for radiological characterization and sampling optimization
Geostatistics for radiological characterization and sampling optimization
 
test
testtest
test
 
Mapping Gradex values on the Tensift basin (Morocco)
Mapping Gradex values on the Tensift basin (Morocco)Mapping Gradex values on the Tensift basin (Morocco)
Mapping Gradex values on the Tensift basin (Morocco)
 
KrystianPaczkowski_iFEM
KrystianPaczkowski_iFEMKrystianPaczkowski_iFEM
KrystianPaczkowski_iFEM
 
Agspaper
AgspaperAgspaper
Agspaper
 
Spatial Data Mining : Seminar
Spatial Data Mining : SeminarSpatial Data Mining : Seminar
Spatial Data Mining : Seminar
 
3-IGARSS-JiongCHEN.ppt
3-IGARSS-JiongCHEN.ppt3-IGARSS-JiongCHEN.ppt
3-IGARSS-JiongCHEN.ppt
 

Similar to Interpolation 2013

3-1_geo Spatial analysis_spatial_modeling.pptx
3-1_geo Spatial analysis_spatial_modeling.pptx3-1_geo Spatial analysis_spatial_modeling.pptx
3-1_geo Spatial analysis_spatial_modeling.pptxAshwini Rao
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUEScscpconf
 
Title - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxTitle - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxWageYado
 
Building maps with analysis
Building maps with analysisBuilding maps with analysis
Building maps with analysisLindaBeale
 
Michal Erel's SIFT presentation
Michal Erel's SIFT presentationMichal Erel's SIFT presentation
Michal Erel's SIFT presentationwolf
 
Registration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with UncertaintiesRegistration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with UncertaintiesMaximeGT
 
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RFinding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RRevolution Analytics
 
Quality Management of Bathymetric Surface Modelling
Quality Management of Bathymetric Surface ModellingQuality Management of Bathymetric Surface Modelling
Quality Management of Bathymetric Surface ModellingRirin Indahyani
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysisAbdul Raziq
 
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborSatellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborNational Cheng Kung University
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Pinaki Ranjan Sarkar
 
Exercise advanced gis_and_hydrology
Exercise advanced gis_and_hydrologyExercise advanced gis_and_hydrology
Exercise advanced gis_and_hydrologyBUGINGO Annanie
 
GIS CHAPTER 4.pptnhhhhhhghghghhhhghghggh
GIS CHAPTER 4.pptnhhhhhhghghghhhhghghgghGIS CHAPTER 4.pptnhhhhhhghghghhhhghghggh
GIS CHAPTER 4.pptnhhhhhhghghghhhhghghgghpeterhaile1
 
A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...
A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...
A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...Juan Tobar
 
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSISGEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSISICL - Image Communication Laboratory
 

Similar to Interpolation 2013 (20)

3D Analyst Lab 1
3D Analyst Lab 13D Analyst Lab 1
3D Analyst Lab 1
 
Improving Dtm Accuracy
Improving Dtm AccuracyImproving Dtm Accuracy
Improving Dtm Accuracy
 
3-1_geo Spatial analysis_spatial_modeling.pptx
3-1_geo Spatial analysis_spatial_modeling.pptx3-1_geo Spatial analysis_spatial_modeling.pptx
3-1_geo Spatial analysis_spatial_modeling.pptx
 
GEOSTATISTICAL_ANALYST
GEOSTATISTICAL_ANALYSTGEOSTATISTICAL_ANALYST
GEOSTATISTICAL_ANALYST
 
3D Analyst - Lab
3D Analyst - Lab3D Analyst - Lab
3D Analyst - Lab
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
 
Title - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxTitle - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptx
 
Building maps with analysis
Building maps with analysisBuilding maps with analysis
Building maps with analysis
 
Michal Erel's SIFT presentation
Michal Erel's SIFT presentationMichal Erel's SIFT presentation
Michal Erel's SIFT presentation
 
Registration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with UncertaintiesRegistration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with Uncertainties
 
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RFinding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
 
Quality Management of Bathymetric Surface Modelling
Quality Management of Bathymetric Surface ModellingQuality Management of Bathymetric Surface Modelling
Quality Management of Bathymetric Surface Modelling
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborSatellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
 
Unit-1 Measurement and Error.pdf
Unit-1 Measurement and Error.pdfUnit-1 Measurement and Error.pdf
Unit-1 Measurement and Error.pdf
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
Exercise advanced gis_and_hydrology
Exercise advanced gis_and_hydrologyExercise advanced gis_and_hydrology
Exercise advanced gis_and_hydrology
 
GIS CHAPTER 4.pptnhhhhhhghghghhhhghghggh
GIS CHAPTER 4.pptnhhhhhhghghghhhhghghgghGIS CHAPTER 4.pptnhhhhhhghghghhhhghghggh
GIS CHAPTER 4.pptnhhhhhhghghghhhhghghggh
 
A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...
A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...
A Method for Determining and Improving the Horizontal Accuracy of Geospatial ...
 
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSISGEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
 

More from Atiqa Khan

Contra vs co vector 2013
Contra vs co vector 2013Contra vs co vector 2013
Contra vs co vector 2013Atiqa Khan
 
Koppen classification 2011
Koppen classification 2011Koppen classification 2011
Koppen classification 2011Atiqa Khan
 
Rs satellites catelogue 2012
Rs satellites catelogue 2012Rs satellites catelogue 2012
Rs satellites catelogue 2012Atiqa Khan
 
Contra vs co vector 2013
Contra vs co vector 2013Contra vs co vector 2013
Contra vs co vector 2013Atiqa Khan
 

More from Atiqa Khan (12)

Clouds 2011
Clouds 2011Clouds 2011
Clouds 2011
 
Moons 2009
Moons 2009Moons 2009
Moons 2009
 
Clouds 2011
Clouds 2011Clouds 2011
Clouds 2011
 
Pca 2012
Pca 2012Pca 2012
Pca 2012
 
Moons 2009
Moons 2009Moons 2009
Moons 2009
 
Contra vs co vector 2013
Contra vs co vector 2013Contra vs co vector 2013
Contra vs co vector 2013
 
Koppen classification 2011
Koppen classification 2011Koppen classification 2011
Koppen classification 2011
 
Dbms 2011
Dbms 2011Dbms 2011
Dbms 2011
 
Rs satellites catelogue 2012
Rs satellites catelogue 2012Rs satellites catelogue 2012
Rs satellites catelogue 2012
 
Pca 2012
Pca 2012Pca 2012
Pca 2012
 
Contra vs co vector 2013
Contra vs co vector 2013Contra vs co vector 2013
Contra vs co vector 2013
 
Array 2011
Array 2011Array 2011
Array 2011
 

Recently uploaded

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 

Interpolation 2013

  • 1. In context of Arc GIS INTERPOLATION TECHNIQUES
  • 2. Our aim is to apply interpolation techniques, mostly in the context of GIS. We have discussed few of the methods such as: Nearest neighbor, IDW, Spline, Radial Basis Function, and Kriging. But we have done analysis on: IDW, Spline (tension and registration) and Kriging (ordinary and universal). Introduction
  • 3. The study area includes different states of USA :  Nevada  Idaho – Rocky Mountains (side of Montana)  Oregon  Wyoming  Utah  Washington DC Study Area
  • 5. The data we use to achieve our goal is of the different weather stations in different states of the USA. The information it includes is:  Station Names (in text format)  Lat/long (in degress)  Elevation Values (in meters)  Rain Percentage (in %) Given Data
  • 8.  The method which we adopt here is the technique of Interpolation data from sample points.  As defined earlier, the software that aid us is the Arc GIS and Arc Scene (version 9.3) .  Different types of interpolation techniques gives us separate results.  As we display the sample points on Arc GIS, and also label them.  We interpolate data using the Methodology
  • 10. Interpolating A Surface from Sample Point Data Interpolation Estimating the attribute values of locations that are within the range of available data using known data values. Extrapolation Estimating the attribute values of locations outside the range of available data using known data
  • 13. Linear Interpolation Elevation profile Sample elevatio n data A B If A = 8 feet and B = 4 feet then C = (8 + 4) / 2 = 6 feet C
  • 14. Non-linear Interpolation Elevation profile Sample elevatio n data A B C • Often results in a more realistic interpolatio n but estimating missing data values is more complex
  • 16. Guarantees a good spread of points. Regular Strategy
  • 17.  It produces a pattern with clustering some areas. Random Strategy
  • 19. Global Interpolation Sample data  Uses all Known Points to estimate a value at unsampled locations.  More generalize estimation.  Useful for the terrains that do not show abrupt change.
  • 20. Local Interpolation Sample data • Uses a local neighborhood to estimate value, i.e. closest n number of  Uses a neighborhood of sample points to estimate the a value at unsampled location.  Produce local estimation.  Useful for abrupt changes.
  • 22.  Deterministic interpolation techniques create surfaces from measured points.  A deterministic interpolation can either force the resulting surface to pass through the data values or not. Deterministic Technique
  • 23.  Geo-statistical techniques quantify the spatial autocorrelation among measured points and account for the spatial configuration of the sample points around the prediction location.  Because geo-statistics is based on statistics, these techniques Geo-statistical Technique
  • 24. Exact Interpolation: predicts a value that is identical to the measured value at a sampled location.
  • 25. Inexact interpolator: predicts a value that is different from the measured value
  • 27. Nearest Neighbor(NN) Predicts the value on the basis of the perpendicular bisector between sampled points forming Thiession Polygons. Produces 1 polygon per sample point, With sample point at the center. It weights as per the area or the volume. They are further divided into two more categories.  It is Local, Deterministic, and Exact.
  • 28. Inverse Distance Weighted (IDW) It is advanced of Nearest Neighbor. Here the driving force is Distance. It includes ore observation other than the nearest points. It is Local, Deterministic, and Exact. With the high power, the surface get soother and smoother
  • 32. Spline Those points that are extended to the height of their magnitude Act as bending of a rubber sheet while minimizing the curvature. Can be used for the smoothing of the surface. Surface passes from all points. They can be 1st , 2nd , and 3rd order:  Regular (1st, 2nd , & 3rd )  Tension (1st , & 2nd ) They can 2D (smoothing a contour) or 3D (modeling a surface).
  • 33.  Regularized Spline: the higher the weight, the smoother the surface.  Typical values are: 0.1, 0.01, 0.001, 0.5 etc  Suitable values are: 0-5.  Tension Spline: the higher the weight, the coarser the surface.  Must be greater than equal to zero  Typical values are: 0, 1, 5, 10.
  • 36.  The number of point are set by default in most of the software.  The number of points one define, all the number are used in the calculation  Maximum the number, smoother the surface.  Lesser the stiffness.
  • 37. Radial Basis Function (RBS) Is a function that changes its location with distance. It can predicts a value above the maximum and below the minimum Basically, it is the series of exact interpolation techniques:  Thin-plate Spline  Spline with Tension  Regularized Spline  Multi-Quadratic Function  Inverse Multi-quadratic Spline
  • 38. Trend Surface  Produces surface that represents gradual trend over area of interest.  It is Local, Estimated, and Geo- statistical.  Examining or removing the long range trends.  1st Order  2nd Order
  • 39. Kirging  It says that the distance and direction between sample points shows the spatial correlation that can be used to predict the surface  Merits: it is fast and flexible method.  Demerit: requires a lot of decision making
  • 40.  In Kriging, the weight not only depends upon the distance of the measured and prediction points, but also on the spatial arrangement of them.  It uses data twice:  To estimate the spatial correlation, and  To make the predictions
  • 41.  Ordinary Kriging: Suitable for the data having trend. (e.g. mountains along with valleys)  Computed with constant mean “µ”  Universal Kriging: The results are similar to the one get from regression.  Sample points arrange themselves above and below the mean.  More like a 2nd order polynomial.
  • 44.  It quantifies the assumption that nearby things tend to be more similar than that are further apart.  It measures the statistical correlation.  It shows that greater the distance between two points, lesser the similarity between them. Semi-variogram
  • 45. It can be:  Spherical  Circular  Exponential  Gaussian
  • 50. Summary Serial No. Techniques Observatio ns 01. IDW 02. Regularize d Spline 03. Tension Spline 04. Krging Universe with 05. Krging
  • 51. Serial No. Techniques Observatio ns 06. Krging Gussain 07. Kriging Exponentia l 08. Kriging Circular 09. Kriging Spherical
  • 52.  The final outcome of our experimentation is : Conclusion