A "Crash Course" to Spatial Interpolation

Esri Canada GIS Centres of Excellence
30 Sept 202015:25

Summary

TLDRIn this video, Anastasios Dardis from Ezra Canada explores spatial interpolation in ArcGIS Pro, a technique for estimating values at unsampled locations using geocoded sample points. He explains two main methods: deterministic, which uses mathematical formulas, and geostatistical, employing statistical models with spatial autocorrelation. The tutorial covers popular models like IDW and Kriging, discussing their applications, advantages, and limitations. Dardis also guides viewers through the iterative process of selecting a model, setting parameters, and validating results using cross-validation, ultimately helping users apply spatial interpolation effectively.

Takeaways

  • 🌐 Spatial interpolation is a technique used to estimate values at unknown points or areas based on geocoded sample points with known values.
  • 📈 It is more efficient and cost-effective to use spatial interpolation to map unknown values at unsampled locations rather than extracting samples at every location.
  • 🔍 Spatial interpolation applies Tobler's First Law of Geography, which states that everything is related to everything else, but near things are more related than distant things.
  • 💧 It is widely used in various disciplines such as hydrology, soil, agriculture, weather, climate, atmosphere, land use, and topography.
  • 🛠️ There are two types of spatial interpolation techniques: deterministic (mathematics-based formulas) and geostatistical (statistical models with spatial autocorrelation).
  • 📊 Deterministic methods like IDW provide smooth interpolated surfaces and are easier to understand and process, while geostatistical methods like Kriging are more complex but consider distance and variation between data points.
  • 📉 IDW is efficient for large datasets and good for high spatial density, but it may not be suitable for small datasets or areas with abrupt changes.
  • 🔍 Kriging is excellent for smaller datasets, identifies interpolation errors, and considers spatial autocorrelation, but it can be computationally intensive and requires knowledge of geostatistics.
  • 🔄 The process of spatial interpolation is iterative and includes visualizing data, exploring for outliers or skewness, selecting a model, checking its accuracy, and comparing multiple models if necessary.
  • 📊 Decision trees developed by ESRI can guide the selection of the most appropriate spatial interpolation model based on various factors such as the type of information required, method complexity, and desired level of smoothness.
  • 📈 A semi-variogram is used in geostatistical methods to visualize spatial autocorrelation and help determine parameters such as the sill, range, and nugget effect.

Q & A

  • What is spatial interpolation?

    -Spatial interpolation is a technique that uses geocoded sample points with known values to estimate values at unknown points or areas. It's more efficient and cost-effective than extracting samples at every location.

  • Why is spatial interpolation important?

    -Spatial interpolation is important because it allows for the prediction of values at unsampled locations, which can be costly or impractical to directly measure. It's widely used across various disciplines such as hydrology, soil science, agriculture, weather, and climate.

  • What is Tobler's First Law of Geography, and how does it relate to spatial interpolation?

    -Tobler's First Law of Geography states that 'everything is related to everything else, but near things are more related than distant things.' This law is fundamental to spatial interpolation as it suggests that the value at an unknown location can be estimated based on the values of nearby locations.

  • What are the two types of techniques used in spatial interpolation?

    -The two types of techniques used in spatial interpolation are deterministic and geostatistical. Deterministic methods use mathematical formulas, while geostatistical methods use statistical models that consider spatial autocorrelation.

  • What is the difference between deterministic and geostatistical methods?

    -Deterministic methods, like Inverse Distance Weighting (IDW), assign values based on surrounding measured values, and they are smooth and simple to understand. Geostatistical methods, like Kriging, consider distance and variation between known data points, predict with accuracy, and identify interpolation errors, but they are more complex and computationally intensive.

  • What are the advantages and disadvantages of IDW?

    -IDW is efficient for large datasets, easy to understand, and good for high spatial density. However, it is not suitable for small datasets, assumes similar values for closer points (not good for abrupt changes), and does not consider spatial autocorrelation.

  • What are the advantages and disadvantages of Kriging?

    -Kriging considers distance and variation between data points, is prediction-based, and identifies interpolation errors. It is excellent for smaller datasets. However, it can be complex, requires knowledge of geostatistics, and cannot identify absolute min or max values outside the current range.

  • What is the role of cross-validation in spatial interpolation?

    -Cross-validation is used to check the accuracy of the spatial interpolation model by comparing the predicted values with the actual values. It helps to fine-tune the model parameters and select the best-performing model.

  • How does the semi-variogram help in spatial interpolation?

    -The semi-variogram visualizes spatial autocorrelation and helps in determining the model parameters such as the sill, range, and nugget. It aids in understanding the spatial structure of the data and in fitting the best semi-variogram model to predict values at unsampled locations.

  • What are the key parameters to consider when performing spatial interpolation?

    -Key parameters include lag size, lag tolerance, direction, angle tolerance, bandwidth, and the type of semi-variogram model (e.g., spherical, Gaussian, exponential). These parameters influence how spatial autocorrelation is measured and how values at unknown locations are predicted.

  • What tools are available in ArcGIS Pro for spatial interpolation?

    -ArcGIS Pro offers the Interpolation toolset in the Spatial Analyst toolbox for deterministic methods, the Interpolation toolset in the Geostatistical Analyst toolbox for geostatistical methods, and the Geostatistical Wizard for an interactive approach to spatial interpolation.

