<?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 analyst - apply delay to road type. in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670145#M6448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are numerous options for "delays":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Network Analyst can apply delay via barriers. Barriers can either be point, line or polygon. They can either restrict or scale cost of the existing network feature. So you could add a line barrier with a scaled cost of 2 and it means it will take twice as long to go through that edge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Network Analyst also supports real-time traffic feeds where you can get the exact slow down now and compute a path based on current travel times. It also supports historical or predictive travel times based on what your network dataset supports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always recompute the travel time to be based on expected slow down and re-build the network dataset with these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2018 19:51:23 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2018-01-17T19:51:23Z</dc:date>
    <item>
      <title>Network analyst - apply delay to road type.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670144#M6447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to apply a delay depending on your road type within a road&amp;nbsp;network e.g. for highways vs. city roads .... to account for traffic light delays, congestion etc? (I know you can apply a delay if you have a point file where you have known traffic light points.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 23:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670144#M6447</guid>
      <dc:creator>ClaudiaN</dc:creator>
      <dc:date>2018-01-16T23:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Network analyst - apply delay to road type.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670145#M6448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are numerous options for "delays":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Network Analyst can apply delay via barriers. Barriers can either be point, line or polygon. They can either restrict or scale cost of the existing network feature. So you could add a line barrier with a scaled cost of 2 and it means it will take twice as long to go through that edge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Network Analyst also supports real-time traffic feeds where you can get the exact slow down now and compute a path based on current travel times. It also supports historical or predictive travel times based on what your network dataset supports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always recompute the travel time to be based on expected slow down and re-build the network dataset with these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 19:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670145#M6448</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2018-01-17T19:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Network analyst - apply delay to road type.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670146#M6449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is setting up barriers the most efficient method? The road network is quite large, each road has a class code e.g. highway, local road. As an example, I just need a way to define that highways = no delay, local roads = 5 seconds&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 21:37:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670146#M6449</guid>
      <dc:creator>ClaudiaN</dc:creator>
      <dc:date>2018-01-17T21:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Network analyst - apply delay to road type.</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670147#M6450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your case, the most efficient method is to bake this into the network dataset. So add a new FT_ LocalDelay and TF_LocalDelay fields on your streets feature class and calc them according to your needs (i.e., old traveltime + 5 seconds for local roads) and then in the Network Dataset, define a new impedance attribute called LocalDelay and set it to your new fields and rebuild the network. That way you will get the best performance.&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 22:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-apply-delay-to-road-type/m-p/670147#M6450</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2018-01-17T22:30:43Z</dc:date>
    </item>
  </channel>
</rss>

