<?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 Location-Allocation: Where does Drive Time come from? in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432650#M4125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working with the NA Location-Allocation. Every Time the Analysis Options offer me to choose between Drive Length and Drive Time as Impedance. When I build the NetworkDataset I just type a cost attribute referencing the shape length but none for drive times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, why can I chose driveTime impedance? Where does it come from? Where does NA get the values from?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What happens when I implement a time attribute also before building the dataset? will then my attribut be used for drive time?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for quick help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jan 2012 17:58:06 GMT</pubDate>
    <dc:creator>SebastianKrings</dc:creator>
    <dc:date>2012-01-01T17:58:06Z</dc:date>
    <item>
      <title>Location-Allocation: Where does Drive Time come from?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432650#M4125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working with the NA Location-Allocation. Every Time the Analysis Options offer me to choose between Drive Length and Drive Time as Impedance. When I build the NetworkDataset I just type a cost attribute referencing the shape length but none for drive times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, why can I chose driveTime impedance? Where does it come from? Where does NA get the values from?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What happens when I implement a time attribute also before building the dataset? will then my attribut be used for drive time?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for quick help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jan 2012 17:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432650#M4125</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2012-01-01T17:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Location-Allocation: Where does Drive Time come from?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432651#M4126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am working with the NA Location-Allocation. Every Time the Analysis Options offer me to choose between Drive Length and Drive Time as Impedance. When I build the NetworkDataset I just type a cost attribute referencing the shape length but none for drive times.&lt;BR /&gt;&lt;BR /&gt;So, why can I chose driveTime impedance? Where does it come from? Where does NA get the values from?&lt;BR /&gt;&lt;BR /&gt;What happens when I implement a time attribute also before building the dataset? will then my attribut be used for drive time?&lt;BR /&gt;&lt;BR /&gt;thanks for quick help&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need to create one of two things; either an actual attribute of 'drive time' in the street feature class or evaluate for it when you set up your network dataset.&amp;nbsp; I choose the latter, since I have a speed limit attribute in my street data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My speed limit is in MPH and my shape length units are Feet, so with a little algebra I can get a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;relative&lt;/SPAN&gt;&lt;SPAN&gt; drive time to traverse each street segment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 13:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432651#M4126</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-01-02T13:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Location-Allocation: Where does Drive Time come from?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432652#M4127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you create a network dataset, the wizard looks at the attributes present and if it detects some time or speed information, it will add a drive time attribute as well. You can add your own and they will show up with the name you give it. For example you could have DriveTime, TravelTime, Minutes, etc as three different time based impedances and you can choose from one of them when solving. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer the question of where is it comming from, you can bring up the properties of the network dataset and click on the attributes tab. It will show you the name of all the attributes present in your network dataset. Click on the Evaluators button on the right side and then select the drive time attribute from the drop down at the top. The "Value" column will show where the information is comming from. It may be a field or an expression. If it is an expression then click on the first row to select it and then click on the "Evaluator Properties" button on the right to bring up the Field evalutator and you will see how the driveime expression was derived.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 15:47:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432652#M4127</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2012-01-03T15:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Location-Allocation: Where does Drive Time come from?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432653#M4128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks guys now its clear&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;vb code works fine&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 07:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/location-allocation-where-does-drive-time-come/m-p/432653#M4128</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2012-01-09T07:35:28Z</dc:date>
    </item>
  </channel>
</rss>

