SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
32 ArcUser July–September 2004 www.esri.com
By Colin Childs, ESRI Education Services
Editorʼs note: In addition to supplying tools for spatial analysis (i.e.,
for modeling suitability, distance, or hydrology), the ArcGIS 9 Spatial
Analyst extension provides tools for spatial data analysis that apply sta-
tistical theory and techniques to the modeling of spatially referenced data.
Elevation, temperature, and contamination concentrations are types of
data that can be represented by surfaces. Each raster cell represents a mea-
surement such as a cellʼs relationship to a fixed point or specific concentra-
tion level. Because obtaining values for each cell in a raster is typically
not practical, sample points are used to derive the intervening values using
the interpolation tools in ArcGIS Spatial Analyst. This article provides an
introduction to the interpolation methods used by these tools.
GIS is all about spatial data and the tools for managing, compiling,
and analyzing that data. ArcGIS Spatial Analyst extension provides a
toolset for analyzing and modeling spatial data. A set of sample points
representing changes in landscape, population, or environment can be
used to visualize the continuity and variability of observed data across a
surface through the use of interpolation tools. These changes can be ex-
trapolated across geographic space. The morphology and characteristics
of these changes can be described. The ability to create surfaces from
sample data makes interpolation both powerful and useful.
Understanding Surfaces
Before discussing different interpolation techniques, the differences in
the methods used for surface representation need to be discussed. Each
representation is useful for specific situations. This discussion concen-
trates on the creation of a surface in the native ArcGIS grid format.
A grid representation of a surface is considered to be a functional sur-
face because for any given x,y location, it stores only a single Z value as
opposed to multiple Z values. Functional surfaces are continuous because
an x,y location has one and only one Z value regardless of the direction
from which the x,y point is approached. Functional surfaces are 2.5-di-
mensional surfaces, not true three-dimensional surfaces.
Functional surfaces can be used to represent terrestrial surfaces that
depict the earthʼs surface, statistical surfaces that describe demographic
and other types of data, and mathematical surfaces that are based on arith-
metic expressions. Surface representation in its simplest form is done
by storing x,y and Z values that define the location of a sample and the
change characteristic represented by the Z value.
Contours or isolines are used to define a common characteristic along
a line. Technically, contours join locations of equal value to each other.
In the case of a contour line representing height, it is a line drawn on a
map that connects points of equal elevation above a datum that usually
represents mean sea level.
A triangulated irregular network (TIN) is a vector data structure used
to store and display surface models. A TIN partitions geographic space
using a set of irregularly spaced data points, each of which has x-, y-,
and Z-values. These points are connected by edges that form contiguous,
nonoverlapping triangles and create a continuous surface that represents
the terrain.
A grid is a spatial data structure that defines space as an array of cells
of equal size that are arranged in rows and columns. In the case of a grid
that represents a surface, each cell contains an attribute value that repre-
sents a change in Z value. The location of the cell in geographic space is
obtained from its position relative to the gridʼs origin.
Interpolation Methods
To create a surface grid inArcGIS, the SpatialAnalyst extension employs
one of several interpolation tools. Interpolation is a procedure used to
predict the values of cells at locations that lack sampled points. It is based
on the principle of spatial autocorrelation or spatial dependence, which
measures degree of relationship/dependence between near and distant
objects.
Spatial autocorrelation determines if values are interrelated. If values
are interrelated, it determines if there is a spatial pattern. This correlation
is used to measure
n Similarity of objects within an area
n The degree to which a spatial phenomenon is correlated to itself in
space
n The level of interdependence between the variables
n Nature and strength of the interdependence
Different interpolation methods will almost always produce different results.
Points
Methods of Surface Representation
Contours
TINs Grids
Interpolation is the proce-
dure used to predict cell
values for locations that
lack sampled points.
Interpolating Surfaces
in ArcGIS Spatial Analyst
1.1 1.2 1.3 1.5 1.6 1.7 1.8
21
Interpolated Rainfall
Known Rainfall Values
1 Mile
0 0.2 0.5 0.7 1
Developer’s Corner
www.esri.com ArcUser July–September 2004 33
There are two categories of interpolation techniques: deterministic
and geostatistical. Deterministic interpolation techniques create surfaces
based on measured points or mathematical formulas. Methods such as
Inverse Distance Weight (IDW) are based on the extent of similarity of
cells while methods such as Trend fit a smooth surface defined by a math-
ematical function. Geostatistical interpolation techniques such as Kriging
are based on statistics and are used for more advanced prediction surface
modeling that also includes some measure of the certainty or accuracy of
predictions.
The characteristics of an interpolated surface can be controlled by
limiting the input points used in the calculation of output cell values.
This can be done by limiting the number of points sampled or the area
from which sampled points are taken. Specifying the maximum number
of points to be sampled will return the points closest to the output cell
location until the maximum number is reached. Alternatively, specifying
a fixed radius in map units will select only input points within the radius
distance from the center of the output cell unless there are not enough
points within that radius.
Maximum Number
The characteristics of an interpolated surface can be controlled
by limiting the input points used. Points can be limited by
specifying a maximum number of points, which will select the
nearest points until that maximum number of points is reached.
Alternatively, a radius can be specified in map units.
Fixed Radius
With Barrier
Without Barrier
Barriers, which reflect the presence of fault lines, cliffs,
streams, and other features that create linear discontinuity in
surfaces, also control how surfaces are generated. IDW and
Kriging support the use of barriers.
Many interpolation tools incorporate barriers that define and control
surface behavior in terms of smoothness and continuity. Barriers are
needed because sometimes interpolation operations should not be per-
formed across features, such as fault lines, levees, cliffs, and streams, that
create a linear discontinuity in the surface. By using barriers, changes in
the behavior of the surface can be described and enforced.
Available Interpolation Options
ArcGIS Spatial Analyst at version 9 offers several interpolation tools for
generating surface grids from point data. PointInterp, Natural Neighbors,
and Trend methods and the Topo to Raster command have been added to
the IDW, Spline, and Kriging interpolation methods that were available in
ArcGIS 8.3 Spatial Analyst. Natural Neighbor and Trend methods were
available in ArcGIS 8.3 3D Analyst, although Trend was only accessible
programmatically. Each method uses a different approach for determin-
ing the output cell values. The most appropriate method will depend on
the distribution of sample points and the phenomenon being studied.
The characteristics of an interpolated surface can be
controlled by limiting the input points used in the
calculation of output cell values.
Continued on page 34
Interpolating Surfaces in ArcGIS Spatial Analyst
Continued from page 33
34 ArcUser July–September 2004 www.esri.com
IDW
The IDW function should be used when the set of points is dense enough
to capture the extent of local surface variation needed for analysis. IDW
determines cell values using a linear-weighted combination set of sample
points. The weight assigned is a function of the distance of an input point
from the output cell location. The greater the distance, the less influence
the cell has on the output value.
Kriging
A powerful statistical interpolation method used for diverse applications
such as health sciences, geochemistry, and pollution modeling, Kriging
assumes that the distance or direction between sample points reflects a
spatial correlation that can be used to explain variation in the surface.
It fits a function to a specified number of points or all points within a
specified radius to determine the output value for each location. Kriging
is most appropriate when a spatially correlated distance or directional
bias in the data is known and is often used for applications in soil science
and geology.
The predicted values are derived from the measure of relationship in
samples using sophisticated weighted average technique. It uses a search
radius that can be fixed or variable. The generated cell values can exceed
value range of samples, and the surface does not pass through samples.
There are several types of Kriging. Ordinary Kriging, the most com-
mon method, assumes that there is no constant mean for the data over an
area mean (i.e., no trend). Universal Kriging does assume that an overrid-
ing trend exists in the data and that it can be modeled.
Inverse Distance Weighted
Spline
Spline estimates values using a mathematical function that minimizes
overall surface curvature. This results in a smooth surface that passes
exactly through the input points. Conceptually, it is like bending a sheet
of rubber so that it passes through the points while minimizing the total
curvature of the surface. It can predict ridges and valleys in the data and
is the best method for representing the smoothly varying surfaces of phe-
nomena such as temperature.
There are two variations of spline—regularized and tension. A regu-
larized spline incorporates the first derivative (slope), second derivative
(rate of change in slope), and third derivative (rate of change in the sec-
ond derivative) into its minimization calculations. Although a tension
spline uses only first and second derivatives, it includes more points in
the spline calculations, which usually creates smoother surfaces but in-
creases computation time.
Spline
Kriging
PointInterp
A method that is similar to IDW, the PointInterp function allows more
control over the sampling neighborhood. The influence of a particular
sample on the interpolated grid cell value depends on whether the sample
point is in the cellʼs neighborhood and how far from the cell being inter-
polated it is located. Points outside the neighborhood have no influence.
PointInterp
Developer’s Corner
www.esri.com ArcUser July–September 2004 35
The weighted value of points inside the neighborhood is calculated us-
ing an inverse distance weighted interpolation or inverse exponential
distance interpolation. This method interpolates a raster using point fea-
tures but allows for different types of neighborhoods. Neighborhoods can
have shapes such as circles, rectangles, irregular polygons, annuluses, or
wedges.
Natural Neighbor
Natural neighbor interpolation has many positive features, can be used for
both interpolation and extrapolation, and generally works well with clus-
tered scatter points. Another weighted-average method, the basic equa-
tion used in natural neighbor interpolation is identical to the one used in
IDW interpolation. This method can efficiently handle large input point
datasets. When using the Natural Neighbor method, local coordinates de-
fine the amount of influence any scatter point will have on output cells.
Natural Neighbor
Trend
Trend
Trend is a statistical method that finds the surface that fits the sample
points using a least-squares regression fit. It fits one polynomial equation
to the entire surface. This results in a surface that minimizes surface vari-
ance in relation to the input values. The surface is constructed so that for
every input point, the total of the differences between the actual values
and the estimated values (i.e., the variance) will be as small as possible. It
is an inexact interpolator, and the resulting surface rarely passes through
the input points. However, this method detects trends in the sample data
and is similar to natural phenomena that typically vary smoothly.
Topo to Raster
By interpolating elevation values for a raster, the Topo to Raster method
imposes constraints that ensure a hydrologically correct digital elevation
model that contains a connected drainage structure and correctly repre-
sents ridges and streams from input contour data. It uses an iterative fi-
nite difference interpolation technique that optimizes the computational
efficiency of local interpolation without losing the surface continuity of
global interpolation. It was specifically designed to work intelligently
with contour inputs.
IDW and Spline are two deterministic methods that create surfaces
from samples based on the extent of similarity or degree of smooth-
ing. However, while a spline surface passes exactly through each
sample point, an IDW will pass through none of the points. Kriging is
a geostatistical method that uses a powerful statistical technique for
predicting values derived from the measure of relationship in samples
and employs sophisticated weighted average techniques.
Conclusion
This brief introduction supplies a framework for exploring the interpola-
tion tools available in ArcGIS 9 Spatial Analyst. A more robust and com-
prehensive arsenal of tools for data exploration and spatial data analysis
is available from theArcGIS 9 GeostatisticalAnalyst extension. More in-
formation on how to perform spatial data analysis and applications for the
tools in ArcGIS 9 Spatial Analyst may be found in the product manual,
Using ArcGIS Spatial Analyst. Papers that provide background informa-
tion on interpolation methods and their application in various industries
and disciplines can be found at www.esri.com/geostatisticalanalyst.
Each of the interpolation methods available in the
ArcGIS Spatial Analyst extension uses a different
approach for determining output cells. Choose a
method based on the distribution of sample points
and the phenomenon being studied.
Krige
Spline
IDW
Distance
Z-value

