Select to view content in your preferred language

Delineate a downstream channel from a point for X miles.

2098
2
Jump to solution
06-14-2013 07:52 AM
AndrewMoffitt
Frequent Contributor
I am at a loss for how to take an input point and delineate the downstream channel for X miles.

Pointing me in the right direction is greatly appreciated. 

Thanks!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AndrewMoffitt
Frequent Contributor
To follow up -
1) mass flowline delineation for all input points using the path-distance tool (filled elevation and fdr)
2) converting the output to streams using the stream to feature tool
3) created a utility network with flow via line direction
4) performed iterative flow tracing downstream via new Geometric Trace Network tool
http://resources.arcgis.com/en/help/main/10.1/index.html#//00570000009v000000
5) dissolved each flowline to single entity
6) used ET Geowizards (paid version) to clip a line to a specified length
7) ???
😎 profit

View solution in original post

0 Kudos
2 Replies
MarkBoucher
Honored Contributor
This is not the most elegant method. But if you already run Arc Hydro, it wouldn't take much to do this for one or two reaches. If you want to perform this for several points, repeat it over and over, or code it, you will want to search further.

If you have a flow direction grid, you can use a Arc Hydro toolbar tool that will put a graphical line on the flow path downstream from the point you click. You can then convert that graphic to a feature using the Drawing toolbar menu command. After that you can use other ArcMap tools to measure or trim that polyline to a certain length.
AndrewMoffitt
Frequent Contributor
To follow up -
1) mass flowline delineation for all input points using the path-distance tool (filled elevation and fdr)
2) converting the output to streams using the stream to feature tool
3) created a utility network with flow via line direction
4) performed iterative flow tracing downstream via new Geometric Trace Network tool
http://resources.arcgis.com/en/help/main/10.1/index.html#//00570000009v000000
5) dissolved each flowline to single entity
6) used ET Geowizards (paid version) to clip a line to a specified length
7) ???
😎 profit
0 Kudos