<?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: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246254#M799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am moving this to Spatial Stats and will look into it in the morning. &amp;nbsp;Can you tell me if you are using a language pack? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jenora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 01:30:41 GMT</pubDate>
    <dc:creator>JenoraD_Acosta</dc:creator>
    <dc:date>2017-07-20T01:30:41Z</dc:date>
    <item>
      <title>Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246253#M798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have 399 incidence points on which I would like to run Optimised Hotspot Analysis with the aggregate into fishnet option selected. The goal is to determine the polygon size (fishnet block size). When running the tool in ArcGIS 10.5.1 it gives me the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing: OptimizedHotSpotAnalysis TRAP_LOCATIONS_EGVV_UTM_WG_84 "E:\Academic\ArcGIS_Files\EGVVProject2017CorrectProjection\Analysis Locations etc\Trap_Icidence_Hotspots.shp" # COUNT_INCIDENTS_WITHIN_FISHNET_POLYGONS # # # # #&lt;BR /&gt;Start Time: Thu Jul 13 12:24:18 2017&lt;BR /&gt;Running script OptimizedHotSpotAnalysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************** Initial Data Assessment ***************************&lt;BR /&gt;Making sure there are enough incidents for analysis....&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - There are 399 valid input features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for locational outliers....&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - There were 3 outlier locations; these will not be used to compute the polygon cell size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************** Incident Aggregation ****************************&lt;BR /&gt;Creating fishnet polygon mesh to use for aggregating incidents....&lt;BR /&gt;Failed script OptimizedHotSpotAnalysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 1276, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setupOptHotSpot()&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 292, in setupOptHotSpot&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bandSize2Use = processingBandSize)&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 353, in __init__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.initialize()&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 384, in initialize&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.doGrid()&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 698, in doGrid&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cellSize, boundaryExtent)&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 792, in aggregation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.createMesh(outputFC, [locationField, countField], spatialRef, mask)&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 835, in createMesh&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xyDomain = [UTILS.strToFloat(i) for i in spatialRef.domain.split(" ")]&lt;BR /&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcToolBox\Scripts\SSUtilities.py", line 119, in strToFloat&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return LOCALE.atof(floatAsStr)&lt;BR /&gt;&amp;nbsp; File "C:\Python27\ArcGIS10.5\Lib\locale.py", line 312, in atof&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string = string.replace(ts, '')&lt;BR /&gt;UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 0: ordinal not in range(128)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed to execute (OptimizedHotSpotAnalysis).&lt;BR /&gt;Failed at Thu Jul 13 12:24:19 2017 (Elapsed Time: 0,89 seconds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/362289_pastedImage_2.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the points that I want to use for the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Gulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 11:23:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246253#M798</guid>
      <dc:creator>FrancoisBekker</dc:creator>
      <dc:date>2017-07-13T11:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246254#M799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am moving this to Spatial Stats and will look into it in the morning. &amp;nbsp;Can you tell me if you are using a language pack? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jenora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 01:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246254#M799</guid>
      <dc:creator>JenoraD_Acosta</dc:creator>
      <dc:date>2017-07-20T01:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246255#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked at it, and this seems to be the root issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 01:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246255#M800</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-20T01:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246256#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try running it from a shorter pathway, let's say: c/temp/yourfolder, any other errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 04:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246256#M801</guid>
      <dc:creator>OriGudes2</dc:creator>
      <dc:date>2017-08-10T04:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246257#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the same error. Any approaches to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 08:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246257#M802</guid>
      <dc:creator>AnnDonald</dc:creator>
      <dc:date>2018-02-05T08:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246258#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&amp;nbsp; Can you tell me if you are using a language pack?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246258#M803</guid>
      <dc:creator>JenoraD_Acosta</dc:creator>
      <dc:date>2018-02-05T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246259#M804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to be running into the same issue. Still no clue as to what is causing this?&lt;/P&gt;&lt;P&gt;Posting my output below. Running 10.5.1, not using any language pack so that is not the issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************** Initial Data Assessment ***************************&lt;BR /&gt;Making sure there are enough incidents for analysis....&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - There are 1087 valid input features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for locational outliers....&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - There were 4 outlier locations; these will not be used to compute the hexagon size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************** Incident Aggregation ****************************&lt;BR /&gt;Creating hexagon mesh to use for aggregating incidents....&lt;BR /&gt;Failed script OptimizedHotSpotAnalysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 1304, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setupOptHotSpot()&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 292, in setupOptHotSpot&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bandSize2Use = processingBandSize)&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 353, in __init__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.initialize()&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 384, in initialize&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.doGrid()&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 699, in doGrid&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cellSize, boundaryExtent)&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 793, in aggregation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.createMesh(outputFC, [locationField, countField], spatialRef, mask)&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\OptimizedHotSpotAnalysis.py", line 836, in createMesh&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xyDomain = [UTILS.strToFloat(i) for i in spatialRef.domain.split(" ")]&lt;BR /&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.5\ArcToolbox\Scripts\SSUtilities.py", line 165, in strToFloat&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return LOCALE.atof(floatAsStr)&lt;BR /&gt;&amp;nbsp; File "C:\Python27\ArcGIS10.5\Lib\locale.py", line 312, in atof&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string = string.replace(ts, '')&lt;BR /&gt;UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 0: ordinal not in range(128)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed to execute (OptimizedHotSpotAnalysis).&lt;BR /&gt;Failed at Mon May 07 13:48:42 2018 (Elapsed Time: 3,47 seconds)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 12:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246259#M804</guid>
      <dc:creator>JimmyHolm</dc:creator>
      <dc:date>2018-05-07T12:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized hotspot analysis (ArcGIS Desktop 10.5.1) tool failing to excecutet gives me the following</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246260#M805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jimmy, I had the programmer take a look at this issue and it seems that the issue lies in the xyDomain variable ... there seems to be a Unicode character inside it.&amp;nbsp; This variable needs to be able to be transformed from a string to a float.&amp;nbsp; You could try to change only the &lt;STRONG&gt;bolded line&lt;/STRONG&gt; below in the code for the tool and see if that fixes it.&amp;nbsp; It would also help if you provided the data that you are using, a portion of the data with the spatial reference that is causing the traceback or at least letting us know the spatial reference you are using so we can look into it and try to fix it for the future.&amp;nbsp; Let us know if this works for you!&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jenora&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;def&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt; strToFloat(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: gray;"&gt;floatAsStr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;"""Robust Methodology to Convert to and From Alternative Locale Decimals.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INPUT:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; floatAsStr (str): numeric rep of a float&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value (float): resulting float&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; """&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt; isNumeric(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: gray;"&gt;floatAsStr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;return&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: #2b91af;"&gt;float&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: gray;"&gt;floatAsStr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;else&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sep = &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #6f008a;"&gt;LOCALE&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;.localeconv()[&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;'decimal_point'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sepTypes = [&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;","&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;"."&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sepTypes.remove(sep)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt; sep &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;in&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: gray;"&gt;floatAsStr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.5pt;"&gt;return&lt;/STRONG&gt; &lt;STRONG style="color: #6f008a; font-size: 9.5pt;"&gt;LOCALE&lt;/STRONG&gt;&lt;STRONG style="color: black; font-size: 9.5pt;"&gt;.atof(UTILS.decodeString(&lt;/STRONG&gt;&lt;STRONG style="color: gray; font-size: 9.5pt;"&gt;floatAsStr&lt;/STRONG&gt;&lt;STRONG style="color: black; font-size: 9.5pt;"&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;else&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt; sepTypes[0] &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;in&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: gray;"&gt;floatAsStr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newStr = &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: gray;"&gt;floatAsStr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;.replace(sepTypes[0], sep)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;return&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: #6f008a;"&gt;LOCALE&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;.atof(newStr)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;else&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;return&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: #2b91af;"&gt;float&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: gray;"&gt;floatAsStr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 17:51:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/optimized-hotspot-analysis-arcgis-desktop-10-5-1/m-p/246260#M805</guid>
      <dc:creator>JenoraD_Acosta</dc:creator>
      <dc:date>2018-05-15T17:51:44Z</dc:date>
    </item>
  </channel>
</rss>