Weitere ähnliche Inhalte

Was ist angesagt?

Structure of geographic data
Structure of geographic dataStructure of geographic data
Structure of geographic dataMd. Yousuf Gazi
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modelingTolasa_F
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate systemMohsin Siddique
 
Spatial Autocorrelation
Spatial AutocorrelationSpatial Autocorrelation
Spatial AutocorrelationEhsan Hamzei
 
Digital Elevation Models
Digital Elevation ModelsDigital Elevation Models
Digital Elevation ModelsBernd Flmla
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functionsPramoda Raj
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systemsVivek Srivastava
 
LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...
LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...
LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...IAEME Publication
 
Gis application on forest management
Gis application on forest managementGis application on forest management
Gis application on forest managementprahladpatel6
 
Geometric correction
Geometric correctionGeometric correction
Geometric correctionDocumentStory
 
QUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISQUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISDEVANG KAPADIA
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentationsk asadul haque
 

Was ist angesagt? (20)

Structure of geographic data
Structure of geographic dataStructure of geographic data
Structure of geographic data
 
Digital terrain model
Digital terrain modelDigital terrain model
Digital terrain model
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modeling
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
Spatial Autocorrelation
Spatial AutocorrelationSpatial Autocorrelation
Spatial Autocorrelation
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Basics of geodesy
Basics of geodesyBasics of geodesy
Basics of geodesy
 