Outlines

00:00

🌏 Introduction to Spatial Interpolation in ArcGIS Pro

Anastasios Dardis introduces himself as a higher education developer at Ezra Canada and presents the topic of spatial interpolation in ArcGIS Pro. Spatial interpolation is a technique that estimates values at unknown points or areas using geocoded sample points. It is more efficient and cost-effective than extracting samples at every location. The method is based on Tobler's First Law of Geography, which states that everything is related, especially nearby things. Spatial interpolation is widely used in various disciplines such as hydrology, soil science, agriculture, weather, climate, atmosphere, land use, and topography. The video will discuss two types of techniques: deterministic, which uses mathematical formulas, and geostatistical, which uses statistical models with spatial autocorrelation. Deterministic methods are smoother and simpler, while geostatistical methods provide more accuracy but are more complex.

05:02

📊 Spatial Interpolation Techniques and Models

The script explains the differences between deterministic and geostatistical methods in spatial interpolation. Deterministic methods, like Inverse Distance Weighting (IDW), Natural Neighbor, Trend, and Spline, assign values based on surrounding measures, are efficient for large datasets, and are aesthetically smooth. Geostatistical methods, such as Kriging, Co-kriging, Empirical Bayesian Kriging (EBK), and others, consider distance and variation, are excellent for smaller datasets, and can identify interpolation errors. The script also mentions that IDW is not suitable for datasets with abrupt changes and does not account for spatial autocorrelation. Kriging, on the other hand, is more complex but can predict and provide accuracy measures. The tutorial will cover IDW and Kriging in detail.

10:05

🛠️ Steps and Considerations for Spatial Interpolation

The script outlines the multi-step process of spatial interpolation, which includes visualizing data for patterns or trends, exploring data for outliers or skewness, selecting a spatial interpolation model, filling in required parameters, and checking model accuracy through cross-validation. It emphasizes the importance of understanding data, using decision trees to choose the most appropriate model, and iteratively refining parameters. The tutorial also discusses the concept of semi-variograms, which are used to visualize spatial autocorrelation in geostatistical methods. The script explains how to interpret semi-variograms, including the sill, range, and nugget effect, and how these are influenced by parameters like lag size and tolerance.

15:07

📚 Conclusion and Additional Resources

The script concludes by emphasizing the importance of understanding spatial interpolation and the steps involved in the process. It mentions that the tutorial will cover how to apply the concepts learned, perform cross-validation, and identify the best model to use. The video encourages viewers to access additional resources, subscribe to the higher education listserv for updates, and follow on social media for more educational content related to ArcGIS software. The resource finder page is highlighted as a place to find a range of tutorials from ArcGIS Pro to ArcGIS Enterprise.

