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?

Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote SensingJohn Reiser
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniquesManisha Shrivastava
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysisAbdul Raziq
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingNAXA-Developers
 
HYPERSPECTRAL RS IN MINERAL MAPPING
HYPERSPECTRAL RS IN MINERAL MAPPINGHYPERSPECTRAL RS IN MINERAL MAPPING
HYPERSPECTRAL RS IN MINERAL MAPPINGAbhiram Kanigolla
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GISJoey Li
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systemsVivek Srivastava
 
Gis Applications Presentation
Gis Applications PresentationGis Applications Presentation
Gis Applications PresentationIdua Olunwa
 
Iirs lecure notes for Remote sensing –An Overview of Decision Maker
Iirs lecure notes for Remote sensing –An Overview of Decision MakerIirs lecure notes for Remote sensing –An Overview of Decision Maker
Iirs lecure notes for Remote sensing –An Overview of Decision MakerTushar Dholakia
 
Accuracy assessment of Remote Sensing Data
Accuracy assessment of Remote Sensing DataAccuracy assessment of Remote Sensing Data
Accuracy assessment of Remote Sensing DataMuhammad Zubair
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatialSumant Diwakar
 
Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)Subtain Hussain Syed
 
Vector data model
Vector data model Vector data model
Vector data model Pramoda Raj
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gisMohamed Hamed
 

Was ist angesagt? (20)

Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote Sensing
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniques
 
Resampling- GIS
Resampling- GISResampling- GIS
Resampling- GIS
 
72.gis in water resources
72.gis in water resources72.gis in water resources
72.gis in water resources
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical Mapping
 
HYPERSPECTRAL RS IN MINERAL MAPPING
HYPERSPECTRAL RS IN MINERAL MAPPINGHYPERSPECTRAL RS IN MINERAL MAPPING
HYPERSPECTRAL RS IN MINERAL MAPPING
 
Gis functions
Gis functionsGis functions
Gis functions
 
Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
 
Components of a gis
Components of a gisComponents of a gis
Components of a gis
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
 
Gis Applications Presentation
Gis Applications PresentationGis Applications Presentation
Gis Applications Presentation
 
Iirs lecure notes for Remote sensing –An Overview of Decision Maker
Iirs lecure notes for Remote sensing –An Overview of Decision MakerIirs lecure notes for Remote sensing –An Overview of Decision Maker
Iirs lecure notes for Remote sensing –An Overview of Decision Maker
 
Accuracy assessment of Remote Sensing Data
Accuracy assessment of Remote Sensing DataAccuracy assessment of Remote Sensing Data
Accuracy assessment of Remote Sensing Data
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
 
Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)
 
Vector data model
Vector data model Vector data model
Vector data model
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 

Andere mochten auch

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...Tecnick.com LTD
 
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 Conceptsmmjalbiaty
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal intervalDr. Nirav Vyas
 
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...IJERA Editor
 
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 10Gis Cbs
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013Atiqa Khan
 
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...Waqas Tariq
 
GISG 112 Final Presentation
GISG 112 Final PresentationGISG 112 Final Presentation
GISG 112 Final Presentationstevestr
 
Data hiding using image interpolation
Data hiding using image interpolationData hiding using image interpolation
Data hiding using image interpolationVikrant Arya
 
Spatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMSpatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMFumiya Nozaki
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolationVISHAL DONGA
 
Interpolation and extrapolation
Interpolation and extrapolationInterpolation and extrapolation
Interpolation and extrapolationAswin Pv
 
Interpolation
InterpolationInterpolation
Interpolationmbhuiya6
 
interpolation
interpolationinterpolation
interpolation8laddu8
 
Interpolation Generalized
Interpolation GeneralizedInterpolation Generalized
Interpolation GeneralizedMohammad Tawfik
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation Meet Patel
 

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
 
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
 
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
 
Interpolation Generalized
Interpolation GeneralizedInterpolation Generalized
Interpolation Generalized
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation
 

Ähnlich wie Interpolation 2013

