<?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: Classify roads by slope in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/classify-roads-by-slope/m-p/69675#M273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andrew!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked very well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I need to find a way to define if the slope is negative or positive dependig on my traffic direction, I guess I'll use two fields (one for each direction) for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Arthur&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 11:26:20 GMT</pubDate>
    <dc:creator>ArthurVrechi</dc:creator>
    <dc:date>2012-12-13T11:26:20Z</dc:date>
    <item>
      <title>Classify roads by slope</title>
      <link>https://community.esri.com/t5/transportation-questions/classify-roads-by-slope/m-p/69673#M271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a road network database and I need to classify it by slope in classes (ie. 0-3%, 3-6%, &amp;gt;6%).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to do that, I have the contours (lines), the mass point for altimetry and I can generate a DEM or slope raster with this data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, as the slope value for each segment depends on the angle that the road segment will cross the terrain, it doesn't look like having a simple solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be possible if there is a way to assign, for each segment, the values of initial and end altittude, based on the contours (like when the roads cross the contours)....but I have no idea how to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Arthur Vrechi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 14:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/classify-roads-by-slope/m-p/69673#M271</guid>
      <dc:creator>ArthurVrechi</dc:creator>
      <dc:date>2012-12-11T14:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Classify roads by slope</title>
      <link>https://community.esri.com/t5/transportation-questions/classify-roads-by-slope/m-p/69674#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi everybody,&lt;BR /&gt;&lt;BR /&gt;I have a road network database and I need to classify it by slope in classes (ie. 0-3%, 3-6%, &amp;gt;6%).&lt;BR /&gt;In order to do that, I have the contours (lines), the mass point for altimetry and I can generate a DEM or slope raster with this data.&lt;BR /&gt;&lt;BR /&gt;But, as the slope value for each segment depends on the angle that the road segment will cross the terrain, it doesn't look like having a simple solution.&lt;BR /&gt;&lt;BR /&gt;It could be possible if there is a way to assign, for each segment, the values of initial and end altittude, based on the contours (like when the roads cross the contours)....but I have no idea how to do that.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Arthur Vrechi&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way I envision this being solved is by using said generated DEM, buffering roads by either a real value or false approximate value, running zonal statistics (mean) with the roadID being the zone ID and joining the output table back to the road linear feature by the roadID.&amp;nbsp; The grouping can be accomplished either via a manual select by attributes and then a field that holds the value or more automated in Model builder with a field calculation.&amp;nbsp; Hope this rambling makes sense.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 18:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/classify-roads-by-slope/m-p/69674#M272</guid>
      <dc:creator>AndrewMoffitt</dc:creator>
      <dc:date>2012-12-11T18:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Classify roads by slope</title>
      <link>https://community.esri.com/t5/transportation-questions/classify-roads-by-slope/m-p/69675#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andrew!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked very well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I need to find a way to define if the slope is negative or positive dependig on my traffic direction, I guess I'll use two fields (one for each direction) for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Arthur&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/classify-roads-by-slope/m-p/69675#M273</guid>
      <dc:creator>ArthurVrechi</dc:creator>
      <dc:date>2012-12-13T11:26:20Z</dc:date>
    </item>
  </channel>
</rss>

