Hi ESRI community!
I'm having a bit of trouble with measuring the distance between points on a polyline on ArcGIS Pro. I have a dam layer (points) and a stream layer (polyline) and my goal is to create a raster with values along the stream that correspond to the distance from dams. Considering streams are not straight, I can't just create a buffer around the dams and determine distance that way. I was thinking about plotting points along the streams every kilometer or so and measuring the distance along the polyline to the dams, but I can't figure out how to do that. That would involve measuring the distance between two different point types (1. the dams and 2. the points along the river) and then somehow writing that information into the attribute table for the points along the river.
Another thought I had was if there was some way to plot points along a polyline but radiating from a specific point. I know you can plot points every x distance but is there a way to plot them every, say, 1 km from a point along the polyline?
This is also on a very large scale with over 2,000 dams across multiple states so I can't do it by hand.
Does anyone have any experience with something like this?
Thanks!