Mindmap

Keywords

💡Spatial Interpolation

Spatial interpolation is a technique used in Geographic Information Systems (GIS) to estimate values at unknown points based on known sample points. It is crucial for efficiently mapping areas where direct measurement is impractical or costly. In the video, spatial interpolation is the central theme, with a focus on how it applies Tobler's First Law of Geography, which states that 'everything is related to everything else, but near things are more related than distant things.'

💡Geocoded Sample Points

Geocoded sample points are specific locations that have been assigned geographic coordinates and associated values. These points are used as a basis for spatial interpolation to estimate values at other locations. The script mentions using these points to estimate ozone levels across California, illustrating how spatial interpolation can be applied in a real-world context.

💡Deterministic Methods

Deterministic methods in spatial interpolation use mathematical formulas to assign values to unknown locations based on surrounding known values. These methods are highlighted in the video as being simpler and more efficient for large datasets. An example given is the Inverse Distance Weighting (IDW), which is one of the deterministic techniques discussed.

💡Geostatistical Methods

Geostatistical methods incorporate statistical models that account for spatial autocorrelation to predict values at unknown locations. The video explains that these methods are more complex than deterministic ones but offer greater accuracy, especially for smaller datasets. Kriging is mentioned as a geostatistical method that considers both distance and variation between data points.

💡Tobler's First Law of Geography

Tobler's First Law of Geography is a fundamental concept in geography that spatial interpolation relies on. It suggests that the properties of objects are related to the properties of surrounding objects, with closer objects being more related. The video uses this law to justify why spatial interpolation is effective, as it assumes that nearby locations will have similar values.

💡Cross-validation

Cross-validation is a statistical method used to evaluate the accuracy of spatial interpolation models by comparing the predicted values with actual values. The video emphasizes the importance of cross-validation in ensuring that the chosen interpolation model performs well. It is part of the iterative process of refining the model to achieve the best results.

💡Semi-variogram

A semi-variogram is a graphical representation used in geostatistics to measure spatial autocorrelation. It helps in understanding how the variation in data is related to the distance between sample points. The video describes how to interpret a semi-variogram and its components like the sill, range, and nugget, which are crucial for selecting appropriate parameters in kriging.

💡Lag Size

Lag size refers to the distance interval used in spatial analysis to measure the degree of spatial autocorrelation. The video explains how to determine an appropriate lag size, which is essential for creating a semi-variogram and, subsequently, for selecting the right parameters in spatial interpolation models.

💡Anisotropy

Anisotropy is a property of spatial data where the statistical properties vary with direction. The video mentions that if anisotropy is present in the data, it can influence the choice of direction for spatial interpolation, which can affect the model's accuracy.

💡Spatial Analyst Toolbox

The Spatial Analyst Toolbox in ArcGIS Pro is a collection of tools used for spatial analysis, including spatial interpolation. The video mentions this toolbox as one of the resources for executing deterministic spatial interpolation methods.

💡Geostatistical Analyst Toolbox

The Geostatistical Analyst Toolbox is another set of tools in ArcGIS Pro, specifically designed for geostatistical methods of spatial interpolation. The video contrasts this toolbox with the Spatial Analyst Toolbox, noting that it is used for more complex, statistically-based interpolation techniques.

Highlights

Spatial interpolation is a technique that estimates values at unknown points using geocoded sample points.

Spatial interpolation is more efficient than extracting samples at every location.

It applies Tobler's First Law of Geography, which states that near things are more related than distant things.

Spatial interpolation is widely used in hydrology, soil, agriculture, weather, climate, atmosphere, land use, and topography.

There are two types of spatial interpolation techniques: deterministic and geostatistical.

Deterministic methods use mathematics-based formulas, while geostatistical methods use statistical models with spatial autocorrelation.

Deterministic methods are smooth, whereas geostatistical methods are less so.

Inverse Distance Weighting (IDW) is a popular deterministic method, efficient for large data sets.

Kriging is a geostatistical method that considers distance and variation between known data points.

Kriging identifies interpolation errors, demonstrating the model's performance.

