0

In reference to How to determine elevation drop along stream with ArcGIS Desktop?, suppose I want to cut the stream every 100 m and find the elevation drop every 100 m. How can I do this?

user2543
  • 1,188
  • 4
  • 16
  • 31

1 Answers1

5
  1. use Split tool in Editor toolbar and Split the line based on 100 meters (use "into equal parts ")
  2. Create points from vertices : use "Feature Vertices To Points" tool (ArcToolboxb=> Data Management Tools => Features => Feature Vertices To Points)
  3. Extract the Point Elevation: Use "Extract Values To Points" tool (ArcToolbox => Spatial Analysis)
BBG_GIS
  • 5,825
  • 4
  • 45
  • 88