<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Do IDWs (Geostatistical Analyst) include null values?  in ArcGIS GeoStatistical Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503916#M1138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interpolation tools in Spatial Analyst and &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/extensions/geostatistical-analyst/how-different-input-data-formats-are-handled.htm"&gt;Geostatistical Analyst&lt;/A&gt; automatically ignore Null values &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2017 15:17:04 GMT</pubDate>
    <dc:creator>SteveLynch</dc:creator>
    <dc:date>2017-07-26T15:17:04Z</dc:date>
    <item>
      <title>Do IDWs (Geostatistical Analyst) include null values?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503912#M1134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a large data set with point data and there are a few points that have null values on certain days (the sites didn't record data for that particular day). &amp;nbsp;I wanted to produce a map using&amp;nbsp;IDW (Geostatistical Analyst tool) for these points on different days but I did not want to the IDW interpolation to include the null values. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I ensure this doesn't happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated! &amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 07:34:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503912#M1134</guid>
      <dc:creator>AshleyDouglas</dc:creator>
      <dc:date>2017-07-25T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Do IDWs (Geostatistical Analyst) include null values?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503913#M1135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/displaying-a-subset-of-features-in-a-layer.htm#GUID-7110E42C-9FF7-4C6F-9D3D-F4224B111FF7"&gt;&lt;STRONG&gt;create&amp;nbsp;a definition query&lt;/STRONG&gt;&lt;/A&gt; in the point layer (Layer Properties &amp;gt; Definition Query). You could use the Query Builder to write the query.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;EM&gt;&amp;lt;FieldName&amp;gt; IS NOT NULL&lt;/EM&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then you could run the IDW or other interpolation techniques on the same layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 08:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503913#M1135</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-07-25T08:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Do IDWs (Geostatistical Analyst) include null values?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503914#M1136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to say thank you for your help. &amp;nbsp;Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 02:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503914#M1136</guid>
      <dc:creator>AshleyDouglas</dc:creator>
      <dc:date>2017-07-26T02:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Do IDWs (Geostatistical Analyst) include null values?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503915#M1137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad I could help. You could mark my comment as "Correct Answer", if it resolved the issue. It will help others looking&amp;nbsp;to resolve a similar problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-2159"&gt;Mark a reply as the Correct Answer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 03:36:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503915#M1137</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-07-26T03:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Do IDWs (Geostatistical Analyst) include null values?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503916#M1138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interpolation tools in Spatial Analyst and &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/extensions/geostatistical-analyst/how-different-input-data-formats-are-handled.htm"&gt;Geostatistical Analyst&lt;/A&gt; automatically ignore Null values &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/do-idws-geostatistical-analyst-include-null-values/m-p/503916#M1138</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2017-07-26T15:17:04Z</dc:date>
    </item>
  </channel>
</rss>

