SlideShare ist ein Scribd-Unternehmen logo
1 von 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 attribute of Elevation field. (others
can also be used).
Methodology
Literature Review
Interpolating A Surface fromSample 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 values.
Interpolation
Extrapolation
Linear Interpolation
Elevation profile
Sample
elevation 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
elevation data
A
B
C
• Often results in a more
realistic interpolation
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.
RandomStrategy
Spatial Interpolation MethodsSpatialInterpolation
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 points, or within a given
search radius
 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 produce not only prediction surfaces but also
error or uncertainty surfaces, giving you an indication of
how good the predictions are
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).
They can be Local, Deterministic, and Exact.
 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 Circular
Kriging Exponential
Kriging Gaussian
Summary
Serial No. Techniques Observations
01. IDW
02. Regularized Spline
03. Tension Spline
04. Krging Universe
with
05. Krging Universe
with
Serial No. Techniques Observations
06. Krging Gussain
07. Kriging
Exponential
08. Kriging Circular
09. Kriging Spherical
 The final outcome of our experimentation is :
Conclusion

Weitere ähnliche Inhalte

Was ist angesagt?

WEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptxWEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptx
Asim Pt
 
10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt
AJAYMALIK97
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GIS
Prachi Mehta
 
GIS Standards and Interoperability
GIS Standards and InteroperabilityGIS Standards and Interoperability
GIS Standards and Interoperability
Nasr Khashoggi
 

Was ist angesagt? (20)

remote sensing
remote sensingremote sensing
remote sensing
 
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
 
Map Design and Symbology in GIS Environment
Map Design and Symbology in GIS EnvironmentMap Design and Symbology in GIS Environment
Map Design and Symbology in GIS Environment
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 
Accuracy assessment of land cover
Accuracy assessment of land coverAccuracy assessment of land cover
Accuracy assessment of land cover
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Geo referencing
Geo referencingGeo referencing
Geo referencing
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
WEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptxWEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptx
 
Components of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISComponents of Spatial Data Quality in GIS
Components of Spatial Data Quality in GIS
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GIS
 
GIS #1
GIS #1GIS #1
GIS #1
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt
 
Change detection using remote sensing and GIS
Change detection using remote sensing and GISChange detection using remote sensing and GIS
Change detection using remote sensing and GIS
 
Land cover and Land Use
Land cover and Land UseLand cover and Land Use
Land cover and Land Use
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GIS
 
Geographic Information System unit 1
Geographic Information System   unit 1Geographic Information System   unit 1
Geographic Information System unit 1
 
GIS Standards and Interoperability
GIS Standards and InteroperabilityGIS Standards and Interoperability
GIS Standards and Interoperability
 

Andere mochten auch

Arc map arcscene gis interpolation kriging method mono lake arcmap 10
Arc map arcscene gis interpolation kriging method mono lake arcmap 10Arc map arcscene gis interpolation kriging method mono lake arcmap 10
Arc map arcscene gis interpolation kriging method mono lake arcmap 10
Gis Cbs
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013
Atiqa Khan
 
Inverse distance weighting
Inverse distance weightingInverse distance weighting
Inverse distance weighting
Penchala Vineeth
 
Spatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMSpatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAM
Fumiya Nozaki
 
Interpolation
InterpolationInterpolation
Interpolation
mbhuiya6
 
interpolation
interpolationinterpolation
interpolation
8laddu8
 

Andere mochten auch (20)

iNEDI - Accuracy Improvements and Artifacts Removal in Edge Based Image Inter...
iNEDI - Accuracy Improvements and Artifacts Removal in Edge Based Image Inter...iNEDI - Accuracy Improvements and Artifacts Removal in Edge Based Image Inter...
iNEDI - Accuracy Improvements and Artifacts Removal in Edge Based Image Inter...
 
Extrapolation
ExtrapolationExtrapolation
Extrapolation
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniques
 
Image Interpolation Techniques with Optical and Digital Zoom Concepts
Image Interpolation Techniques with Optical and Digital Zoom ConceptsImage Interpolation Techniques with Optical and Digital Zoom Concepts
Image Interpolation Techniques with Optical and Digital Zoom Concepts
 
Es272 ch5b
Es272 ch5bEs272 ch5b
Es272 ch5b
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal interval
 
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
 
