Hi,
I have a DEM and a polyline (creek). I would like to transfer DEM attributes such as slope and elevation to the polyline so I can symbolize the line based on elevation and slope classes. Hoping someone can help me with the process for achieving this goal.
I have used the interpolate shape tool in the 3D analyst toolbox and can now click on individual vertices in an edit session and see x, y and z attributes, but I do not see this info in the attribute table and cannot symbolize by anything but shape length. The attribute table just shows one feature. Is it necessary to split the polyline first?
Thanks for your help.
b
Solved! Go to Solution.
Split Line At Vertices (Data Management)—ArcGIS Pro | Documentation
you can get the lengths from that and if needed you can use
Feature To Point (Data Management)—ArcGIS Pro | Documentation
or
Feature Vertices To Points (Data Management)—ArcGIS Pro | Documentation
to get the centroid and/or vertices of the poly segments. These can be used to extract values to points
I would certainly split your polyline into segments of whatever length you feel appropriate (generate points along line, then split by point - unless Pro has another better tool). There's also Add Surface Information (3D Analyst)—ArcGIS Pro | Documentation
Split Line At Vertices (Data Management)—ArcGIS Pro | Documentation
you can get the lengths from that and if needed you can use
Feature To Point (Data Management)—ArcGIS Pro | Documentation
or
Feature Vertices To Points (Data Management)—ArcGIS Pro | Documentation
to get the centroid and/or vertices of the poly segments. These can be used to extract values to points
Thanks to both of you. Just what I needed to get me over the hump.
b