<?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 Advanced Accident Hot Spot Identification In 9.3 in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/advanced-accident-hot-spot-identification-in-9-3/m-p/577697#M1906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firs time post on here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having trouble working out a way to identify accident hot spots on our network that meet the specifications of my company.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The calculation that my company uses to work out hot spots is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;gt;=9 accidents within a 100m radius over 3 years&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way that I can achieve this, using standard tools found in the ArcToolbox?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My initial thoughts are using one (or a combination) of the below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Buffer&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Dissolve&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Collect Events&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Integrate&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone point me in the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2011 11:26:21 GMT</pubDate>
    <dc:creator>DanielHitchcock</dc:creator>
    <dc:date>2011-08-08T11:26:21Z</dc:date>
    <item>
      <title>Advanced Accident Hot Spot Identification In 9.3</title>
      <link>https://community.esri.com/t5/transportation-questions/advanced-accident-hot-spot-identification-in-9-3/m-p/577697#M1906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firs time post on here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having trouble working out a way to identify accident hot spots on our network that meet the specifications of my company.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The calculation that my company uses to work out hot spots is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;gt;=9 accidents within a 100m radius over 3 years&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way that I can achieve this, using standard tools found in the ArcToolbox?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My initial thoughts are using one (or a combination) of the below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Buffer&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Dissolve&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Collect Events&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Integrate&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone point me in the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 11:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/advanced-accident-hot-spot-identification-in-9-3/m-p/577697#M1906</guid>
      <dc:creator>DanielHitchcock</dc:creator>
      <dc:date>2011-08-08T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Accident Hot Spot Identification In 9.3</title>
      <link>https://community.esri.com/t5/transportation-questions/advanced-accident-hot-spot-identification-in-9-3/m-p/577698#M1907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the Network Analyst solver OD Cost matrix to load all you accidents as origins and destinations. Then bring up the properties of the OD layer and set a cutoff of 100 meters (assuming you have a length impedance attribute in meters) and turn off hierarchy if it is on. Then solve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The output lines table will have a list of distances between each accident. There is a DestinationRank field that shows how many destinations were found for each Origin. You can select rows based on DestinationRank &amp;gt; 8 and then use this to further qualify if they happen to be within your time frame.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hint: Add a date field to the Origins/Destination attribute tables and then at LoadLocations time map the date/time to this date field so that you have access to this information after your solve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 15:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/advanced-accident-hot-spot-identification-in-9-3/m-p/577698#M1907</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2011-08-10T15:34:41Z</dc:date>
    </item>
  </channel>
</rss>