Arc map arcscene gis interpolation kriging method mono lake arcmap 10
Arc map arcscene gis interpolation kriging method mono lake arcmap 10Arc map arcscene gis interpolation kriging method mono lake arcmap 10
Arc map arcscene gis interpolation kriging method mono lake arcmap 10
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013
 
Comparison of Interpolation Methods in Prediction the Pattern of Basal Stem R...
Comparison of Interpolation Methods in Prediction the Pattern of Basal Stem R...Comparison of Interpolation Methods in Prediction the Pattern of Basal Stem R...
Comparison of Interpolation Methods in Prediction the Pattern of Basal Stem R...
 
GISG 112 Final Presentation
GISG 112 Final PresentationGISG 112 Final Presentation
GISG 112 Final Presentation
 
Finite difference & interpolation
Finite difference & interpolationFinite difference & interpolation
Finite difference & interpolation
 
Inverse distance weighting
Inverse distance weightingInverse distance weighting
Inverse distance weighting
 
Dtm Quality Assesment
Dtm Quality AssesmentDtm Quality Assesment
Dtm Quality Assesment
 
Data hiding using image interpolation
Data hiding using image interpolationData hiding using image interpolation
Data hiding using image interpolation
 
Spatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMSpatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAM
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 
Interpolation and extrapolation
Interpolation and extrapolationInterpolation and extrapolation
Interpolation and extrapolation
 
Interpolation
InterpolationInterpolation
Interpolation
 
interpolation
interpolationinterpolation
interpolation
 

Ähnlich wie Interpolation 2013

Remote Sensing: Interppolation
Remote Sensing: InterppolationRemote Sensing: Interppolation
Remote Sensing: Interppolation
Kamlesh Kumar
 
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
cscpconf
 
Title - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxTitle - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptx
WageYado
 

Ähnlich wie Interpolation 2013 (20)

GEOSTATISTICAL_ANALYST
GEOSTATISTICAL_ANALYSTGEOSTATISTICAL_ANALYST
GEOSTATISTICAL_ANALYST
 
Remote Sensing: Interppolation
Remote Sensing: InterppolationRemote Sensing: Interppolation
Remote Sensing: Interppolation
 
3D Analyst Lab 1
3D Analyst Lab 13D Analyst Lab 1
3D Analyst Lab 1
 
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
 
STATISTICAL_SURFACES.ppt
STATISTICAL_SURFACES.pptSTATISTICAL_SURFACES.ppt
STATISTICAL_SURFACES.ppt
 
3D Analyst - Lab
3D Analyst - Lab3D Analyst - Lab
3D Analyst - Lab
 
Improving Dtm Accuracy
Improving Dtm AccuracyImproving Dtm Accuracy
Improving Dtm Accuracy
 
Interpolation
InterpolationInterpolation
Interpolation
 
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTIONEDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
 
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTIONEDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
 
Building maps with analysis
Building maps with analysisBuilding maps with analysis
Building maps with analysis
 
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
 
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
 
Title - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxTitle - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptx
 
GIS moving towards 3rd Dimension
GIS moving towards 3rd DimensionGIS moving towards 3rd Dimension
GIS moving towards 3rd Dimension
 
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
 
geostatistics_for introduction and analysis
geostatistics_for introduction and analysisgeostatistics_for introduction and analysis
geostatistics_for introduction and analysis
 
Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics
 
Are 3D surface standard parameters discriminant for paper ?
Are 3D surface standard parameters discriminant for paper ?Are 3D surface standard parameters discriminant for paper ?
Are 3D surface standard parameters discriminant for paper ?
 
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 ...
 

Mehr von Atiqa khan

Mehr von Atiqa khan (20)

2019_Wingdings Font - Times New Roman
2019_Wingdings Font  - Times New Roman2019_Wingdings Font  - Times New Roman
2019_Wingdings Font - Times New Roman
 
English Urdu Font in Windows 10 Keyboard
English Urdu Font in Windows 10 KeyboardEnglish Urdu Font in Windows 10 Keyboard
English Urdu Font in Windows 10 Keyboard
 
2018 Solutions to Sleep Screen
2018 Solutions to Sleep Screen2018 Solutions to Sleep Screen
2018 Solutions to Sleep Screen
 
