<?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: Slope for streets in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271507#M9356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take your road arcs, export the start and end nodes (aka BOTH_ENDS) using the FeatureVerticesToPoints_management tool. Note that the points are tagged with the OID of the road segments. Using the Sample tool from SpatialAnalyst, get the elevation values of the street points. Note that output table has the OIDs of the points (but not the streets themselves). You now have the length of the street and the rise. Slope in % = rise / run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Requires ArcInfo and SpatialAnalyst license, but note this road slope analysis is also doable with other tools, there would just be more steps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jan 2012 20:31:15 GMT</pubDate>
    <dc:creator>ChrisSnyder</dc:creator>
    <dc:date>2012-01-29T20:31:15Z</dc:date>
    <item>
      <title>Slope for streets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271506#M9355</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;I'm trying to combine slope values with street features in order to use them as a cost factor for a network analysis. I've got a DEM10 and calculated the slopes in degree with the slope tool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alexey from Network Analysis gave me the following tips:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -reclassify the slope file &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -use raster to feature (polygon) after that&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't know if it makes sense to reclassify, convert to feature and use the intersect tool to combine the slope polygonswith the street features. The problem i see with this is that the streets will oftentimes go alongsides the slope and not directly up the hill. But the street features will still get th values of the slope for the specific polygon even if the slope doesn't run in the direction of the street itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried to go another way by:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;normal DEM -&amp;gt; convert to integer -&amp;gt; raster to feature (polygon) -&amp;gt; intersect with street features -&amp;gt; convert back to raster -&amp;gt; calculate the slope for that file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm getting really weird results for that tho...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which way do you think makes more sense??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advantage,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 14:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271506#M9355</guid>
      <dc:creator>MarkusScharrer</dc:creator>
      <dc:date>2012-01-28T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Slope for streets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271507#M9356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take your road arcs, export the start and end nodes (aka BOTH_ENDS) using the FeatureVerticesToPoints_management tool. Note that the points are tagged with the OID of the road segments. Using the Sample tool from SpatialAnalyst, get the elevation values of the street points. Note that output table has the OIDs of the points (but not the streets themselves). You now have the length of the street and the rise. Slope in % = rise / run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Requires ArcInfo and SpatialAnalyst license, but note this road slope analysis is also doable with other tools, there would just be more steps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2012 20:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271507#M9356</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-29T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Slope for streets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271508#M9357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your quick answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have a problem when trying to figure out how to calculate the rise from the different elevation values of the points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a quick way to calculate the elevation difference between start- and endpoints? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've joined the Sample table with the vertices shapefile so far. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, once I'm done with that, do i calculate the slope values with the field calculator in the attribute table? I've tried using the Raster calculator, but that one won't accept anything besides raster files (hence the name of the tool i guess)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:19:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271508#M9357</guid>
      <dc:creator>MarkusScharrer</dc:creator>
      <dc:date>2012-01-30T09:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Slope for streets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271509#M9358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already found a (pretty complicated) way to solve the issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271509#M9358</guid>
      <dc:creator>MarkusScharrer</dc:creator>
      <dc:date>2012-01-30T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Slope for streets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271510#M9359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a quick way to calculate the elevation difference between start- and endpoints?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nope - my outlined method is probably the fastest, unless you can find a script that someone wrote for the specifc purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got a solution. And as you proabably figured out there are some more detailed steps I neglected to mention...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271510#M9359</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-30T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Slope for streets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271511#M9360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ArcGIS 10 you can use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000016000000"&gt;Add Surface Information&lt;/A&gt;&lt;SPAN&gt; tool (3D Analyst) to add slope information to polylines. The tool will add the following attributes for polylines�??z minimum, z maximum, z mean, surface length, minimum slope, maximum slope, average slope.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/slope-for-streets/m-p/271511#M9360</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2012-01-30T16:37:21Z</dc:date>
    </item>
  </channel>
</rss>