Spatial interpolation is a multi-step and iterative process involving data visualization, exploration, model selection, and validation.

ESRI provides decision trees to help select the most appropriate spatial interpolation model.

Parameters for spatial interpolation models need to be defined through an iterative process of experimentation.

A semi-variogram is used to visualize spatial autocorrelation in geostatistical methods.

The nugget effect is an estimate of error affected by volume sampling and should be minimized.

Lag size, tolerance, and direction are important components in fitting the semi-variogram model.

Cross-validation is used to assess the accuracy of the spatial interpolation model.

ArcGIS Pro offers toolsets for both deterministic and geostatistical spatial interpolation methods.

The Geostatistical Wizard in ArcGIS Pro provides an interactive interface for spatial interpolation.

The resource includes three tutorials for understanding, applying, and validating spatial interpolation models.

Transcripts

play00:01

hello everyone

play00:03

my name is anastasios dardis and i'm a

play00:05

higher education developer at the

play00:07

education

play00:08

and research group at ezra canada

play00:11

in this video you will learn spatial

play00:13

interpolation in arcgis pro

play00:20

so what is spatial interpolation

play00:23

well spatial interpolation is a

play00:25

technique that uses geocoded sample

play00:28

points with values to estimate values at

play00:30

unknown point slash areas the reason

play00:33

this gis

play00:34

method exists is it because it is more

play00:36

efficient to map

play00:38

unknown values at unsampled locations

play00:40

than it is to extract samples at every

play00:42

location

play00:44

additionally extracting samples at every

play00:47

location can be quite expensive

play00:49

to predict values at unknown points

play00:52

spatial interpolation uses either

play00:54

deterministic

play00:55

or geostatistical methods which will be

play00:57

discussed in the next

play00:58

slide at its core

play01:02

spatial interpolation applies tobler's

play01:04

first law of geography

play01:06

to identify unknown values at unsampled

play01:08

areas

play01:10

for review tobler's first law states

play01:12

that everything is related to everything

play01:14

else

play01:15

but near things are more related than

play01:17

distant things

play01:19

thus we could say that spatial

play01:21

interpolation is widely used across

play01:23

disciplines

play01:24

the most popular use cases are in the

play01:26

fields of hydrology

play01:28

soil agricultural weather and climate

play01:32

atmosphere land use and topography

play01:35

here we can see an image of sample

play01:37

points in california

play01:39

collecting ozone levels and then the

play01:41

next image is interpolating those valves

play01:43

to display

play01:44

all of california

play01:50

in spatial interpolation there are two

play01:52

types of techniques

play01:54

deterministic and geostatistical

play01:57

the differences are the following

play02:00

backend

play02:01

deterministic uses mathematics-based

play02:03

formulas

play02:04

whereas geostatistical use statistical

play02:06

models with spatial autocorrelation

play02:10

what it actually does is that in

play02:11

deterministic is it assigns

play02:14

values of locations based on surrounding

play02:16

measure values

play02:17

whereas geostatistical predicts and

play02:19

provides accuracy

play02:22

as for aesthetics deterministic are

play02:24

smooth whereas geostatistical are less

play02:26

so

play02:28

and both sides have a wide range of

play02:30

tools to execute

play02:31

deterministic has inverse distance

play02:34

weighting or known as idw

play02:36

natural neighbor trend radial basis

play02:39

and spline in contrast geostatistical

play02:43

has

play02:43

cragging co-creating empirical base

play02:46

intriguing

play02:46

or known as ebk ebk regression

play02:50

ebk 3d and air interpolation

play02:53

and lastly deterministic are more simple

play02:56

to understand

play02:57

and process whereas geostatistical are

play03:00

not

play03:02

the next slide shows the concepts

play03:04

disadvantages

play03:05

and disadvantages of the most popular

play03:08

spatial interpolation model

play03:10

for the sake of time we will go through

play03:12

idw and kriging

play03:13

as they will be used in the tutorial

play03:16

natural neighbor

play03:17

spline and trend won't be used however

