<?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: 3D Polyline - How to classify by slope? in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248287#M1490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Create a slope raster from your DTM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Reclass that slope raster into your discrete classes (i.e. 0-3, 3-8 etc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Convert that classified raster into polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Intersect (or identity) your road line and slope polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should give you the line split at each class boundary and with the class values written to the attribute table (I haven't actually gone through this process to test but it should be something like that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Mar 2013 19:14:53 GMT</pubDate>
    <dc:creator>TimBarnes</dc:creator>
    <dc:date>2013-03-17T19:14:53Z</dc:date>
    <item>
      <title>3D Polyline - How to classify by slope?</title>
      <link>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248286#M1489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a road network polyline feature class and a DEM raster. I used the �??Interpolate Shape�?� tool (3D Analyst) to generate a 3D polyline, where is possible to see the topographic profile of each road segment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to classify my roads in different classes of slope (e.g.: 0-3%, 3-8%, &amp;gt;8%), based on the Z value of the 3D roads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to do that is using the �??Add Z information�?� tool, but the point is that I need to classify it with more details, I mean, regardless the segment division of my feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if I have a 5 km segment, instead of calculate the average slope value for the segment, I want to classify it in different classes of slope, and split this segment for each class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 16:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248286#M1489</guid>
      <dc:creator>ArthurVrechi</dc:creator>
      <dc:date>2013-03-14T16:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Polyline - How to classify by slope?</title>
      <link>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248287#M1490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Create a slope raster from your DTM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Reclass that slope raster into your discrete classes (i.e. 0-3, 3-8 etc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Convert that classified raster into polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Intersect (or identity) your road line and slope polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should give you the line split at each class boundary and with the class values written to the attribute table (I haven't actually gone through this process to test but it should be something like that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Mar 2013 19:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248287#M1490</guid>
      <dc:creator>TimBarnes</dc:creator>
      <dc:date>2013-03-17T19:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Polyline - How to classify by slope?</title>
      <link>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248288#M1491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Tim. But, in this case, I'll just get the terrain slope where the road is located, and not the road slope. For example, sometimes the road is located on a downhill, but not crossing the slope, but following the line of same altittude.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could solve my problem spliting my polilyne at vertices (or at determined meters), calculating the slopes by using "add Z information" tool and grouping it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 00:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248288#M1491</guid>
      <dc:creator>ArthurVrechi</dc:creator>
      <dc:date>2013-03-18T00:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Polyline - How to classify by slope?</title>
      <link>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248289#M1492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola a todos, no se si alguien me podria dar una ayuda, tengo un archivo en formato .mxd, y la verdad quiero graficarl en 3D Polyline, y me duele la cabeza buscando de que manera, es una area de un parque nacional, que me gustaria proyectalo en Espacio 3D para asi oder apreciar mucho mas todas sus caracteristicas que posee dicha area, tanto altura, profundidades, caminos, rios, pendientes y demas detalles que me son utiles pa asi monitorear mejor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Por favor denme una ayuda pa lograrlo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Muchas gracias, se lo agradecere de corazon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 03:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248289#M1492</guid>
      <dc:creator>Daniel_AlexanderRosalez_Sanche</dc:creator>
      <dc:date>2013-09-09T03:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Polyline - How to classify by slope?</title>
      <link>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248290#M1493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hola a todos, no se si alguien me podria dar una ayuda, tengo un archivo en formato .mxd, y la verdad quiero graficarl en 3D Polyline, y me duele la cabeza buscando de que manera, es una area de un parque nacional, que me gustaria proyectalo en Espacio 3D para asi oder apreciar mucho mas todas sus caracteristicas que posee dicha area, tanto altura, profundidades, caminos, rios, pendientes y demas detalles que me son utiles pa asi monitorear mejor.&lt;BR /&gt;&lt;BR /&gt;Por favor denme una ayuda pa lograrlo.&lt;BR /&gt;&lt;BR /&gt;Muchas gracias, se lo agradecere de corazon.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;FYI; included link to Spanish Forum and some introductory topics in Spanish in answer below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hola DanielAlexandar,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Te recomendaría que colocas tu pregunta en el foro en Español. Lo encuentras aquí:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/50-Espa%C3%B1ol"&gt;http://forums.arcgis.com/forums/50-Espa%C3%B1ol&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Para contestar tu pregunta un poco; el archivo.mxd es un documento de ArcMap. Normalmente contiene referencias a capas de datos (layers) y su forma de visualización. Lo que entiendo de tu pregunta, es que quieres visualizarla en 3D. Para este fin ArcGIS tiene las aplicaciones ArcScene y ArcGlobe (que requieren la extensión 3D Analyst). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Para conseguir más información te recomiendo comenzar por un recorrido rápido por ArcMap:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/es/arcgisdesktop/10.0/help/index.html#/na/006600000332000000/"&gt;http://help.arcgis.com/es/arcgisdesktop/10.0/help/index.html#/na/006600000332000000/ &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.. y luego leer el tutorial de ArcGIS 3D Analyst:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/es/arcgisdesktop/10.0/help/index.html#//00q800000093000000"&gt;http://help.arcgis.com/es/arcgisdesktop/10.0/help/index.html#//00q800000093000000 &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cordialmente,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/3d-polyline-how-to-classify-by-slope/m-p/248290#M1493</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-09-09T07:52:21Z</dc:date>
    </item>
  </channel>
</rss>