Digital Elevation Models
Digital Elevation ModelsDigital Elevation Models
Digital Elevation Models
 
Components of GIS
Components of GISComponents of GIS
Components of GIS
 
Application of rs and gis
Application of rs and gisApplication of rs and gis
Application of rs and gis
 
Remote sensing & gis
Remote sensing & gisRemote sensing & gis
Remote sensing & gis
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 
Introduction to geomatics
Introduction to geomaticsIntroduction to geomatics
Introduction to geomatics
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
 
LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...
LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...
LAND USE /LAND COVER CLASSIFICATION AND CHANGE DETECTION USING GEOGRAPHICAL I...
 
Gis application on forest management
Gis application on forest managementGis application on forest management
Gis application on forest management
 
Raster data and Vector data
Raster data and Vector dataRaster data and Vector data
Raster data and Vector data
 
Geometric correction
Geometric correctionGeometric correction
Geometric correction
 
QUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISQUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GIS
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
 

Andere mochten auch

Interpolation and extrapolation
Interpolation and extrapolationInterpolation and extrapolation
Interpolation and extrapolationAswin Pv
 
Interpolation
InterpolationInterpolation
Interpolationmbhuiya6
 
Introduction to probability
Introduction to probabilityIntroduction to probability
Introduction to probabilityDavid Radcliffe
 
