<?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: penalty on busstops in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184315#M1901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Extra info x transit data: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=0fa52a75d9ba4abcad6b88bb6285fae1"&gt;http://www.arcgis.com/home/item.html?id=0fa52a75d9ba4abcad6b88bb6285fae1&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 16:32:27 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2013-07-16T16:32:27Z</dc:date>
    <item>
      <title>penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184307#M1893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am building a network with&amp;nbsp; bus lines (about 200 lines). I have 2 layers: 1 containing bus routes and 1 containing bus stops. I would like to achieve is a network which route cost by travel time and no penalty (additional cost) when route across busstop without change busline(busnumber) and have a penalty 10 minutes (additional cost) when route change busline on bus stops, like on attachment picture. how it create in Network Dataset?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 04:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184307#M1893</guid>
      <dc:creator>MaximKaskov</dc:creator>
      <dc:date>2012-09-03T04:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184308#M1894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Assuming you have a cost attribute named "Minutes".&amp;nbsp; Create a turn feature class with a field named "Wait_Minutes" and set a field evaluator for the "Minutes" attribute referencing the "Wait_Minutes" field.&amp;nbsp; Then create a turn feature from bus line 1 to bus line 2 at the bus stop and set the "Wait_Minutes" value to be 10.&amp;nbsp; Rebuild your network.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In that way, when the route requires traveling from bus line 1 to bus line 2, it goes through the turn and incurs and additional 10 minutes of travel time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all transitions are always 10 minutes, you can simplify it by using a constant evaluator of "10" instead of requiring a field and using a field evaluator...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184308#M1894</guid>
      <dc:creator>MattCrowder</dc:creator>
      <dc:date>2012-09-26T15:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184309#M1895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am building a network with&amp;nbsp; bus lines (about 200 lines). I have 2 layers: 1 containing bus routes and 1 containing bus stops. I would like to achieve is a network which route cost by travel time and no penalty (additional cost) when route across busstop without change busline(busnumber) and have a penalty 10 minutes (additional cost) when route change busline on bus stops, like on attachment picture. how it create in Network Dataset?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Maxim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to build a bus routable network. Since you already built your bus network, wondering which method that you used? I have bus routes and bus stops feature class. Could you please share steps and your experience how to build? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Truong&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2013 08:10:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184309#M1895</guid>
      <dc:creator>ThaoTruong</dc:creator>
      <dc:date>2013-02-16T08:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184310#M1896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can build a bus route if you have starting and ending point of the route and the busstops along the routes. To do this you need to make a list of node IDs (Start Node ID ....... intermediate nodes IDs ....... End Node ID) and have a field in all those nodes that is a route name.&amp;nbsp; Then you can use the route tool.&amp;nbsp; detailed procedure is available in tutorial.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 08:03:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184310#M1896</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2013-02-21T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184311#M1897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You can build a bus route if you have starting and ending point of the route and the busstops along the routes. To do this you need to make a list of node IDs (Start Node ID ....... intermediate nodes IDs ....... End Node ID) and have a field in all those nodes that is a route name.&amp;nbsp; Then you can use the route tool.&amp;nbsp; detailed procedure is available in tutorial.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please give the link to the tutorial?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 19:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184311#M1897</guid>
      <dc:creator>JuliaGalindo</dc:creator>
      <dc:date>2013-06-19T19:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184312#M1898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For bus I think that you also have schedulate time stop in stop bus so you also could use custom evaluator kind this: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=72ef24542857413c8981f2e196f1bb13"&gt;http://www.arcgis.com/home/item.html?id=72ef24542857413c8981f2e196f1bb13&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 18:36:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184312#M1898</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-06-20T18:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184313#M1899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For bus I think that you also have schedulate time stop in stop bus so you also could use custom evaluator kind this: &lt;A href="http://www.arcgis.com/home/item.html?id=72ef24542857413c8981f2e196f1bb13"&gt;http://www.arcgis.com/home/item.html?id=72ef24542857413c8981f2e196f1bb13&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 19:19:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184313#M1899</guid>
      <dc:creator>JuliaGalindo</dc:creator>
      <dc:date>2013-06-20T19:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184314#M1900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;hi, &lt;BR /&gt;&lt;BR /&gt;Can you please give the link to the tutorial?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On this &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//004700000045000000"&gt;page&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please use table 1 row 4 and table 2 row 1 to achieve the desired result, also refer to my previous comment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 04:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184314#M1900</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2013-06-21T04:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: penalty on busstops</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184315#M1901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Extra info x transit data: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=0fa52a75d9ba4abcad6b88bb6285fae1"&gt;http://www.arcgis.com/home/item.html?id=0fa52a75d9ba4abcad6b88bb6285fae1&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 16:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/penalty-on-busstops/m-p/184315#M1901</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-07-16T16:32:27Z</dc:date>
    </item>
  </channel>
</rss>

