<?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 Network Attribute Evaluator help in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-attribute-evaluator-help/m-p/348117#M3267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created a network for determinging pedestrian travel time over a rural set of roads. I have classified the roads based on condition, I would like to use these road classes in my travel time cost attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If road type is 1,2, or 3 then speed calculation should be Length of road * 60(minutes)/5500(meters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If road type is 4,5 or 6 then speed calculation should be Length of road * 60(minutes)/3500 (meters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to I create this into one network attribute evaluator? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or advice would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 19:01:58 GMT</pubDate>
    <dc:creator>IsabelMcLoughlin</dc:creator>
    <dc:date>2011-06-10T19:01:58Z</dc:date>
    <item>
      <title>Network Attribute Evaluator help</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-attribute-evaluator-help/m-p/348117#M3267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created a network for determinging pedestrian travel time over a rural set of roads. I have classified the roads based on condition, I would like to use these road classes in my travel time cost attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If road type is 1,2, or 3 then speed calculation should be Length of road * 60(minutes)/5500(meters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If road type is 4,5 or 6 then speed calculation should be Length of road * 60(minutes)/3500 (meters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to I create this into one network attribute evaluator? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or advice would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 19:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-attribute-evaluator-help/m-p/348117#M3267</guid>
      <dc:creator>IsabelMcLoughlin</dc:creator>
      <dc:date>2011-06-10T19:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network Attribute Evaluator help</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-attribute-evaluator-help/m-p/348118#M3268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, IsabelM. Let's assume you have two attributes on your source feature class that represents rural roads: &lt;/SPAN&gt;&lt;STRONG&gt;Meters&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;RoadClass&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a network cost attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Set the evaluators for the to-from and from-to directions of the roads source to be field evaluators and set their pre-logic section to the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;result = 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Select Case [RoadClass] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Case 1, 2, 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; result = [Meters] * 60/5500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Case 4, 5, 6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; result = [Meters] * 60/3500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Select &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Set the "Value =" text box to result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Build the network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Optionally, verify the values for roads are what you expect by using the Network Identify tool on the Network Analyst toolbar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 20:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-attribute-evaluator-help/m-p/348118#M3268</guid>
      <dc:creator>RobertGarrity</dc:creator>
      <dc:date>2011-06-10T20:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Network Attribute Evaluator help</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-attribute-evaluator-help/m-p/348119#M3269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 12:30:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-attribute-evaluator-help/m-p/348119#M3269</guid>
      <dc:creator>IsabelMcLoughlin</dc:creator>
      <dc:date>2011-06-13T12:30:11Z</dc:date>
    </item>
  </channel>
</rss>