play03:20

you will have access to this powerpoint

play03:21

as reference when downloading the

play03:23

resource from our

play03:24

higher education page idw

play03:28

increases its distance decay weight when

play03:30

a sample location is

play03:32

relatively close to unknown location

play03:35

idw is one of the most popular as it is

play03:38

efficient for large data sets

play03:40

it's easy to understand and it's good

play03:42

for high spatial density

play03:44

however it is not good for small data

play03:47

sets it assumes that closer points have

play03:49

similar values

play03:50

which is not good for abrupt changes

play03:52

such as mountains and peaks

play03:54

and is not based on spatial

play03:56

autocorrelation

play03:59

on the other hand krigging is somewhat

play04:01

similar to idw

play04:03

except it considers distance and the

play04:05

degree of variation

play04:06

between known data points

play04:10

unlike idw trigging is prediction based

play04:13

has a wide range of methods it's

play04:15

excellence for smaller data sets

play04:17

and most importantly it identifies

play04:19

interpolation errors which demonstrates

play04:21

the model's performance

play04:24

the downside of krigging is that it can

play04:26

be complex

play04:27

and requires background knowledge of

play04:28

geostatistics when modeling

play04:31

it cannot identify values of the

play04:32

absolute min or max

play04:34

meaning that values that are higher or

play04:36

lower than the current range

play04:38

and lastly kragen can be computationally

play04:41

intensive

play04:42

indicating slower processing times

play04:45

both idw and krigging are thoroughly

play04:47

discussed in the tutorial in terms of

play04:49

how they work

play04:52

now for those of you that are not

play04:54

familiar with spatial interpolation

play04:56

it is a multi-step and iterative process

play04:59

first you visualize the data on the map

play05:02

and see if there are

play05:03

any patterns or trends with the data

play05:06

second

play05:06

you explore the data and see if there

play05:08

are any outliers or skewness

play05:10

if outliers exist you may need to remove

play05:13

it

play05:14

if the data is skewed you would have to

play05:16

perform some data transformation

play05:18

ignoring these refinement steps could

play05:20

result in accurate models

play05:24

next you pick your spatial interpolation

play05:26

model

play05:27

fill in required parameters and check

play05:29

the model's accuracy

play05:30

by looking at a preview of it and

play05:32

diagnostic statistics via cross

play05:34

validation

play05:35

which is the fifth step ideally

play05:39

it is best to have at least two models

play05:42

that way you can compare each of the

play05:43

model and select the best performing one

play05:49

now the big question is which model do

play05:51

you pick

play05:52

fortunately at esri they have developed

play05:55

decision trees

play05:56

as guidance to pinpoint the most

play05:57

appropriate models

play05:59

each decision tree asks you a question

play06:02

and it provides the result

play06:04

these are what type of information does

play06:07

your decision require

play06:09

which method requires measurement or

play06:11

model spatial

play06:13

autocorrelation what output type do you

play06:16

care most

play06:17

what is the level of assumptions and how

play06:20

complex do you want your model to be

play06:23

what type of interpolation you want

play06:26

what level smoothes do you want would

play06:28

you like to have

play06:29

uncertainty of the predicted values and

play06:32

how fast do you want to interpolate your

play06:34

model

play06:36

these are questions you should ask

play06:37

before starting the interpolation

play06:39

process

play06:42

so let's say you've selected your

play06:43

spatial interpolation models

play06:45

there are several required parameters

play06:47

you will have to fill in

play06:49

unfortunately there is no silver bullet

play06:52

to properly define the parameters

play06:54

instead it is an iterative process of

play06:57

experimentation based on a set of clues

play07:00

these clues are mining and understanding

play07:02

your data

play07:04

checking the model decision tree

play07:06

checklist

play07:07

understanding this in my variogram and

play07:10

deciding the lag size

play07:12

direction type of model and whether to

play07:14

combine

play07:15

multiple models into one that is if it

play07:17

is applicable

play07:19

you'll only interpret the semi-varigram

play07:22

whenever you've decided to use kriging