Remote Sensing: Interppolation
Remote Sensing: InterppolationRemote Sensing: Interppolation
Remote Sensing: InterppolationKamlesh Kumar
 
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
 
STATISTICAL_SURFACES.ppt
STATISTICAL_SURFACES.pptSTATISTICAL_SURFACES.ppt
STATISTICAL_SURFACES.pptAtikaParvaz1
 
Interpolation
InterpolationInterpolation
Interpolationseidmmd
 
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 DISTRIBUTIONcscpconf
 
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 DISTRIBUTIONcsitconf
 
Building maps with analysis
Building maps with analysisBuilding maps with analysis
Building maps with analysisLindaBeale
 
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
 
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
 
Title - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxTitle - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxWageYado
 
GIS moving towards 3rd Dimension
GIS moving towards 3rd DimensionGIS moving towards 3rd Dimension
GIS moving towards 3rd DimensionNishant Sinha
 
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
 
geostatistics_for introduction and analysis
geostatistics_for introduction and analysisgeostatistics_for introduction and analysis
geostatistics_for introduction and analysisGadisaGeremewNegasa
 
Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics Soils FAO-GSP
 
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 ?Christophe Mercier
 
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
 

Ä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

2019_Wingdings Font - Times New Roman
2019_Wingdings Font  - Times New Roman2019_Wingdings Font  - Times New Roman
2019_Wingdings Font - Times New RomanAtiqa khan
 
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 KeyboardAtiqa khan
 
2018 Solutions to Sleep Screen
2018 Solutions to Sleep Screen2018 Solutions to Sleep Screen
2018 Solutions to Sleep ScreenAtiqa khan
 
2017 Thesis Check List Doc
2017 Thesis Check List Doc2017 Thesis Check List Doc
2017 Thesis Check List DocAtiqa khan
 
2017 Terms in GIS Town Planning
2017 Terms in GIS Town Planning2017 Terms in GIS Town Planning
2017 Terms in GIS Town PlanningAtiqa khan
 
2017 Pictorial Differences GIS & RS
2017 Pictorial Differences GIS & RS2017 Pictorial Differences GIS & RS
2017 Pictorial Differences GIS & RSAtiqa khan
 
2017 Response Letter to a Journal
2017 Response Letter to a Journal2017 Response Letter to a Journal
2017 Response Letter to a JournalAtiqa khan
 
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 JournalAtiqa khan
 
2017 Information about NUST Engineering
2017 Information about NUST Engineering2017 Information about NUST Engineering
2017 Information about NUST EngineeringAtiqa khan
 
2017 Glossary Of Cartographic Terms
2017 Glossary Of Cartographic Terms2017 Glossary Of Cartographic Terms
2017 Glossary Of Cartographic TermsAtiqa khan
 
2017 Types Of Orbits Brief Explanation
2017 Types Of Orbits Brief Explanation2017 Types Of Orbits Brief Explanation
2017 Types Of Orbits Brief ExplanationAtiqa khan
 
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 FallAtiqa khan
 
2017 Editable Thesis Checklist PDF
2017 Editable Thesis Checklist PDF2017 Editable Thesis Checklist PDF
2017 Editable Thesis Checklist PDFAtiqa khan
 
2017 Basics of GIS
2017 Basics of GIS2017 Basics of GIS
2017 Basics of GISAtiqa khan
 
2016 Tenses in Research Paper
2016 Tenses in Research Paper2016 Tenses in Research Paper
2016 Tenses in Research PaperAtiqa khan
 
Catalog of Earth Satellite Orbits_2017
Catalog of Earth Satellite Orbits_2017Catalog of Earth Satellite Orbits_2017
Catalog of Earth Satellite Orbits_2017Atiqa khan
 
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-2016Atiqa khan
 
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-2016Atiqa khan
 
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-2016Atiqa khan
 
Editable CD Cover Template_2016
Editable CD Cover Template_2016Editable CD Cover Template_2016
Editable CD Cover Template_2016Atiqa 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

SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
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 . pdfQucHHunhnh
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 

Kürzlich hochgeladen (20)

SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
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
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 

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