<?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 Calculate Locations: avoid creating identical locations in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculate-locations-avoid-creating-identical/m-p/7655#M68</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Calculate Locations, how could i avoid generating identical location values for points that all reach the same point on the network as closest? This commonly happens for point instances that are located around a tail-end of a cul-de-sac network segment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need them to be located at non-identical places on the network due to the way i use them as inputs in another algorithm that computes an adjacency matrix between all instances on the network. In that algorithm i use barrier costs at all points in an OD Cost Matrix to limit the search to only closest neighbors. However, if several points fall in the exact same location, then the OD Cost Matrix won't find them due to the overly high barrier cost. If I could have the Calculate Locations tool generate slightly different locations for all points, we could avoid this issues.&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;Andres&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MIT Urban Studies &amp;amp; Planning&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jul 2011 19:21:45 GMT</pubDate>
    <dc:creator>AndresSevtsuk</dc:creator>
    <dc:date>2011-07-30T19:21:45Z</dc:date>
    <item>
      <title>Calculate Locations: avoid creating identical locations</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculate-locations-avoid-creating-identical/m-p/7655#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Calculate Locations, how could i avoid generating identical location values for points that all reach the same point on the network as closest? This commonly happens for point instances that are located around a tail-end of a cul-de-sac network segment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need them to be located at non-identical places on the network due to the way i use them as inputs in another algorithm that computes an adjacency matrix between all instances on the network. In that algorithm i use barrier costs at all points in an OD Cost Matrix to limit the search to only closest neighbors. However, if several points fall in the exact same location, then the OD Cost Matrix won't find them due to the overly high barrier cost. If I could have the Calculate Locations tool generate slightly different locations for all points, we could avoid this issues.&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;Andres&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MIT Urban Studies &amp;amp; Planning&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2011 19:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/calculate-locations-avoid-creating-identical/m-p/7655#M68</guid>
      <dc:creator>AndresSevtsuk</dc:creator>
      <dc:date>2011-07-30T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Locations: avoid creating identical locations</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculate-locations-avoid-creating-identical/m-p/7656#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andres,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do this with ETGeowizards using the disperse points tool, see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.ian-ko.com/ET_GeoWizards/UserGuide/dispersePoints.htm"&gt;http://www.ian-ko.com/ET_GeoWizards/UserGuide/dispersePoints.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 09:06:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/calculate-locations-avoid-creating-identical/m-p/7656#M69</guid>
      <dc:creator>DavidWilliams</dc:creator>
      <dc:date>2011-07-31T09:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Locations: avoid creating identical locations</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculate-locations-avoid-creating-identical/m-p/7657#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andres,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless you need barriers for some other purposes, you don't need to use barrier costs to limit the search to only the closest neighbors in the OD solver. You should be able to achieve this by setting a Target Destination Count (e.g., find the closest 5 for each origin) or by setting a cost Cutoff value on your search (e.g., only search up to 10 minutes away from each origin).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, even if you must still use barriers, if you are using point barriers with additive cost, then it probably won't matter too much whether the barrier points are located right on top of each other versus located just next to each other on the same edge. This is because the cost to go through these barrier points will still add up to the same amount (assuming you do need to travel through each one). Are you asking to disperse the barrier points or your other origin (or destination) points?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this make sense? If you can further clarify your use case, perhaps we can come up with some better alternatives.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 14:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/calculate-locations-avoid-creating-identical/m-p/7657#M70</guid>
      <dc:creator>MichaelRice</dc:creator>
      <dc:date>2011-08-01T14:21:14Z</dc:date>
    </item>
  </channel>
</rss>

