<?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: use an attribute for traffic direction? in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491650#M4778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;very interesting. but how do you actually use that attribute when building the network? The docs say that One Way restrictions have to be attributes/expressions that evaluate to Boolean. I thought that meant a road was either one way or two way. Unless you are using this in some other way like Connectivity maybe?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 12:45:46 GMT</pubDate>
    <dc:creator>KeG</dc:creator>
    <dc:date>2013-06-05T12:45:46Z</dc:date>
    <item>
      <title>use an attribute for traffic direction?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491648#M4776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can NA use an attribute to determine the flow of traffic on a road feature or is it limited to the digitized line direction?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 18:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491648#M4776</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2013-06-04T18:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: use an attribute for traffic direction?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491649#M4777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use an attribute called.... Oneway. (short integer, nulls not allowed)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has three values: 0 (zero) which means there is no travel restriction (two way traffic flow); 1 (one) which means traffic restriction to the same direction of the polyline; and 2(two) which means travel restriction to the opposite direction of the polyline.&amp;nbsp; In my geodatabase, the default value is 0 since the majority of new roads are two way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 01:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491649#M4777</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-06-05T01:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: use an attribute for traffic direction?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491650#M4778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;very interesting. but how do you actually use that attribute when building the network? The docs say that One Way restrictions have to be attributes/expressions that evaluate to Boolean. I thought that meant a road was either one way or two way. Unless you are using this in some other way like Connectivity maybe?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 12:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491650#M4778</guid>
      <dc:creator>KeG</dc:creator>
      <dc:date>2013-06-05T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: use an attribute for traffic direction?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491651#M4779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A restriction does indeed need to evaluate to true or false. 'True' means 'restricted', but each line feature represents two edges, one in the from-to digitized direction and the other in opposite direction. So you're really restricting individual sides of the street rather than the entire street. Here's a link to a video that has a better description of how it works: &lt;/SPAN&gt;&lt;A href="http://video.arcgis.com/watch/2112/creating-network-datasets-one_dash_way-streets"&gt;http://video.arcgis.com/watch/2112/creating-network-datasets-one_dash_way-streets&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 14:31:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491651#M4779</guid>
      <dc:creator>RobertGarrity</dc:creator>
      <dc:date>2013-06-05T14:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: use an attribute for traffic direction?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491652#M4780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;very interesting. but how do you actually use that attribute when building the network? The docs say that One Way restrictions have to be attributes/expressions that evaluate to Boolean. I thought that meant a road was either one way or two way. Unless you are using this in some other way like Connectivity maybe?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See attached jpeg....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 18:28:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/use-an-attribute-for-traffic-direction/m-p/491652#M4780</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-06-05T18:28:54Z</dc:date>
    </item>
  </channel>
</rss>

