<?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 Finding average distance and/or maximum distance between pairs of features from two different layers in Standards and Interoperability Questions</title>
    <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717326#M371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Advanced version of ArcGIS desktop. In my GIS file I have two layers. One layer is data about streets and the other layer is about customer locations. I need to have the average distance and/or the maximum distance between each customer and street segment pair. Using the "Generate Near Table" tool in the "Proximitiy" toolset, I could only manage to get the minimum distance between each customer and street segment pair. Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 00:32:11 GMT</pubDate>
    <dc:creator>DebdattaSinha_Roy</dc:creator>
    <dc:date>2016-06-20T00:32:11Z</dc:date>
    <item>
      <title>Finding average distance and/or maximum distance between pairs of features from two different layers</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717326#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Advanced version of ArcGIS desktop. In my GIS file I have two layers. One layer is data about streets and the other layer is about customer locations. I need to have the average distance and/or the maximum distance between each customer and street segment pair. Using the "Generate Near Table" tool in the "Proximitiy" toolset, I could only manage to get the minimum distance between each customer and street segment pair. Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 00:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717326#M371</guid>
      <dc:creator>DebdattaSinha_Roy</dc:creator>
      <dc:date>2016-06-20T00:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Finding average distance and/or maximum distance between pairs of features from two different layers</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717327#M372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have an origin (customer) and a destination (street).&amp;nbsp; Do you want to get the distance from every origin to every possible destination?&amp;nbsp; If so, there is no possible solution that is going to be easy or reasonable.... particular the maximum distance, since an individual could conceivably drive around aimlessly never reaching a destination.&amp;nbsp; Some constraints are going to have to be specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 00:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717327#M372</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-20T00:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding average distance and/or maximum distance between pairs of features from two different layers</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717328#M373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;​ I have street segments, so each street segment has two end points. But the street segments may have differenet curvatures. I want to find the maximum distance between each pair of customer and street segment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 01:05:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717328#M373</guid>
      <dc:creator>DebdattaSinha_Roy</dc:creator>
      <dc:date>2016-06-20T01:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Finding average distance and/or maximum distance between pairs of features from two different layers</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717329#M374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no options to find the maximum route length because the heuristics can't be defined.&amp;nbsp; You can find the shortest route between each customer and each destination ... but I think that is a different question than one you want answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717329#M374</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-20T09:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding average distance and/or maximum distance between pairs of features from two different layers</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717330#M375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need the maximum Euclidean distance between each customer and street segment pair. &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:50:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717330#M375</guid>
      <dc:creator>DebdattaSinha_Roy</dc:creator>
      <dc:date>2016-06-20T12:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding average distance and/or maximum distance between pairs of features from two different layers</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717331#M376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need the maximum Euclidean distance between each customer and street segment pair.&lt;/P&gt;&lt;P&gt;Options: You cannot find the maximum. (Euclidean or otherwise)&lt;/P&gt;&lt;P&gt;Other Options:&amp;nbsp; You can find the minimum. (Euclidean plus other distance options)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:50:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717331#M376</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-20T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding average distance and/or maximum distance between pairs of features from two different layers</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717332#M377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I find anything other than the minimum Euclidean distance if not the maximum one. I mean the average distance, etc. &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/finding-average-distance-and-or-maximum-distance/m-p/717332#M377</guid>
      <dc:creator>DebdattaSinha_Roy</dc:creator>
      <dc:date>2016-06-20T13:56:17Z</dc:date>
    </item>
  </channel>
</rss>