2017 Thesis Check List Doc
2017 Thesis Check List Doc2017 Thesis Check List Doc
2017 Thesis Check List Doc
 
2017 Terms in GIS Town Planning
2017 Terms in GIS Town Planning2017 Terms in GIS Town Planning
2017 Terms in GIS Town Planning
 
2017 Pictorial Differences GIS & RS
2017 Pictorial Differences GIS & RS2017 Pictorial Differences GIS & RS
2017 Pictorial Differences GIS & RS
 
2017 Response Letter to a Journal
2017 Response Letter to a Journal2017 Response Letter to a Journal
2017 Response Letter to a Journal
 
2017 How to write Author Biography for Journal
2017 How to write Author Biography for Journal2017 How to write Author Biography for Journal
2017 How to write Author Biography for Journal
 
2017 Information about NUST Engineering
2017 Information about NUST Engineering2017 Information about NUST Engineering
2017 Information about NUST Engineering
 
2017 Glossary Of Cartographic Terms
2017 Glossary Of Cartographic Terms2017 Glossary Of Cartographic Terms
2017 Glossary Of Cartographic Terms
 
2017 Types Of Orbits Brief Explanation
2017 Types Of Orbits Brief Explanation2017 Types Of Orbits Brief Explanation
2017 Types Of Orbits Brief Explanation
 
2017 IST Undergraduates Admission Guide for Fall
2017 IST Undergraduates Admission Guide for Fall2017 IST Undergraduates Admission Guide for Fall
2017 IST Undergraduates Admission Guide for Fall
 
2017 Editable Thesis Checklist PDF
2017 Editable Thesis Checklist PDF2017 Editable Thesis Checklist PDF
2017 Editable Thesis Checklist PDF
 
2017 Basics of GIS
2017 Basics of GIS2017 Basics of GIS
2017 Basics of GIS
 
2016 Tenses in Research Paper
2016 Tenses in Research Paper2016 Tenses in Research Paper
2016 Tenses in Research Paper
 
Catalog of Earth Satellite Orbits_2017
Catalog of Earth Satellite Orbits_2017Catalog of Earth Satellite Orbits_2017
Catalog of Earth Satellite Orbits_2017
 
Physiology MBBS Part 2 UHS Paper-2016
Physiology MBBS Part 2 UHS Paper-2016Physiology MBBS Part 2 UHS Paper-2016
Physiology MBBS Part 2 UHS Paper-2016
 
Islamic Studies-Ethics-Pak Studies MBBS Part 2 UHS Paper-2016
Islamic Studies-Ethics-Pak Studies MBBS Part 2 UHS Paper-2016Islamic Studies-Ethics-Pak Studies MBBS Part 2 UHS Paper-2016
Islamic Studies-Ethics-Pak Studies MBBS Part 2 UHS Paper-2016
 
Bio Chemistry MBBS Part 2 UHS Paper-2016
Bio Chemistry MBBS Part 2 UHS Paper-2016Bio Chemistry MBBS Part 2 UHS Paper-2016
Bio Chemistry MBBS Part 2 UHS Paper-2016
 
Editable CD Cover Template_2016
Editable CD Cover Template_2016Editable CD Cover Template_2016
Editable CD Cover Template_2016
 

Kürzlich hochgeladen

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
SoniaTolstoy
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
fonyou31
 

Kürzlich hochgeladen (20)

social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 

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 attribute of Elevation field. (others can also be used). Methodology
  • 10. Interpolating A Surface fromSample 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 values.
  • 13. Linear Interpolation Elevation profile Sample elevation 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 elevation data A B C • Often results in a more realistic interpolation 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. RandomStrategy
  • 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 points, or within a given search radius  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 produce not only prediction surfaces but also error or uncertainty surfaces, giving you an indication of how good the predictions are 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
  • 29. Result IDW with 8 IDW with power 2
  • 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). They can be Local, Deterministic, and Exact.
  • 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 Observations 01. IDW 02. Regularized Spline 03. Tension Spline 04. Krging Universe with 05. Krging Universe with
  • 51. Serial No. Techniques Observations 06. Krging Gussain 07. Kriging Exponential 08. Kriging Circular 09. Kriging Spherical
  • 52.  The final outcome of our experimentation is : Conclusion