Basic Probability
Basic Probability Basic Probability
Basic Probability kaurab
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpointTiffany Deegan
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical AnalysisMohammad Tawfik
 
Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probabilityguest45a926
 
Probability Powerpoint
Probability PowerpointProbability Powerpoint
Probability Powerpointspike2904
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITYVIV13
 

Andere mochten auch (13)

Image Interpolation
Image InterpolationImage Interpolation
Image Interpolation
 
Interpolation and extrapolation
Interpolation and extrapolationInterpolation and extrapolation
Interpolation and extrapolation
 
Interpolation
InterpolationInterpolation
Interpolation
 
Introduction to probability
Introduction to probabilityIntroduction to probability
Introduction to probability
 
Basic Probability
Basic Probability Basic Probability
Basic Probability
 
Interpolation Methods
Interpolation MethodsInterpolation Methods
Interpolation Methods
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpoint
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
 
Personality
PersonalityPersonality
Personality
 
Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probability
 
Probability Powerpoint
Probability PowerpointProbability Powerpoint
Probability Powerpoint
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Personality
PersonalityPersonality
Personality
 

Ähnlich wie Interpolation

Remote Sensing: Interppolation
Remote Sensing: InterppolationRemote Sensing: Interppolation
Remote Sensing: InterppolationKamlesh Kumar
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysisAbdul Raziq
 
Unit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptxUnit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptxe20ag004
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013Atiqa Khan
 
Title - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxTitle - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxWageYado
 
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
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013Atiqa khan
 
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
 
Geographic query and analysis
Geographic query and analysisGeographic query and analysis
Geographic query and analysisMohsin Siddique
 
Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbookWaleed Liaqat
 
Spatial analysis and Analysis Tools
Spatial analysis and Analysis ToolsSpatial analysis and Analysis Tools
Spatial analysis and Analysis ToolsSwapnil Shrivastav
 

Ähnlich wie Interpolation (20)

Remote Sensing: Interppolation
Remote Sensing: InterppolationRemote Sensing: Interppolation
Remote Sensing: Interppolation
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
Unit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptxUnit 4 Spatial Analysis.pptx
Unit 4 Spatial Analysis.pptx
 
GIS & Raster
GIS & RasterGIS & Raster
GIS & Raster
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013
 
Title - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptxTitle - Interpolation methods in ArcGIS.pptx
Title - Interpolation methods in ArcGIS.pptx
 
Assignment arc gis
Assignment arc gisAssignment arc gis
Assignment arc gis
 
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
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013
 
Shortest path analysis
Shortest path analysis Shortest path analysis
Shortest path analysis
 
GIS
GISGIS
GIS
 
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
 
Geographic query and analysis
Geographic query and analysisGeographic query and analysis
Geographic query and analysis
 
MI05-MI02-91
MI05-MI02-91MI05-MI02-91
MI05-MI02-91
 
