<?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: finding distance from one point to multiple points. in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506221#M4941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay.&amp;nbsp; Python would definitely help you out here.&amp;nbsp; But, what I was asking is what you want to do with the data after you've found the distances between origin and destination.&amp;nbsp; Do you just want to read it from a table or are you using as input for something else?&amp;nbsp; Putting it into a database?&amp;nbsp; The end goal can help us figure out how best to export the data from ArcMap in a format that works for the end goal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 14:21:15 GMT</pubDate>
    <dc:creator>MelindaMorang</dc:creator>
    <dc:date>2013-12-10T14:21:15Z</dc:date>
    <item>
      <title>finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506210#M4930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For my research project, I need to find the distances from one fast food restaurant to multiple residential areas. anybody knows how to find these distances using GIS network analysis?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 20:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506210#M4930</guid>
      <dc:creator>HakanUslu</dc:creator>
      <dc:date>2012-11-01T20:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506211#M4931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the OD Cost Matrix to compute distances between two sets of locations. Here is a link to a tutorial that you can run through to see how to use Network Analyst for that purpose:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Exercise_5_Calculating_service_areas_and_creating_an_OD_cost_matrix/004700000060000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/Exercise_5_Calculating_service_areas_and_creating_an_OD_cost_matrix/004700000060000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 22:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506211#M4931</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2012-11-01T22:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506212#M4932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the answer but, OD cost matrix gives the direct (aerial) distances&amp;nbsp; from one location to multiple locations. How can I get the distances by using the streets.???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 17:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506212#M4932</guid>
      <dc:creator>HakanUslu</dc:creator>
      <dc:date>2012-11-02T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506213#M4933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The OD Cost matrix does NOT give direct/aerial distances. It computes the network shortest paths. But, for performance, it does not return back the route geometries of the path taken and simply draws a straight line to indicate the pair for which the network cost is computed. It is designed to return a matrix of distances. If you need to get the route geometries as well then use the Closest Facility solver. It does what OD does but also returns the route shapes. Make sure to set the number of facilities to find to the number you have (destinations) as the default is to find 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 17:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506213#M4933</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2012-11-02T17:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506214#M4934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I could not understand exactly what you mean with your last sentence "Make sure to set the number of facilities to find to the number you have (destinations) as the default is to find 1.:???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 19:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506214#M4934</guid>
      <dc:creator>HakanUslu</dc:creator>
      <dc:date>2012-11-02T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506215#M4935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I could not understand exactly what you mean with your last sentence "Make sure to set the number of facilities to find to the number you have (destinations) as the default is to find 1.:???&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;He means that by default the tool looks for ONLY one destination (facility) unless you specify explicitly the exact number of destinations. In other words, the tool does a one-to-one and not one-to-many. Usually the "analysis settings" tab has this option. You can set it to "All" if it is not set already.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 08:14:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506215#M4935</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2012-11-04T08:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506216#M4936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i find distance from each of multiple points to all multiple points using road network?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 13:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506216#M4936</guid>
      <dc:creator>shamsadirin</dc:creator>
      <dc:date>2013-12-09T13:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506217#M4937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can use the OD matrix tool, and the result will give you a matrix of distances as you ask for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:29:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506217#M4937</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2013-12-10T10:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506218#M4938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot! It works! but i have another problem. i have 4000*800 matrix. so the result becomes very big and i cannot export the full result file to excels.Do anyone have any suggestion how to export huge data set into excels from GIS?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 13:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506218#M4938</guid>
      <dc:creator>shamsadirin</dc:creator>
      <dc:date>2013-12-10T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506219#M4939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know any python?&amp;nbsp; If so, you can solve the OD Cost Matrix and then use a search cursor and a for loop to read the values of the table and write them out to a csv file using python's csv module.&amp;nbsp; But, the file may still be too large to open in Excel (which is a limitation of Excel and not ArcGIS).&amp;nbsp; What do you ultimately want to do with the OD Matrix output?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506219#M4939</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2013-12-10T14:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506220#M4940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok. i don't know python. i need the result to find distance between origin &amp;amp; destination.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:18:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506220#M4940</guid>
      <dc:creator>shamsadirin</dc:creator>
      <dc:date>2013-12-10T14:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: finding distance from one point to multiple points.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506221#M4941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay.&amp;nbsp; Python would definitely help you out here.&amp;nbsp; But, what I was asking is what you want to do with the data after you've found the distances between origin and destination.&amp;nbsp; Do you just want to read it from a table or are you using as input for something else?&amp;nbsp; Putting it into a database?&amp;nbsp; The end goal can help us figure out how best to export the data from ArcMap in a format that works for the end goal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:21:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/finding-distance-from-one-point-to-multiple-points/m-p/506221#M4941</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2013-12-10T14:21:15Z</dc:date>
    </item>
  </channel>
</rss>

