<?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: Network distance between specific paired points by ID in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136677#M1362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melinda, Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've worked it out now. Thanks for your help. To clarify - go to the Network Analyst Toolbar, create a new route using the 'New Route' option, Select the 'Network Analyst Window' from the Network Analyst Toolbar - a window should appear on you screen showing the contents of the network analyst. Use this window to add the origins and destinations in the way suggested by Melinda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2018 14:15:58 GMT</pubDate>
    <dc:creator>JamieTratalos</dc:creator>
    <dc:date>2018-08-30T14:15:58Z</dc:date>
    <item>
      <title>Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136667#M1352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to figure out a better way to calculate network distance between origins (home) and destinations (office) based on ID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get a commute distance for all&amp;nbsp;subjects in my data (homeaddress point to workaddress point)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using ArcGIS Pro 2.0.&lt;/P&gt;&lt;P&gt;I have 2 separate point datasets which are already geocoded:&lt;/P&gt;&lt;P&gt;Each data set has 2 columns&lt;/P&gt;&lt;P&gt;data_house = personID, homeaddress&lt;/P&gt;&lt;P&gt;data_office = personID, workaddress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to get an output dataset which has&amp;nbsp; personID and distance from homeaddress to workaddress.&lt;/P&gt;&lt;P&gt;I thought it would be very easy in the beginning, but looks like there is no specific analysis tool to get distance by ID at once.&amp;nbsp;I am using OD cost matrix tool, which produces an output with distance for all origin-destination points.&lt;/P&gt;&lt;P&gt;I can create my desired dataset by using "summary statistic tool" or "dissolve analysis" by ID, but I don't think it would be efficient once the data got big (ex. I do not really want to do OD cost matrix for 30000 x 30000 pair...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has an idea I will greatly appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 08:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136667#M1352</guid>
      <dc:creator>KentaOkuyama</dc:creator>
      <dc:date>2018-05-10T08:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136668#M1353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way to do this is to use the Route tool instead of OD Cost Matrix.&amp;nbsp; First add your data_house layer to Stops, and use field mapping to map the personID field to the RouteName field.&amp;nbsp; Then, add your data_office layer to Stops (making sure to append rather than overwrite what's already in there), and again use field mapping&amp;nbsp;&lt;SPAN&gt;to map the personID field to the RouteName field.&amp;nbsp; When you solve the Route layer, it will solve a separate route for each RouteName, so you'll get the path from each personID's home to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136668#M1353</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2018-05-10T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136669#M1354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Melinda Thank you so much!! I will try that out, seems it will work the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 00:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136669#M1354</guid>
      <dc:creator>KentaOkuyama</dc:creator>
      <dc:date>2018-05-11T00:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136670#M1355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked out perfectly. Thank you so much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this with crow-fly distance also?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking into Near or Generating Near Table, but I don't know if I'm on the right place.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 02:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136670#M1355</guid>
      <dc:creator>KentaOkuyama</dc:creator>
      <dc:date>2018-05-11T02:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136671#M1356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Near and Generate Near Table will do more like OD Cost Matrix and calculate the distance from each origin to all destinations.&amp;nbsp; I'm not seeing a tool that would do it based on ID fields, but this is a little bit out of my area.&amp;nbsp; You could solve the problem by iteratively selecting the points with each ID one by one and calculating Near, using a python script or model, but this would probably be pretty slow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 15:09:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136671#M1356</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2018-05-11T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136672#M1357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Melinda. I thought crow-fly distance will execute quicker than network distance. If it requires that kind of scripting (select one by one), I assume it would not be that quick. Once I get familiar with scripting more, I will try that. I really appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2018 02:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136672#M1357</guid>
      <dc:creator>KentaOkuyama</dc:creator>
      <dc:date>2018-05-12T02:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136673#M1358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melinda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find the 'Route tool' you are referring to. I'm using ArcGIS 10.1, advance licence. I've looked in the Network Analyst tool bar (there is 'New Route' but not 'Route tool') and in the Network Analyst Tools part of ArcToolbox, but I can't find anything called 'Route tool' in either location.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help - I have &amp;gt; 100,000 origins and a similar number of destinations, so I need a solution which pairs each origin with it's destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 12:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136673#M1358</guid>
      <dc:creator>JamieTratalos</dc:creator>
      <dc:date>2018-08-30T12:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136674#M1359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps you are confusion the network analyst toolbar with the network analyst tools in arctoolbox.&lt;/P&gt;&lt;P&gt;here is the link to the toolbar and what it looks like&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/creating-a-network-analysis-layer-in-arcmap.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/creating-a-network-analysis-layer-in-arcmap.htm"&gt;Creating a network analysis layer in ArcMap—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 13:28:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136674#M1359</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-30T13:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136675#M1360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan, no I have not confused them - please read my message carefully - I have looked at both - thanks. There is no 'Route tool' in either (although there is 'New Route' in the Network Analyst tool bar).&amp;nbsp; Melinda, where is the 'Route tool' - thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 13:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136675#M1360</guid>
      <dc:creator>JamieTratalos</dc:creator>
      <dc:date>2018-08-30T13:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136676#M1361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;duly noted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136676#M1361</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-30T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136677#M1362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melinda, Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've worked it out now. Thanks for your help. To clarify - go to the Network Analyst Toolbar, create a new route using the 'New Route' option, Select the 'Network Analyst Window' from the Network Analyst Toolbar - a window should appear on you screen showing the contents of the network analyst. Use this window to add the origins and destinations in the way suggested by Melinda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/136677#M1362</guid>
      <dc:creator>JamieTratalos</dc:creator>
      <dc:date>2018-08-30T14:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/1016302#M7361</link>
      <description>&lt;P&gt;I have almost the similar issue, I have to pint feature classes with many attributes .&lt;/P&gt;&lt;P&gt;1- A feature class for students (about 2500 students).&lt;/P&gt;&lt;P&gt;2- A feature class for Schools (30 schools).&lt;/P&gt;&lt;P&gt;I have a commom attribute in both dataset (School name)&lt;/P&gt;&lt;P&gt;I want to calculate the closest distance for each student to her or his corresponding school.&lt;/P&gt;&lt;P&gt;And I need to get all attributs&amp;nbsp; returned in my result list.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 12:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/1016302#M7361</guid>
      <dc:creator>AzadPalmqvist</dc:creator>
      <dc:date>2021-01-13T12:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Network distance between specific paired points by ID</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/1275545#M8268</link>
      <description>&lt;P&gt;Hello Kenta, Jamie, and anyone else reading this thread who might be doing similar workflows.&lt;/P&gt;&lt;P&gt;Esri’s Network Analyst Team is doing some research about customer workflows involving solving routes or calculating travel times and distances between known or preassigned pairs of origins and destinations.&amp;nbsp; It sounds like that's what you're doing here, although&amp;nbsp;I know this thread is pretty old at this point. &amp;nbsp;We’d like to better understand our customers’ needs in this area and may use this information to design and develop improved tools and workflows.&lt;/P&gt;&lt;P&gt;If this workflow is still relevant to you and you have a few minutes and are willing, could you please fill out the attached survey and return it to the e-mail address included inside the document?&amp;nbsp; Alternatively, you can reach out to me (my e-mail address is in the document) to set up a meeting.&lt;/P&gt;&lt;P&gt;Thank you so much!!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 21:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-distance-between-specific-paired-points-by/m-p/1275545#M8268</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2023-04-04T21:41:12Z</dc:date>
    </item>
  </channel>
</rss>

