<?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: travel time and distance in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595153#M5719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dose your network dataset also have a length attribute in addition to the time one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes, then you can bring up the OD layer properties and on the accumulation tab check the length attribute to accumulate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when you solve it will solve on travel time and also accumulate the length and report it on the odlines table.&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>Tue, 18 Mar 2014 23:02:59 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2014-03-18T23:02:59Z</dc:date>
    <item>
      <title>travel time and distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595150#M5716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I have a set of points and I'd like to find the round trip travel time and distance from them to a destination point along a network dataset of roads and highways which tool within network analyst would be best.&amp;nbsp; I was thinking shortest distance but then OD cost solver sounds like it might work as well...Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 18:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595150#M5716</guid>
      <dc:creator>NitaHuff</dc:creator>
      <dc:date>2014-03-16T18:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: travel time and distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595151#M5717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Both tools can give you travel time and distance between a set of locations. You can solve on travel time attribute and accumulate a distance attribute at the same time. However neither will give you "round trip". That is, the route solver will solve A to B. It will not solve for A to B back to A. To do that you will have to add the start point again as the last point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OD returns back a matrix so if you have 3 points, it will return back 9 shortest path distances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Say your points are A, B and C. You will get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A to A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A to B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A to C&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;B to A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B to B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B to C&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C to A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C to B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C to C&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in this way, if you need the round trip distance from A to B back to A, you can get the two columns A to B and B to A and sum them up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The choice between the route and OD solvers will depend on how your input data is structured.&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>Mon, 17 Mar 2014 22:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595151#M5717</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2014-03-17T22:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: travel time and distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595152#M5718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I used the OD cost matrix and got the time in minutes it takes to get from my origin points (several hundred) to a destination, is there are way to calculate how many miles were traveled either through a minute conversion or somehow within GIS?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595152#M5718</guid>
      <dc:creator>NitaHuff</dc:creator>
      <dc:date>2014-03-18T21:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: travel time and distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595153#M5719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dose your network dataset also have a length attribute in addition to the time one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes, then you can bring up the OD layer properties and on the accumulation tab check the length attribute to accumulate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when you solve it will solve on travel time and also accumulate the length and report it on the odlines table.&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>Tue, 18 Mar 2014 23:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595153#M5719</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2014-03-18T23:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: travel time and distance</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595154#M5720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's a national transportation/streets dataset.&amp;nbsp; So there is a length component, I'm assuming this is the distance for one way correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 01:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/travel-time-and-distance/m-p/595154#M5720</guid>
      <dc:creator>NitaHuff</dc:creator>
      <dc:date>2014-03-19T01:25:23Z</dc:date>
    </item>
  </channel>
</rss>

