Select to view content in your preferred language

3D Polyline - How to classify by slope?

1721
4
03-14-2013 09:51 AM
ArthurVrechi
Deactivated User
Hi All,

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.

I need to classify my roads in different classes of slope (e.g.: 0-3%, 3-8%, >8%), based on the Z value of the 3D roads.

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.
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.

Any idea?

Tks!
Tags (1)
0 Kudos
4 Replies
TimBarnes
Frequent Contributor
1) Create a slope raster from your DTM
2) Reclass that slope raster into your discrete classes (i.e. 0-3, 3-8 etc)
3) Convert that classified raster into polygons
4) Intersect (or identity) your road line and slope polygons.

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 🙂

Cheers
0 Kudos
ArthurVrechi
Deactivated User
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.

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.

Cheers!
0 Kudos
Daniel_AlexanderRosalez_Sanche
New Contributor
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.

Por favor denme una ayuda pa lograrlo.

Muchas gracias, se lo agradecere de corazon.
0 Kudos
XanderBakker
Esri Esteemed Contributor
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.

Por favor denme una ayuda pa lograrlo.

Muchas gracias, se lo agradecere de corazon.



FYI; included link to Spanish Forum and some introductory topics in Spanish in answer below.


Hola DanielAlexandar,

Te recomendaría que colocas tu pregunta en el foro en Español. Lo encuentras aquí:
http://forums.arcgis.com/forums/50-Espa%C3%B1ol

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).

Para conseguir más información te recomiendo comenzar por un recorrido rápido por ArcMap:
http://help.arcgis.com/es/arcgisdesktop/10.0/help/index.html#/na/006600000332000000/

.. y luego leer el tutorial de ArcGIS 3D Analyst:
http://help.arcgis.com/es/arcgisdesktop/10.0/help/index.html#//00q800000093000000

Cordialmente,

Xander
0 Kudos