<?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: How to create a UniqueID field together with ICOUNT- Space Time Analysis in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543636#M1763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the script, but it did not work…)-;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 09:50:33 GMT</pubDate>
    <dc:creator>origudes</dc:creator>
    <dc:date>2014-08-13T09:50:33Z</dc:date>
    <item>
      <title>How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543626#M1753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the below video&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://video.esri.com/watch/2003/whats-new-in-spatial-statistics-space_dash_time-cluster-analysis"&gt;What's New in Spatial Statistics: Space-Time Cluster Analysis&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at minutes 6.33 where it is shown how the spatial weights matrix is generated for time window, when the UniqueID is selected an ICOUNT field is also visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is once I integrate my data and collect the events the only selectable field is only ICOUNT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me to create an associating UniqueID while having the relationships to the time fields in my original point incidents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thivanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 05:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543626#M1753</guid>
      <dc:creator>ThivankaSiriperera</dc:creator>
      <dc:date>2013-10-04T05:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543627#M1754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In the below video&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://video.esri.com/watch/2003/whats-new-in-spatial-statistics-space_dash_time-cluster-analysis"&gt;What's New in Spatial Statistics: Space-Time Cluster Analysis&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;at minutes 6.33 where it is shown how the spatial weights matrix is generated for time window, when the UniqueID is selected an ICOUNT field is also visible.&lt;BR /&gt;&lt;BR /&gt;My problem is once I integrate my data and collect the events the only selectable field is only ICOUNT.&lt;BR /&gt;&lt;BR /&gt;Please help me to create an associating UniqueID while having the relationships to the time fields in my original point incidents.&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Thivanka&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Thivanka,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the video Lauren is using a field called "UniqID". This is a custom field she created. The point is that the field needs to be integer and normally an ID field like ObjectID is of type Long. You can create the integer field yourself and set it equal to the ObjectID, if the ID's are in the integer range...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 06:07:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543627#M1754</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-10-04T06:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543628#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Xander&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your feed back. Yes I realised the necessity for a uniqueID but to perform the hotspot (getis-ord) it requires a count field. According to Lauren first the incident points have to be integrated and then have to be collected. But once these transformations have been done the time field of the original incidents are by default removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I create a spatial weights matrix using the original incidence which have the time field and later add a uniqueID to it I still find hard how to create a hotspot for temporal data without a count field&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached an Image to show the problem I am facing hope you can please help me in this matter[ATTACH=CONFIG]28054[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thivanka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 16:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543628#M1755</guid>
      <dc:creator>ThivankaSiriperera</dc:creator>
      <dc:date>2013-10-04T16:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543629#M1756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Xander&lt;BR /&gt;&lt;BR /&gt;Thanks for your feed back. Yes I realised the necessity for a uniqueID but to perform the hotspot (getis-ord) it requires a count field. According to Lauren first the incident points have to be integrated and then have to be collected. But once these transformations have been done the time field of the original incidents are by default removed.&lt;BR /&gt;&lt;BR /&gt;when I create a spatial weights matrix using the original incidence which have the time field and later add a uniqueID to it I still find hard how to create a hotspot for temporal data without a count field&lt;BR /&gt;&lt;BR /&gt;I have attached an Image to show the problem I am facing hope you can please help me in this matter[ATTACH=CONFIG]28054[/ATTACH]&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Thivanka&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Thivanka,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I look at image with the dialog for the 'Hot Spot Analysis (Getis-Ord Gi*)' calculation and the listbox for the Input Field that remains empty, I think this is caused due to not having a numeric field in your featureclass '&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;conftimetestsl_CopyFeatures_1&lt;/SPAN&gt;&lt;SPAN&gt;'. In the Help the description is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;The numeric field (number of&amp;nbsp; victims, crime rate, test scores, and so on) to be evaluated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have this field (since each record is a single incident) you could create this field by adding a numeric field and fill it with the value 1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if that's the answer you're looking for...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander Bakker&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543629#M1756</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-10-08T12:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543630#M1757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I too am having this problem. If the ICOUNT field has records of say 15 different incidents, each having thier own distinct times per just one FID, then how can I add a time field per each FID if the times are variable in the ICOUNT field? Since you group collected events, you now have several records in the ICount field. I can't just pull over my time field becuase if I select an FID with multiple wieghted Icount's each of the records in the ICount field has its own distinct time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Say I had 50,000 records and then I integer and then collect events. Now I have 7,000 FID's in the new shapefile. The records are all there, they are just weighted in the ICOUNT field. Problem is to do the temporal analysis, how do you add in the time field for each of these weighted records, when the original time field would have 50,000 records per the 50,000 FID's, not the new 7,000 FID's. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really like to do a temporal analysis in Arcglobe of my dataset, but creating the unique ID with the time field is holding me up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:16:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543630#M1757</guid>
      <dc:creator>JohnSteinbeck</dc:creator>
      <dc:date>2014-04-22T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543631#M1758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have this problem been solved, here is what i find on the web for this problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.likelyanswer.com/4445635/How-To-Create-A-Uniqueid-Field-Together-With-Icount--Space-Time-Analysis" rel="nofollow"&gt;http://www.likelyanswer.com/4445635/How-To-Create-A-Uniqueid-Field-Together-With-Icount--Space-Time-Analysis&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;hope it helps you &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;__________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wanna learn something about &lt;/SPAN&gt;&lt;A href="http://www.keepdynamic.com/barcoding/asp-net-barcode-generator.shtml" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;data matrix&lt;/SPAN&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 01:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543631#M1758</guid>
      <dc:creator>fdsffdsf</dc:creator>
      <dc:date>2014-07-01T01:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543632#M1759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lauren used a tool called Temporal Collect Events which basically works like Collect Events. The TCE tool only groups events that are close in space if these occur on the same datum. Then you get an ICOUNT field and you can still use a space-time gi* approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool was made available online but do not find it anymore. Any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 05:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543632#M1759</guid>
      <dc:creator>PhilipGlasner1</dc:creator>
      <dc:date>2014-08-12T05:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543633#M1760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FINALLY found the tool. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; The Temporal Collect Event tool is part of Esri's ARC3 training course (version 2.0 of the course).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 06:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543633#M1760</guid>
      <dc:creator>PhilipGlasner1</dc:creator>
      <dc:date>2014-08-12T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543634#M1761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a link?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 06:33:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543634#M1761</guid>
      <dc:creator>origudes</dc:creator>
      <dc:date>2014-08-13T06:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543635#M1762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/inbox?objectType=2&amp;amp;objectID=83145" title="https://community.esri.com/inbox?objectType=2&amp;amp;objectID=83145"&gt;https://community.esri.com/inbox?objectType=2&amp;amp;objectID=83145&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as you already found out, I think Lauren forgot to place the attachment &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 09:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543635#M1762</guid>
      <dc:creator>PhilipGlasner1</dc:creator>
      <dc:date>2014-08-13T09:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543636#M1763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the script, but it did not work…)-;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 09:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543636#M1763</guid>
      <dc:creator>origudes</dc:creator>
      <dc:date>2014-08-13T09:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a UniqueID field together with ICOUNT- Space Time Analysis</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543637#M1764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeh, downloaded the script, but it did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 09:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-create-a-uniqueid-field-together-with/m-p/543637#M1764</guid>
      <dc:creator>origudes</dc:creator>
      <dc:date>2014-08-13T09:51:31Z</dc:date>
    </item>
  </channel>
</rss>

