<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Dev/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Geoprocessing : Geostatistical Analyst</title><link>http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Geostatistical+Analyst/default.aspx</link><description>Tags: Geostatistical Analyst</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Send us your feedback</title><link>http://blogs.esri.com/Dev/blogs/geoprocessing/archive/2009/03/25/Send-us-your-feedback.aspx</link><pubDate>Wed, 25 Mar 2009 23:47:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2779</guid><dc:creator>dmhoneycutt</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geoprocessing/comments/2779.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geoprocessing/commentrss.aspx?PostID=2779</wfw:commentRss><description>&lt;p&gt;You may not have noticed, but you can send us feedback about this site. There's
a feedback link at the bottom right of the home page, as illustrated at the bottom 
of this post.&lt;/p&gt;


&lt;p&gt;We're particularly interested in hearing from you about blog post topics
you'd like to see and suggestions on how we could make this site more useful.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://blogs.esri.com/Dev/photos/geoprocessing/picture2780.aspx" target="_blank"&gt;&lt;img src="http://blogs.esri.com/Dev/photos/geoprocessing/images/2780/408x480.aspx" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2779" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/beginner/default.aspx">beginner</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/advanced/default.aspx">advanced</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/New+at+9.3/default.aspx">New at 9.3</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Spatial+Analysis/default.aspx">Spatial Analysis</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/script+tools/default.aspx">script tools</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Python/default.aspx">Python</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/ArcSDE/default.aspx">ArcSDE</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Geostatistical+Analyst/default.aspx">Geostatistical Analyst</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Digging+deeper/default.aspx">Digging deeper</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Tips+and+tricks/default.aspx">Tips and tricks</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/UNIX_2F00_Linux/default.aspx">UNIX/Linux</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/3D+Lidar+Point+Data/default.aspx">3D Lidar Point Data</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/ModelBuilder/default.aspx">ModelBuilder</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/2009+Developers+Summit/default.aspx">2009 Developers Summit</category></item><item><title>Understanding Geostatistical Analyst Layers</title><link>http://blogs.esri.com/Dev/blogs/geoprocessing/archive/2008/09/29/Understanding-Geostatistical-Analyst-Layers.aspx</link><pubDate>Mon, 29 Sep 2008 19:14:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2708</guid><dc:creator>dmhoneycutt</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geoprocessing/comments/2708.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geoprocessing/commentrss.aspx?PostID=2708</wfw:commentRss><description>


&lt;p&gt;The Geostatistical Analyst (GA for short) uses sample points taken at 
different locations in a landscape and creates (interpolates) a continuous surface.  
The sample points are measurements of some phenomenon, such as radiation leaking 
from a nuclear power plant, an oil spill, or elevation heights. Geostatistical 
Analyst derives a surface using the values from the measured locations to predict 
values for each location in the landscape.&lt;/p&gt;

&lt;p&gt;The results of an analysis using GA are saved to a geostatistical layer 
(GA layer for short), illustrated below.  A GA layer is like any ArcMap layer; 
you add, remove, rename, and alter its symbology in countless ways.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blogs.esri.com/Dev/photos/geoprocessing/picture2706.aspx" target="_blank"&gt;&lt;img src="http://blogs.esri.com/Dev/photos/geoprocessing/images/2706/600x423.aspx" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;


&lt;p&gt;GA layers store the source data (typically point features) and the 
parameters used to interpolate values, but do not store the full result of the 
interpolation.  When a GA layer is drawn in ArcMap, a coarse grid is 
placed over the whole extent of the layer and values are interpolated on-the-fly for each cell in the grid.  
These interpolated values are used to create the filled isolines displayed by 
the layer.  These isolines are only produced for 10 classes that fall between 
the min and max values of the source data. The resolution of the grid is optimized so as to speed up the drawing of the 
layer; using a finer grid would cripple drawing speed.  (Note: when deemed 
necessary, the drawing algorithm uses a finer resolution grid to interpolate 
values in complex areas.)&lt;/p&gt;


&lt;p&gt;The fact that a GA layer interpolates values on-the-fly is sometimes a 
source of confusion. For example, when a GA layer is exported to a grid using 
the &lt;a href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?id=1843&amp;amp;pid=1839&amp;amp;topicname=GA_Layer_to_Grid_%28Geostatistical_Analyst%29" target="_blank"&gt;GA Layer to Grid&lt;/a&gt; tool, interpolation is performed for each cell of the output grid.  If your output 
grid has 1000 rows and 1000 columns, one million calculations are performed.  
(In contrast, the grid used to draw a GA layer may be 100 rows and 100 columns).  
Fine resolution output grids may require several billion calculations.  
Obviously, the performance of the GA Layer to Grid tool depends on the 
resolution of the output grid.&lt;/p&gt;

&lt;p&gt;There is another effect of exporting the layer to a grid — the output cell values, and therefore the min and max values of the output grid, can be affected by the grid's cell size.
 The min and max values 
of the grid are almost always different from the min and max values of the input 
data.  For example, the illustration below shows a GA layer with its min and max 
values and the exported grid with its min and max values.  Note both the visual 
and statistical difference between the min and max values of the two displays.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.esri.com/Dev/photos/geoprocessing/picture2707.aspx" target="_blank"&gt;&lt;img src="http://blogs.esri.com/Dev/photos/geoprocessing/images/2707/384x377.aspx" border="0"&gt;&lt;/a&gt;&lt;br&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;Exact interpolators, such as Inverse Distance Weighting, can produce an output 
grid that has a max value that is less than the input data's max value, 
as illustrated above.  This happens when the input point containing the max 
value does not fall in the exact center of an output grid cell.  In such cases, 
the max value is weighted according to the distance from the cell center as well 
as nearby points.   &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Suggested readings&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Understanding_geostatistical_analysis"&gt;Understanding Geostatistical Analysis &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?topicname=what_is_a_geostatistical_layer?"&gt;What is a Geostatistical Layer? &lt;/a&gt;&lt;br&gt;&lt;/p&gt;
&lt;a href="http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.gateway&amp;amp;p=43&amp;amp;pf=553"&gt;Knowledge Base Articles&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;a href="http://forums.esri.com/forums.asp?c=93&amp;amp;s=997#997"&gt;Geostatistical Analyst Forum&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2708" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/beginner/default.aspx">beginner</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Spatial+Analysis/default.aspx">Spatial Analysis</category><category domain="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/tags/Geostatistical+Analyst/default.aspx">Geostatistical Analyst</category></item></channel></rss>