play07:24

code kriging or empirical beige

play07:26

intriguing as your spatial interpolation

play07:28

model

play07:29

a semi-varigram is essentially what

play07:31

visualizes spatial autocorrelation

play07:34

in case you're not familiar with spatial

play07:36

autocorrelation

play07:38

it is a measure of similarity between

play07:40

nearby observations

play07:42

in a semi-varigram you have to look at

play07:45

when the model flattens out

play07:47

or in other words when spatial

play07:49

autocorrelation

play07:50

ceases to exist by identifying three

play07:52

components

play07:54

the first is the sill which is the

play07:56

maximum value or semi-variance

play07:59

the second is the range which is the

play08:01

maximum distance reached

play08:04

and the third is a nugget the nugget is

play08:07

the value at which the semi-varigram is

play08:09

virtually close to the y

play08:10

value here is an image of what it would

play08:14

look like

play08:15

the nugget effect is an estimate of

play08:18

error affected by volume sampling

play08:21

if the nugget is relatively high from

play08:23

zero it implies of a large nugget effect

play08:26

which is something to avoid having in

play08:28

the model if possible

play08:31

if you do have a large nugget effect

play08:33

then there could be measurement

play08:35

inaccuracies

play08:36

regards the predictions at unsampled

play08:38

locations

play08:39

or spatial sources of variation at

play08:41

distances smaller than the sampling

play08:43

interval

play08:44

in other words it is unpredictable over

play08:47

very short distances

play08:49

that is why it is colloquially phrased

play08:51

as a nugget effect

play08:52

when gold miners come across a gold

play08:54

nugget in soils with very low

play08:56

concentrations of gold

play08:58

the best way to reduce the nugget effect

play09:00

is to increase the number of samples

play09:02

especially at closer intervals

play09:08

the sill range and nugget are impacted

play09:10

by several model parameters

play09:13

the first is lag size that defines the

play09:15

increment distance intervals

play09:17

to measure spatial autocorrelation

play09:20

determining a lag size cannot be too

play09:23

large as it would skip

play09:24

short range spatial autocorrelation

play09:27

neither too small

play09:28

as it may not represent enough

play09:30

information

play09:32

the rule of thumb is to take half of the

play09:34

largest distance among all points

play09:36

divided by the number of lags

play09:38

for example the largest distance between

play09:40

two sample points

play09:42

is a hundred kilometers and you want to

play09:44

set the number of lags to ten

play09:46

the lag size would be set to five

play09:48

kilometers another way is to execute

play09:51

average nearest neighbor tool in arcgis

play09:53

pro and take the observed mean distance

play09:57

if your sample happens to be clustered

play09:59

then go for a smaller number than the

play10:01

observed mean distance value

play10:04

next which is not required but may

play10:07

improve the model's performance

play10:08

is lag tolerance this is the tolerance

play10:11

range between lags

play10:12

usually at half the lag size which

play10:14

captures extra sample points

play10:18

increase the lag tolerance only if the

play10:20

semi-varigram seems to be erratic

play10:24

another important component is the

play10:26

direction

play10:27

this is only used when you see a

play10:29

directional pattern or influence in the

play10:31

data

play10:32

hence the term anisotropy if

play10:35

anisotropy exists in the data then set

play10:38

the angle tolerance which is

play10:40

conceptually

play10:40

similar to electron tolerance and the

play10:43

bandwidth

play10:44

which is the maximum search width to

play10:46

include other sample points

play10:49

the next is fitting the calculated semi

play10:51

variances across the log distance

play10:53

which is then used to predict data

play10:55

values at unsampled locations

play10:58

in arcgis pro there are many such as k

play11:00

bessel

play11:01

j bessel hall effect pentospherical and

play11:04

tetrospherical

play11:06

however the most popular ones are

play11:08

spherical

play11:09

gaussian and exponential given their

play11:11

simplicity and robustness

play11:15

lastly is combining multiple fitting

play11:17

models into one

play11:19

this is only to be used if you have

play11:21

other variables that would influence the

play11:23

