<?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: Calculating different times for up- and downhill walking in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculating-different-times-for-up-and-downhill/m-p/1090113#M7614</link>
    <description>&lt;P&gt;You can add two fields, FT_WalkingMinutes and TF_WalkingMinutes and compute the travel time for each road based on up hill and down hill slope for that street segment. You can use Tobler's hiking formula to compute these values based on the slope. For more information, see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Tobler%27s_hiking_function" target="_blank"&gt;Tobler's hiking function - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 19:27:02 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2021-08-18T19:27:02Z</dc:date>
    <item>
      <title>Calculating different times for up- and downhill walking</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculating-different-times-for-up-and-downhill/m-p/1089945#M7612</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I'm working on a project, where I'm calculatig the service area of public transport stops. As cost argument I use the walking time, which I calculate from the path length and a fixed walking speed.&lt;/P&gt;&lt;P&gt;Now, I'd like to expand the model by making the walking speed dependent from the slope the path has, so that upwards directed paths generate a lower speed than downward directed. To generate my network dataset, I use the Swiss topographic landscape model swissTLM3D (&lt;A href="https://www.swisstopo.admin.ch/en/geodata/landscape/tlm3d.html" target="_blank"&gt;https://www.swisstopo.admin.ch/en/geodata/landscape/tlm3d.html&lt;/A&gt;), which delivers a route network in the form of PolylineZ lines and so has an elevation information within the geometry.&lt;/P&gt;&lt;P&gt;I'm at the moment stuck by how to integrate the elevation information into the time formula. Does anyone have some advice on handling this?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 13:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/calculating-different-times-for-up-and-downhill/m-p/1089945#M7612</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-18T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating different times for up- and downhill walking</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculating-different-times-for-up-and-downhill/m-p/1089952#M7613</link>
      <description>&lt;P&gt;Have you checked&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/network-dataset-street-editing.htm#ESRI_SECTION1_ADB2E98D035641238A0602C01C552984" target="_blank"&gt; this page&lt;/A&gt; out yet?&lt;/P&gt;&lt;P&gt;There should be a topology rule to check that your network segment Z values are always increasing or decreasing along a given edge, so first check to see that your edges all follow this rule.&lt;/P&gt;&lt;P&gt;It's been a while since I have worked with NA, so I don't know if this can be calculated within the travel modes, or if it needs to be calculated to its own field. In any case, with segments that only increase/descrease in elevation, you can take the min/max Z values of each segment to calculate a slope for the segment. Positive for upward slopes, negative for downward, in the direction of the edge.&lt;/P&gt;&lt;P&gt;With that value, it's simply a matter of looking at the calculated slope and applying the appropriate increase/reduction in speed based on the slope value and whether the traveler is moving with or against the edge direction. I'd use a simple function evaluator to multiply the "flat walk time" by a coefficient, but what the coefficient values you pick are up to you.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 14:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/calculating-different-times-for-up-and-downhill/m-p/1089952#M7613</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-18T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating different times for up- and downhill walking</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/calculating-different-times-for-up-and-downhill/m-p/1090113#M7614</link>
      <description>&lt;P&gt;You can add two fields, FT_WalkingMinutes and TF_WalkingMinutes and compute the travel time for each road based on up hill and down hill slope for that street segment. You can use Tobler's hiking formula to compute these values based on the slope. For more information, see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Tobler%27s_hiking_function" target="_blank"&gt;Tobler's hiking function - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 19:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/calculating-different-times-for-up-and-downhill/m-p/1090113#M7614</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2021-08-18T19:27:02Z</dc:date>
    </item>
  </channel>
</rss>

