Select to view content in your preferred language

Geostatistical analyst layer

7331
17
11-21-2010 09:41 PM
ErnestDunwoody
Emerging Contributor
can any one tell me how to create a geostatistical analyst layer?

Sorry to have to ask such a dumb Q but ArcMAP help was helpless, yet again, on this topic.

Using the Create Geostatistical layer Toollbox requires a Geostatistical model source and an input layer.

What is this Model source? A misleading name for an ordinary layer or is it something else? Where do you get or create it?

The next box wants an Input dataset but I can't get anything to go in there, probably because the Layer I put in the first box doesn't have what it is needed. 

Sure would be helpful if the Arc Map tool help files contained helpful information.

Sincerely,
edi151
0 Kudos
17 Replies
EricKrause
Esri Regular Contributor
Geostatistical layers are fundamentally tied to interpolation methods and their associated parameters.  Interpolation is generally done in the Geostatistical Wizard, and the output will be a geostatistical layer.

The Create Geostatistical Layer tool is used for creating a new geostatistical layer from an existing one.  It requires a model source because the tool needs to know which interpolation method and parameters you are using.  It sounds like you don't have an existing geostatistical layer, so the tool isn't going to work for you until you make one in the Geostatistical Wizard.

If you tell me what exactly you're trying to do (some kind of interpolation, I assume), I can provide more help.
0 Kudos
XIANWANG
Deactivated User

Hi, Eric

When I read your post, I am confused about these two layers, what is the difference between two layers: the existing geostatistical layer and the new one, which we create using the Create Geostatistical Layer tool. I mean we already created on using Geostatistical Wizard, why we need to use Create Geostatistical Layer tool to create a new one.

Thank you.

0 Kudos
EricKrause
Esri Regular Contributor

The key is that you can apply the interpolation parameters to a new dataset.  Indeed, it doesn't make much sense to apply it to the same data (this would just make a copy of the layer).  Here is a typical scenario that shows how this tool can be useful:

You have a monitoring network set up to take daily measurements of pollution levels.  Each day, these sensors measure the pollution and store it into a database, and each day you want to create an interpolated map of pollution levels.  On the first day, you take a lot of time to create a quality kriging model in the Geostatistical Wizard and output a geostatistical layer.  On the next day, you can use this layer as the model source in Create Geostatistical Layer and apply the kriging parameters to the measurements of the new day.  By reusing the original geostatistical layer for the data of each new day, you can fully automate this process and not have to manually go into the Geostatistical Wizard every day to create your map.

0 Kudos
XIANWANG
Deactivated User

Thanks a lot. Here I have a question. How can I apply the geostatistical layer which created by Create Geostatistical Layer to the measurements of the new day?

0 Kudos
EricKrause
Esri Regular Contributor

You'll have to create the first geostatistical layer in the Geostatistical Wizard (or from a geoprocessing tool in the Interpolation toolset).  To interpolate a new dataset, open Create Geostatistical Layer and provide the first geostatistical layer as the model source.  The tool will analyze the model and decide what kinds of datasets are required.  In the simplest case, this would be just a dataset and a field.  In a more complex case like cokriging, it might require multiple datasets and multiple fields.  You then put the new data into the "Input datasets" parameter of the tool.  Give the output geostatistical layer a name and run the tool.  It will then create a new geostatistical layer that applies the parameters from the model source to the new dataset.

0 Kudos
XIANWANG
Deactivated User

Thanks a lot.

To create the template layer is to use the Geostatistical Wizard. In the Wizard, you can specify the interpolation parameters for the template layer. With ArcGIS 10, you can even use the Wizard to optimize various interpolation parameters.

1. Now if I am using Geostatistical Wizard to create a template layer, and I use optimize various interpolation parameters. Then I use this template layer as model resource to create a geostatistical layer for the measurements of the new day. These optimize various interpolation parameters also works for the measurements of the new day.

2. In Geostatistical Wizard, you optimize various interpolation parameters for the variance and semivariogram. What is the difference, and how do I know which one should be chosen.

0 Kudos
EricKrause
Esri Regular Contributor

This is difficult question to answer in an online setting.  The differences are very technical and mathematical, but the key difference is that the covariance view requires knowledge of the mean value of the kriging surface, and the semivariogram does not.  If you are unsure which one to use, I would suggest the semivariogram.

Both methods are designed to estimate covariance matrices that are used in the kriging equations, but they both do this estimation in different ways, and their "optimal" parameters will be different (though hopefully not very different).

0 Kudos
BillGrimm
Emerging Contributor

So what you're essentially saying is that the tool does the whole Geostatistical Wizard process (including semivariogram/covariance modeling, selecting the optimal lag size/other parameters, etc.) for you based on the model you feed it (i.e., you're essentially just telling it, "use XYZ interpolation method on this dataset"?)?

OR are you telling it to use XYZ interpolation method on this dataset with this specific nugget valuethis specific lag size, etc. (where the specific nugget value, lag size, etc. are the actual numbers from the model you feed it, which is based on a different dataset)?

It seems like the second option would produce inaccurate results, but it would be helpful to have clarification as to how the tool actually works on its help page.

0 Kudos
EricKrause
Esri Regular Contributor

I mean the second.  And, yes, if the new dataset has fundamentally different properties than the first, it will be quite inaccurate.  This is only appropriate in cases like daily measurements of the same data, where the changes in the data values will be relatively small, and you're willing to sacrifice a small amount of accuracy in order to not have to manually perform kriging in the Geostatistical Wizard every day.

Kriging is never particularly safe to do in an automated environment, but if it's something you really need to do, we recommend using Empirical Bayesian Kriging for it.  It is available as a geoprocessing tool, so setting up automation is relatively simple.

0 Kudos