Spatial databases
Spatial databasesSpatial databases
Spatial databases
 
test
testtest
test
 
Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbook
 
Geographical information system
Geographical  information systemGeographical  information system
Geographical information system
 
Spatial analysis and Analysis Tools
Spatial analysis and Analysis ToolsSpatial analysis and Analysis Tools
Spatial analysis and Analysis Tools
 

Kürzlich hochgeladen

Grade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsGrade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsOrtegaSyrineMay
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Silpa
 
Atp synthase , Atp synthase complex 1 to 4.
Atp synthase , Atp synthase complex 1 to 4.Atp synthase , Atp synthase complex 1 to 4.
Atp synthase , Atp synthase complex 1 to 4.Silpa
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxseri bangash
 
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...Monika Rani
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Silpa
 
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIACURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIADr. TATHAGAT KHOBRAGADE
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxRenuJangid3
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learninglevieagacer
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.Silpa
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfSumit Kumar yadav
 
GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry
GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry
GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry Areesha Ahmad
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .Poonam Aher Patil
 
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body Areesha Ahmad
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusNazaninKarimi6
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxDiariAli
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY1301aanya
 
300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptxryanrooker
 

Kürzlich hochgeladen (20)

Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
Grade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsGrade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its Functions
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
 
Atp synthase , Atp synthase complex 1 to 4.
Atp synthase , Atp synthase complex 1 to 4.Atp synthase , Atp synthase complex 1 to 4.
Atp synthase , Atp synthase complex 1 to 4.
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
 
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIACURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptx
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdf
 
GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry
GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry
GBSN - Biochemistry (Unit 2) Basic concept of organic chemistry
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
 
PATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICE
PATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICEPATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICE
PATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICE
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
 
300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx
 

