I did interpolation on point data using "Geostatistical Analyst" tool. It gives me surface layer. Then I exported this layer into raster image (by right click on this layer=>export data into raster) for convenience of raster calculation. But few minutes ago I found another approach on internet to create raster image from point data. That is to use "Spatial Analyst tool". So I'd like to ask there is any difference with output of further calculation between the two raster images created from 2 difference interpolation approach in Arcgis.
|
|
From the website of ESRI:
So the version in the Spatial Analyst is a slimmed down version of that used in the Geostatistical Analyst. If you just need a simple interpolated surface, stick to the Spatial Analyst. If you are more serious about interpolation, defintely use the Geostatistical Analyst. |
|||
|
|
|
As simply as possible, Spatial Analyst interpolation performs matemathic interpolation based only on the value and distance (so to compute the value of altitude between two points, you can apply a simple method of linear interpolation), while Geostatistical Analyst perform interpolation based on statistical relations between the value and distance (so to compute the value of altitude between two points, you could take into consideration the Earth curvature, and even the real datum). While the first is suitable for topography, the second is suitable for other surfaces, especially when the distance between the points of data is big and irregular. |
|||
|
|

