<?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: Problems with HotSpot tool in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565675#M1811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why don't you just first create a spatial weights matrix using that geoprocessing tool and enable row standardization there.&amp;nbsp; Then, use that SWM as an input in the hotspot tool.&amp;nbsp; Maybe not ideal, but, it should get the job done, unless of course row standardization doesn't work there either, in which case it may be a problem worth calling tech support about.&amp;nbsp; Again, just my 2 cents though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2012 04:33:22 GMT</pubDate>
    <dc:creator>John_S</dc:creator>
    <dc:date>2012-03-01T04:33:22Z</dc:date>
    <item>
      <title>Problems with HotSpot tool</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565672#M1808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi! I have used Hotspot analysis several times now, but am encountering problems for reasons I can't figure out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using a projected map of state zip code polygons joined with a table of data. Both the feature class and the table are in a geodatabase. I have tried using both a pre-made spatial weights matrix as well as a fixed distance, but get the following warning: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning 000642: Problems reading -1721 of 0 total records&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Neither the feature class nor the joined table have null records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The script finishes, but returns an empty feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would appreciate help figuring this out!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arina&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 22:55:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565672#M1808</guid>
      <dc:creator>ArinaChesnokova</dc:creator>
      <dc:date>2012-02-17T22:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HotSpot tool</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565673#M1809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have no clue if this would affect the specific tools &amp;amp; options within those tools you are using, but I'd personally probably try exporting the feature class with the joined attribute data to a new feature class so the geometry and attributes are all in one feature class without using any joins.&amp;nbsp; Just try running the same tool with the same options on that feature class instead to at least identify if it's an issue with the join for some reason.&amp;nbsp; Again, I've never tried it on a joined table, so don't know, but I know I have used other tables where joins either messed things up or the joined attributes were ignored in the output, so...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 04:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565673#M1809</guid>
      <dc:creator>John_S</dc:creator>
      <dc:date>2012-02-23T04:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HotSpot tool</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565674#M1810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! I'll try that. For now, I was able to reproject my shapefiles and to re-join to the table and the tool worked. But creating a new feature class may be a more sustainable solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 3;"&gt;Related question&lt;/STRONG&gt;&lt;SPAN&gt;: the HotSpot tool now has the "Standardization" tab disabled, i.e. it is locked to a "None" default and I cannot change it. I very much need to use this feature to row standardize, but cannot. Any idea why? I have an Editor license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 18:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565674#M1810</guid>
      <dc:creator>ArinaChesnokova</dc:creator>
      <dc:date>2012-02-28T18:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HotSpot tool</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565675#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why don't you just first create a spatial weights matrix using that geoprocessing tool and enable row standardization there.&amp;nbsp; Then, use that SWM as an input in the hotspot tool.&amp;nbsp; Maybe not ideal, but, it should get the job done, unless of course row standardization doesn't work there either, in which case it may be a problem worth calling tech support about.&amp;nbsp; Again, just my 2 cents though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 04:33:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565675#M1811</guid>
      <dc:creator>John_S</dc:creator>
      <dc:date>2012-03-01T04:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HotSpot tool</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565676#M1812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! That's definitely an option, but an extra step... Row standardization is indeed enabled in the spatial weights matrix tool. But would be better for exploratory analysis to be able to forego matrix creation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 13:30:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565676#M1812</guid>
      <dc:creator>ArinaChesnokova</dc:creator>
      <dc:date>2012-03-02T13:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HotSpot tool</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565677#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Arina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you will notice is that if you run the Hot Spot Analysis tool with row standardization or without row standardization, the results will be exactly the same. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's why that option is disabled.&amp;nbsp; This ONLY applies to the Hot Spot Analysis tool.&amp;nbsp; For Anselin Local Moran's I, row standardization will impact the Index value, but not the Z score.&amp;nbsp; Row standardization has a definite impact on the other tools that include the Row Standardization parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I first wrote the script for Gi* I stupidly added the Row Standardization parameter (not realizing it has no impact on the results).&amp;nbsp; Unfortunately, once Esri releases a tool we cannot remove parameters (that's so we don't break existing workflows or models).&amp;nbsp; The only thing I could do was to gray out that parameter, which I did.&amp;nbsp; I'm very sorry for the confusion.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shoot &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; I just checked the documentation and it does not explain this.&amp;nbsp; I will correct this immediately.&amp;nbsp; Thank you for posting your question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, my apologies,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lauren&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lauren M Scott, PhD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geoprocessing, Spatial Statistics&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 18:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/problems-with-hotspot-tool/m-p/565677#M1813</guid>
      <dc:creator>LaurenScott</dc:creator>
      <dc:date>2012-03-07T18:18:03Z</dc:date>
    </item>
  </channel>
</rss>