Interpolation

  • 1. 32 ArcUser July–September 2004 www.esri.com By Colin Childs, ESRI Education Services Editorʼs note: In addition to supplying tools for spatial analysis (i.e., for modeling suitability, distance, or hydrology), the ArcGIS 9 Spatial Analyst extension provides tools for spatial data analysis that apply sta- tistical theory and techniques to the modeling of spatially referenced data. Elevation, temperature, and contamination concentrations are types of data that can be represented by surfaces. Each raster cell represents a mea- surement such as a cellʼs relationship to a fixed point or specific concentra- tion level. Because obtaining values for each cell in a raster is typically not practical, sample points are used to derive the intervening values using the interpolation tools in ArcGIS Spatial Analyst. This article provides an introduction to the interpolation methods used by these tools. GIS is all about spatial data and the tools for managing, compiling, and analyzing that data. ArcGIS Spatial Analyst extension provides a toolset for analyzing and modeling spatial data. A set of sample points representing changes in landscape, population, or environment can be used to visualize the continuity and variability of observed data across a surface through the use of interpolation tools. These changes can be ex- trapolated across geographic space. The morphology and characteristics of these changes can be described. The ability to create surfaces from sample data makes interpolation both powerful and useful. Understanding Surfaces Before discussing different interpolation techniques, the differences in the methods used for surface representation need to be discussed. Each representation is useful for specific situations. This discussion concen- trates on the creation of a surface in the native ArcGIS grid format. A grid representation of a surface is considered to be a functional sur- face because for any given x,y location, it stores only a single Z value as opposed to multiple Z values. Functional surfaces are continuous because an x,y location has one and only one Z value regardless of the direction from which the x,y point is approached. Functional surfaces are 2.5-di- mensional surfaces, not true three-dimensional surfaces. Functional surfaces can be used to represent terrestrial surfaces that depict the earthʼs surface, statistical surfaces that describe demographic and other types of data, and mathematical surfaces that are based on arith- metic expressions. Surface representation in its simplest form is done by storing x,y and Z values that define the location of a sample and the change characteristic represented by the Z value. Contours or isolines are used to define a common characteristic along a line. Technically, contours join locations of equal value to each other. In the case of a contour line representing height, it is a line drawn on a map that connects points of equal elevation above a datum that usually represents mean sea level. A triangulated irregular network (TIN) is a vector data structure used to store and display surface models. A TIN partitions geographic space using a set of irregularly spaced data points, each of which has x-, y-, and Z-values. These points are connected by edges that form contiguous, nonoverlapping triangles and create a continuous surface that represents the terrain. A grid is a spatial data structure that defines space as an array of cells of equal size that are arranged in rows and columns. In the case of a grid that represents a surface, each cell contains an attribute value that repre- sents a change in Z value. The location of the cell in geographic space is obtained from its position relative to the gridʼs origin. Interpolation Methods To create a surface grid inArcGIS, the SpatialAnalyst extension employs one of several interpolation tools. Interpolation is a procedure used to predict the values of cells at locations that lack sampled points. It is based on the principle of spatial autocorrelation or spatial dependence, which measures degree of relationship/dependence between near and distant objects. Spatial autocorrelation determines if values are interrelated. If values are interrelated, it determines if there is a spatial pattern. This correlation is used to measure n Similarity of objects within an area n The degree to which a spatial phenomenon is correlated to itself in space n The level of interdependence between the variables n Nature and strength of the interdependence Different interpolation methods will almost always produce different results. Points Methods of Surface Representation Contours TINs Grids Interpolation is the proce- dure used to predict cell values for locations that lack sampled points. Interpolating Surfaces in ArcGIS Spatial Analyst 1.1 1.2 1.3 1.5 1.6 1.7 1.8 21 Interpolated Rainfall Known Rainfall Values 1 Mile 0 0.2 0.5 0.7 1
  • 2. Developer’s Corner www.esri.com ArcUser July–September 2004 33 There are two categories of interpolation techniques: deterministic and geostatistical. Deterministic interpolation techniques create surfaces based on measured points or mathematical formulas. Methods such as Inverse Distance Weight (IDW) are based on the extent of similarity of cells while methods such as Trend fit a smooth surface defined by a math- ematical function. Geostatistical interpolation techniques such as Kriging are based on statistics and are used for more advanced prediction surface modeling that also includes some measure of the certainty or accuracy of predictions. The characteristics of an interpolated surface can be controlled by limiting the input points used in the calculation of output cell values. This can be done by limiting the number of points sampled or the area from which sampled points are taken. Specifying the maximum number of points to be sampled will return the points closest to the output cell location until the maximum number is reached. Alternatively, specifying a fixed radius in map units will select only input points within the radius distance from the center of the output cell unless there are not enough points within that radius. Maximum Number The characteristics of an interpolated surface can be controlled by limiting the input points used. Points can be limited by specifying a maximum number of points, which will select the nearest points until that maximum number of points is reached. Alternatively, a radius can be specified in map units. Fixed Radius With Barrier Without Barrier Barriers, which reflect the presence of fault lines, cliffs, streams, and other features that create linear discontinuity in surfaces, also control how surfaces are generated. IDW and Kriging support the use of barriers. Many interpolation tools incorporate barriers that define and control surface behavior in terms of smoothness and continuity. Barriers are needed because sometimes interpolation operations should not be per- formed across features, such as fault lines, levees, cliffs, and streams, that create a linear discontinuity in the surface. By using barriers, changes in the behavior of the surface can be described and enforced. Available Interpolation Options ArcGIS Spatial Analyst at version 9 offers several interpolation tools for generating surface grids from point data. PointInterp, Natural Neighbors, and Trend methods and the Topo to Raster command have been added to the IDW, Spline, and Kriging interpolation methods that were available in ArcGIS 8.3 Spatial Analyst. Natural Neighbor and Trend methods were available in ArcGIS 8.3 3D Analyst, although Trend was only accessible programmatically. Each method uses a different approach for determin- ing the output cell values. The most appropriate method will depend on the distribution of sample points and the phenomenon being studied. The characteristics of an interpolated surface can be controlled by limiting the input points used in the calculation of output cell values. Continued on page 34
  • 3. Interpolating Surfaces in ArcGIS Spatial Analyst Continued from page 33 34 ArcUser July–September 2004 www.esri.com IDW The IDW function should be used when the set of points is dense enough to capture the extent of local surface variation needed for analysis. IDW determines cell values using a linear-weighted combination set of sample points. The weight assigned is a function of the distance of an input point from the output cell location. The greater the distance, the less influence the cell has on the output value. Kriging A powerful statistical interpolation method used for diverse applications such as health sciences, geochemistry, and pollution modeling, Kriging assumes that the distance or direction between sample points reflects a spatial correlation that can be used to explain variation in the surface. It fits a function to a specified number of points or all points within a specified radius to determine the output value for each location. Kriging is most appropriate when a spatially correlated distance or directional bias in the data is known and is often used for applications in soil science and geology. The predicted values are derived from the measure of relationship in samples using sophisticated weighted average technique. It uses a search radius that can be fixed or variable. The generated cell values can exceed value range of samples, and the surface does not pass through samples. There are several types of Kriging. Ordinary Kriging, the most com- mon method, assumes that there is no constant mean for the data over an area mean (i.e., no trend). Universal Kriging does assume that an overrid- ing trend exists in the data and that it can be modeled. Inverse Distance Weighted Spline Spline estimates values using a mathematical function that minimizes overall surface curvature. This results in a smooth surface that passes exactly through the input points. Conceptually, it is like bending a sheet of rubber so that it passes through the points while minimizing the total curvature of the surface. It can predict ridges and valleys in the data and is the best method for representing the smoothly varying surfaces of phe- nomena such as temperature. There are two variations of spline—regularized and tension. A regu- larized spline incorporates the first derivative (slope), second derivative (rate of change in slope), and third derivative (rate of change in the sec- ond derivative) into its minimization calculations. Although a tension spline uses only first and second derivatives, it includes more points in the spline calculations, which usually creates smoother surfaces but in- creases computation time. Spline Kriging PointInterp A method that is similar to IDW, the PointInterp function allows more control over the sampling neighborhood. The influence of a particular sample on the interpolated grid cell value depends on whether the sample point is in the cellʼs neighborhood and how far from the cell being inter- polated it is located. Points outside the neighborhood have no influence. PointInterp
  • 4. Developer’s Corner www.esri.com ArcUser July–September 2004 35 The weighted value of points inside the neighborhood is calculated us- ing an inverse distance weighted interpolation or inverse exponential distance interpolation. This method interpolates a raster using point fea- tures but allows for different types of neighborhoods. Neighborhoods can have shapes such as circles, rectangles, irregular polygons, annuluses, or wedges. Natural Neighbor Natural neighbor interpolation has many positive features, can be used for both interpolation and extrapolation, and generally works well with clus- tered scatter points. Another weighted-average method, the basic equa- tion used in natural neighbor interpolation is identical to the one used in IDW interpolation. This method can efficiently handle large input point datasets. When using the Natural Neighbor method, local coordinates de- fine the amount of influence any scatter point will have on output cells. Natural Neighbor Trend Trend Trend is a statistical method that finds the surface that fits the sample points using a least-squares regression fit. It fits one polynomial equation to the entire surface. This results in a surface that minimizes surface vari- ance in relation to the input values. The surface is constructed so that for every input point, the total of the differences between the actual values and the estimated values (i.e., the variance) will be as small as possible. It is an inexact interpolator, and the resulting surface rarely passes through the input points. However, this method detects trends in the sample data and is similar to natural phenomena that typically vary smoothly. Topo to Raster By interpolating elevation values for a raster, the Topo to Raster method imposes constraints that ensure a hydrologically correct digital elevation model that contains a connected drainage structure and correctly repre- sents ridges and streams from input contour data. It uses an iterative fi- nite difference interpolation technique that optimizes the computational efficiency of local interpolation without losing the surface continuity of global interpolation. It was specifically designed to work intelligently with contour inputs. IDW and Spline are two deterministic methods that create surfaces from samples based on the extent of similarity or degree of smooth- ing. However, while a spline surface passes exactly through each sample point, an IDW will pass through none of the points. Kriging is a geostatistical method that uses a powerful statistical technique for predicting values derived from the measure of relationship in samples and employs sophisticated weighted average techniques. Conclusion This brief introduction supplies a framework for exploring the interpola- tion tools available in ArcGIS 9 Spatial Analyst. A more robust and com- prehensive arsenal of tools for data exploration and spatial data analysis is available from theArcGIS 9 GeostatisticalAnalyst extension. More in- formation on how to perform spatial data analysis and applications for the tools in ArcGIS 9 Spatial Analyst may be found in the product manual, Using ArcGIS Spatial Analyst. Papers that provide background informa- tion on interpolation methods and their application in various industries and disciplines can be found at www.esri.com/geostatisticalanalyst. Each of the interpolation methods available in the ArcGIS Spatial Analyst extension uses a different approach for determining output cells. Choose a method based on the distribution of sample points and the phenomenon being studied. Krige Spline IDW Distance Z-value