SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

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
 

Tendances (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
 

Similaire à 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
 

Similaire à 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
 

Plus de 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
 

Plus de 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
 

Dernier

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Dernier (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

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