phenomena

play11:24

such as elevation for temperature or

play11:26

biomass here are two images of what the

play11:29

parameters would look like if you were

play11:31

to do this on paper

play11:33

and on the map

play11:38

in the final step of modeling you would

play11:41

assess

play11:41

the the blue line are known as a

play11:43

semi-varigram model

play11:46

the question is does the semi-varigram

play11:48

model pass through the center of the

play11:50

cloud of bin values

play11:51

which are the red dots does it pass as

play11:55

closely as possible to the average

play11:56

values which are the blue crosses

play12:00

and does it pass as closely as possible

play12:02

through the middle of the local

play12:03

polynomials displayed as green lines

play12:06

if the answer is yes to all of them then

play12:09

you can assess the final part of

play12:10

modeling via cross validation

play12:13

cross validation contains the the

play12:15

statistic diagnostics

play12:18

these include asking the whether the

play12:20

regression line displayed as blue

play12:22

is closely aligned with the reference

play12:24

gray line

play12:25

are the points closely lined with a

play12:27

normal qq plot line

play12:29

is the mean prediction error close to

play12:31

zero

play12:32

is the root mean square as small as

play12:34

possible

play12:36

and is the average standard error

play12:38

similar to the root mean square

play12:41

if you're using ebk based methods

play12:45

further questions you need to ask is

play12:48

whether the 90

play12:49

interval is close to 90 the 95 percent

play12:52

interval is close to 95

play12:54

and the average continuous rank

play12:57

probability score

play12:58

is as small as possible if most of your

play13:01

results are within these guidelines

play13:03

then the model likely perform well and

play13:05

can be exported

play13:08

in arcgis pro there are several tool

play13:11

sets that can be used to execute spatial

play13:13

interpolation models

play13:15

the first is the interpolation toolset

play13:18

located in the spatial analyst toolbox

play13:21

this is more mathematical based on value

play13:23

and distance and is not interactive

play13:25

the other is the interpolation toolset

play13:28

located in the geostatistical analyst

play13:30

toolbox

play13:31

this one is strictly for the

play13:32

geostatistical methods

play13:35

and finally the geostatistical wizard

play13:37

which has the

play13:38

most of the spatial interpolation

play13:40

methods this graphical user interface

play13:43

is powerful as it is interactive and

play13:45

provides previews of the interpolated

play13:47

surface before exporting

play13:49

you will use this one in this tutorial

play13:55

finally when you download the resource

play13:57

it will consider a set of three

play13:58

tutorials

play14:00

see how it is structured in the folder

play14:10

part one is to have a deeper

play14:12

understanding of spatial interpolation

play14:14

which is an expansion of the video you

play14:17

are watching now

play14:18

and i highly recommend you to go through

play14:20

this one first

play14:23

part two is applying of what you've

play14:25

learned in part one

play14:26

by probably using the inverse distance

play14:29

weighting

play14:30

krigging and empirical bayesian creating

play14:32

to spatially interpolate air temperature

play14:34

in the province of new brunswick

play14:37

and part three is to perform

play14:40

cross validation and validation to

play14:42

identify which model

play14:44

is best to use

play14:52

thank you for watching the spatial

play14:53

interpolation resource

play14:55

if you're a student please subscribe to

play14:57

our higher education listserv

play14:59

where you can receive weekly updates

play15:01

regards to educational resources

play15:03

using arcgis software if you're not a

play15:06

student you can still follow us on

play15:08

twitter

play15:08

at gis ajd lastly

play15:12

if you'd like to learn more check out

play15:14

our higher education

play15:15

resource finder page and there you will

play15:17

find a range of tutorials from arcgis

play15:20

pro

play15:20

to arcgis enterprise

Rate This

5.0 / 5 (0 votes)

الوسوم ذات الصلة
Spatial AnalysisArcGIS ProGIS TutorialInterpolation MethodsGeostatisticsIDWKrigingData ModelingEnvironmental ScienceEducational Resource
هل تحتاج إلى تلخيص باللغة الإنجليزية؟